diff --git a/public/main.profile.dart.js b/public/main.profile.dart.js index d8f0b3b211bc..c0fa3c757f88 100644 --- a/public/main.profile.dart.js +++ b/public/main.profile.dart.js @@ -21974,7 +21974,7 @@ PointRenderer$(config, rendererId, $D) { var t1 = A.LinkedHashMap_LinkedHashMap(null, null, null, type$.String, $D._eval$1("List>")), t2 = A._setArrayType([], type$.JSArray_String), - t3 = B.List_empty18; + t3 = B.List_empty20; 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) { @@ -65895,6 +65895,87 @@ }, _WebhookEntity_Object_BaseEntity_SelectableEntity: function _WebhookEntity_Object_BaseEntity_SelectableEntity() { }, + WidgetData$fromState(state, localization) { + var t4, t5, t6, t7, t8, + t1 = A.formatApiUrl(state.authState.url), + t2 = state.userCompanyStates, + t3 = state.uiState.selectedCompanyIndex; + t2 = t2._list; + t3 = t2[t3].userCompany.account.defaultCompanyId; + t4 = type$.legacy_String; + t5 = A.LinkedHashMap_LinkedHashMap$_empty(t4, type$.legacy_WidgetCompany); + for (t6 = B.JSArray_methods.get$iterator(t2), t2 = new A.WhereIterator(t6, new A.WidgetData$fromState_closure(), A._arrayInstanceType(t2)._eval$1("WhereIterator<1>")), t7 = state.staticState; t2.moveNext$0();) { + t8 = t6.get$current(t6); + t5.$indexSet(0, t8.userCompany.company.id, A.WidgetCompany$fromUserCompany(t7, t8)); + } + t2 = A.LinkedHashMap_LinkedHashMap$fromIterable(A._setArrayType(["total_active_invoices", "total_outstanding_invoices", "total_completed_payments"], type$.JSArray_legacy_String), new A.WidgetData$fromState_closure0(), new A.WidgetData$fromState_closure1(localization), t4, t4); + t6 = $.$get$_$values()._set$_set; + return new A.WidgetData(t1, t3, t5, A.LinkedHashMap_LinkedHashMap$fromIterable(new A.WhereIterable(t6, new A.WidgetData$fromState_closure2(), A._instanceType(t6)._eval$1("WhereIterable")), new A.WidgetData$fromState_closure3(), new A.WidgetData$fromState_closure4(localization), t4, t4), t2); + }, + WidgetCompany$fromUserCompany(staticState, userCompanyState) { + var t6, t7, t8, t9, t10, t11, + t1 = userCompanyState.userCompany, + t2 = t1.company, + t3 = t2.id, + t4 = t2.settings, + t5 = t4.name; + if (t5 == null) + t5 = ""; + t6 = t1.token.token; + t1 = t1.settings.get$validatedAccentColor(); + t7 = A.parseInt(t2.firstMonthOfYear, false); + t4 = t4.currencyId; + if (t4 == null) + t4 = "1"; + t8 = A.LinkedHashMap_LinkedHashMap$_empty(type$.legacy_String, type$.legacy_WidgetCurrency); + for (t2 = A.getCurrencyIds(t2, userCompanyState.clientState.map, userCompanyState.groupState.map), t9 = B.JSArray_methods.get$iterator(t2), t2 = new A.WhereIterator(t9, new A.WidgetCompany$fromUserCompany_closure(), A._arrayInstanceType(t2)._eval$1("WhereIterator<1>")); t2.moveNext$0();) { + t10 = t9.get$current(t9); + t11 = staticState.currencyMap._map$_map.$index(0, t10); + t8.$indexSet(0, t10, new A.WidgetCurrency(t11.id, t11.name, t11.code, t11.exchangeRate)); + } + return new A.WidgetCompany(t3, t5, t6, t1, t4, t7, t8); + }, + WidgetData: function WidgetData(t0, t1, t2, t3, t4) { + var _ = this; + _.url = t0; + _.companyId = t1; + _.companies = t2; + _.dateRanges = t3; + _.dashboardFields = t4; + }, + WidgetData$fromState_closure: function WidgetData$fromState_closure() { + }, + WidgetData$fromState_closure0: function WidgetData$fromState_closure0() { + }, + WidgetData$fromState_closure1: function WidgetData$fromState_closure1(t0) { + this.localization = t0; + }, + WidgetData$fromState_closure2: function WidgetData$fromState_closure2() { + }, + WidgetData$fromState_closure3: function WidgetData$fromState_closure3() { + }, + WidgetData$fromState_closure4: function WidgetData$fromState_closure4(t0) { + this.localization = t0; + }, + WidgetCompany: function WidgetCompany(t0, t1, t2, t3, t4, t5, t6) { + var _ = this; + _.id = t0; + _.name = t1; + _.token = t2; + _.accentColor = t3; + _.currencyId = t4; + _.firstMonthOfYear = t5; + _.currencies = t6; + }, + WidgetCompany$fromUserCompany_closure: function WidgetCompany$fromUserCompany_closure() { + }, + WidgetCurrency: function WidgetCurrency(t0, t1, t2, t3) { + var _ = this; + _.id = t0; + _.name = t1; + _.code = t2; + _.exchangeRate = t3; + }, AuthRepository: function AuthRepository() { }, BankAccountRepository: function BankAccountRepository() { @@ -65981,7 +66062,7 @@ if (B.JSString_methods.startsWith$1(url, "https://invoicing.co")) secret = ""; t1 = type$.legacy_String; - headers = A.LinkedHashMap_LinkedHashMap$_literal(["X-CLIENT-VERSION", "5.0.121", "X-API-SECRET", secret, "X-Requested-With", "XMLHttpRequest", "Content-Type", "application/json; charset=utf-8"], t1, t1); + headers = A.LinkedHashMap_LinkedHashMap$_literal(["X-CLIENT", A.getPlatformName(), "X-CLIENT-VERSION", "5.0.122", "X-API-SECRET", secret, "X-Requested-With", "XMLHttpRequest", "Content-Type", "application/json; charset=utf-8"], t1, t1); if (token.length !== 0) headers.$indexSet(0, "X-API-Token", token); if ((idToken == null ? "" : idToken).length !== 0) @@ -66005,9 +66086,9 @@ 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__compare(A.Version_parse("5.0.121"), A.Version_parse(minClientVersion)); + t1 = A.Version__compare(A.Version_parse("5.0.122"), A.Version_parse(minClientVersion)); if (t1 < 0) - throw A.wrapException("Error: client not supported, please update to the latest version [Current v5.0.121 < Minimum v" + A.S(minClientVersion) + "]"); + throw A.wrapException("Error: client not supported, please update to the latest version [Current v5.0.122 < Minimum v" + A.S(minClientVersion) + "]"); else { t1 = A.Version__compare(A.Version_parse(serverVersion), A.Version_parse("5.0.4")); if (t1 < 0) @@ -70113,12 +70194,15 @@ t2 = type$.JSArray_legacy_String; currencyIds = A._setArrayType([t1], t2); clientMap._map$_map.forEach$1(0, new A.getCurrencyIds_closure(groupMap, currencyIds)); - if (currencyIds.length > 1) { + t1 = currencyIds.length; + if (t1 === 0) + return A._setArrayType(["1"], t2); + else if (t1 > 1) { t1 = A._setArrayType(["-1"], t2); B.JSArray_methods.addAll$1(t1, currencyIds); + return t1; } else - t1 = currencyIds; - return t1; + return currencyIds; }, filteredSelector(filter, state) { var list = A._setArrayType([], type$.JSArray_legacy_BaseEntity), @@ -98852,12 +98936,12 @@ this.state = t0; this.localization = t1; }, - _showAbout__closure1: function _showAbout__closure1(t0, t1, t2, t3) { - var _ = this; - _.context = t0; - _.localization = t1; - _.store = t2; - _.state = t3; + _showAbout__closure1: function _showAbout__closure1(t0, t1, t2) { + this.context = t0; + this.localization = t1; + this.store = t2; + }, + _showAbout___closure1: function _showAbout___closure1() { }, _showAbout__closure3: function _showAbout__closure3(t0, t1) { this.context = t0; @@ -99976,10 +100060,6 @@ }, _WindowManagerState_onWindowClose_closure: function _WindowManagerState_onWindowClose_closure() { }, - WidgetData: function WidgetData(t0, t1) { - this.url = t0; - this.tokens = t1; - }, __WindowManagerState_State_WindowListener: function __WindowManagerState_State_WindowListener() { }, InitScreen: function InitScreen(t0) { @@ -114310,7 +114390,7 @@ columns = A.BuiltList_BuiltList$from(A.List_List$of(t2, true, t2.$ti._eval$1("Iterable.E")), t3); } else columns = A.BuiltList_BuiltList$from(defaultColumns, t3); - lastPaymentMap = new A.JsLinkedHashMap(type$.JsLinkedHashMap_of_legacy_String_and_legacy_PaymentEntity); + lastPaymentMap = A.LinkedHashMap_LinkedHashMap$_empty(type$.legacy_String, type$.legacy_PaymentEntity); t2 = columns._list; if (B.JSArray_methods.contains$1(t2, B.InvoiceReportFields_31)) paymentMap._map$_map.forEach$1(0, new A.invoiceReport_closure1(lastPaymentMap)); @@ -130986,6 +131066,13 @@ WebUtils_microsoftLogin_closure0: function WebUtils_microsoftLogin_closure0(t0) { this.failureCallback = t0; }, + updateWidgetData() { + if (!A.isApple()) + return; + $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.updateWidgetData_closure()); + }, + updateWidgetData_closure: function updateWidgetData_closure() { + }, linkify(text, options) { var t1 = {}, t2 = type$.JSArray_LinkifyElement; @@ -143913,7 +144000,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 577 + $signature: 491 }; A.AppBootstrap_prepareEngineInitializer_closure0.prototype = { call$1(configuration) { @@ -143927,7 +144014,7 @@ $defaultValues() { return [null]; }, - $signature: 926 + $signature: 928 }; A.AppBootstrap_prepareEngineInitializer__closure.prototype = { call$2(resolve, _) { @@ -143953,7 +144040,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 577 + $signature: 491 }; A.AppBootstrap__prepareAppRunner_closure.prototype = { call$1(params) { @@ -143967,7 +144054,7 @@ $defaultValues() { return [null]; }, - $signature: 926 + $signature: 928 }; A.AppBootstrap__prepareAppRunner__closure.prototype = { call$2(resolve, _) { @@ -143992,7 +144079,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 577 + $signature: 491 }; A.AssetManager.prototype = { get$_baseUrl() { @@ -144101,19 +144188,19 @@ t1.toString; return domNode instanceof t1; }, - $signature: 925 + $signature: 927 }; A.AssetManager__baseUrl_closure0.prototype = { call$1(domNode) { return domNode; }, - $signature: 439 + $signature: 511 }; A.AssetManager__baseUrl_closure1.prototype = { call$1(element) { return element.name === "assetBase"; }, - $signature: 925 + $signature: 927 }; A.AssetManagerException.prototype = { toString$0(_) { @@ -145275,7 +145362,7 @@ if (!deletable.isDeleted()) this.$this.collect$1(deletable); }, - $signature: 112 + $signature: 113 }; A.ProductionCollector_collect_closure.prototype = { call$0() { @@ -145308,7 +145395,7 @@ else return self._flutterWebCachedExports; }, - $signature: 907 + $signature: 909 }; A.patchCanvasKitModule_closure0.prototype = { call$1(value) { @@ -145323,7 +145410,7 @@ else return self._flutterWebCachedModule; }, - $signature: 907 + $signature: 909 }; A.patchCanvasKitModule_closure2.prototype = { call$1(value) { @@ -145336,7 +145423,7 @@ var t1 = $._configuration; return B.JSString_methods.$add((t1 == null ? $._configuration = A.FlutterConfiguration$legacy(self.window.flutterConfiguration) : t1).get$canvasKitBaseUrl() + "profiling/", file); }, - $signature: 905 + $signature: 907 }; A.downloadCanvasKit_closure0.prototype = { call$1(ck) { @@ -146010,50 +146097,50 @@ t1.toString; return t1; }, - $signature: 1454 + $signature: 1455 }; A.HtmlViewEmbedder__compositeWithParams_closure.prototype = { call$0() { var t1 = A.createPlatformViewSlot(this.viewId); return new A.ViewClipChain(t1, t1); }, - $signature: 2485 + $signature: 2484 }; A.HtmlViewEmbedder__applyMutators_closure.prototype = { call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 441 + $signature: 426 }; A.HtmlViewEmbedder__applyMutators_closure0.prototype = { call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 441 + $signature: 426 }; A.HtmlViewEmbedder_submitFrame_closure.prototype = { call$1(view) { return !B.JSArray_methods.contains$1(this.diffResult.viewsToAdd, view); }, - $signature: 227 + $signature: 218 }; A.HtmlViewEmbedder__updateOverlays_closure.prototype = { call$1(group) { return J.get$last$ax(group); }, - $signature: 1623 + $signature: 1598 }; A.HtmlViewEmbedder__updateOverlays_closure0.prototype = { call$1(view) { return !B.JSArray_methods.contains$1(this.viewsNeedingOverlays, view); }, - $signature: 227 + $signature: 218 }; A.HtmlViewEmbedder__updateOverlays_closure1.prototype = { call$1(view) { return !this.$this._overlays.containsKey$1(0, view); }, - $signature: 227 + $signature: 218 }; A.ViewClipChain.prototype = {}; A.EmbeddedViewParams.prototype = { @@ -146142,7 +146229,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: 902 + $signature: 904 }; A.diffViewList_lookBackwards.prototype = { call$1(index) { @@ -146162,7 +146249,7 @@ } 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: 902 + $signature: 904 }; A.FontFallbackData.prototype = { ensureFontsSupportText$2(text, fontFamilies) { @@ -146325,61 +146412,61 @@ call$0() { return A._setArrayType([], type$.JSArray_CodeunitRange); }, - $signature: 3295 + $signature: 3292 }; A.FontFallbackData_ensureFontsSupportText_closure.prototype = { call$1(x) { return !x; }, - $signature: 1023 + $signature: 1024 }; A.findMinimumFontsForCodeUnits_closure.prototype = { call$1(font) { return B.JSArray_methods.contains$1($.$get$_cjkFonts(), font); }, - $signature: 226 + $signature: 222 }; A.findMinimumFontsForCodeUnits_closure0.prototype = { call$1(codeUnit) { return this._box_0.bestFont.contains$1(0, codeUnit); }, - $signature: 227 + $signature: 218 }; A._notoSansSC_closure.prototype = { call$1(font) { return font.name === "Noto Sans SC"; }, - $signature: 226 + $signature: 222 }; A._notoSansTC_closure.prototype = { call$1(font) { return font.name === "Noto Sans TC"; }, - $signature: 226 + $signature: 222 }; A._notoSansHK_closure.prototype = { call$1(font) { return font.name === "Noto Sans HK"; }, - $signature: 226 + $signature: 222 }; A._notoSansJP_closure.prototype = { call$1(font) { return font.name === "Noto Sans JP"; }, - $signature: 226 + $signature: 222 }; A._notoSansKR_closure.prototype = { call$1(font) { return font.name === "Noto Sans KR"; }, - $signature: 226 + $signature: 222 }; A._notoSymbols_closure.prototype = { call$1(font) { return font.name === "Noto Sans Symbols"; }, - $signature: 226 + $signature: 222 }; A.FallbackFontDownloadQueue.prototype = { add$1(_, font) { @@ -146510,7 +146597,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 95 + $signature: 96 }; A.NotoDownloader.prototype = { downloadAsBytes$2$debugDescription(url, debugDescription) { @@ -146522,13 +146609,13 @@ call$1(fetchResult) { return A.promiseToFuture(fetchResult.arrayBuffer(), type$.dynamic).then$1$1(0, new A.NotoDownloader_downloadAsBytes__closure(), type$.ByteBuffer); }, - $signature: 901 + $signature: 903 }; A.NotoDownloader_downloadAsBytes__closure.prototype = { call$1(x) { return type$.ByteBuffer._as(x); }, - $signature: 899 + $signature: 901 }; A.SkiaFontCollection.prototype = { _registerWithFontProvider$0() { @@ -146664,13 +146751,13 @@ call$0() { return A._setArrayType([], type$.JSArray_JavaScriptObject); }, - $signature: 894 + $signature: 896 }; A.SkiaFontCollection__registerWithFontProvider_closure0.prototype = { call$0() { return A._setArrayType([], type$.JSArray_JavaScriptObject); }, - $signature: 894 + $signature: 896 }; A.SkiaFontCollection_registerDownloadedFonts_makeRegisterFont.prototype = { call$3(buffer, url, family) { @@ -146685,7 +146772,7 @@ return null; } }, - $signature: 4089 + $signature: 3304 }; A.SkiaFontCollection__downloadFont_downloadFont.prototype = { call$0() { @@ -146749,13 +146836,13 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 1018 + $signature: 1019 }; A.SkiaFontCollection__getArrayBuffer_closure.prototype = { call$1(x) { return type$.ByteBuffer._as(x); }, - $signature: 899 + $signature: 901 }; A.RegisteredFont.prototype = {}; A.UnregisteredFont.prototype = {}; @@ -146787,7 +146874,7 @@ t1.toString; return type$.JavaScriptObject._as(t1); }, - $signature: 420 + $signature: 344 }; A.fetchImage_closure.prototype = { call$1($event) { @@ -146953,7 +147040,7 @@ throw A.wrapException(A.ImageCodecException$("Failed to resurrect image from pixels.")); return t3; }, - $signature: 420 + $signature: 344 }; A.AnimatedImageFrameInfo.prototype = { get$duration(_) { @@ -147199,7 +147286,7 @@ call$0() { return new A.DateTime(Date.now(), false); }, - $signature: 368 + $signature: 358 }; A.CkBrowserImageDecoder__getOrCreateWebDecoder_closure.prototype = { call$0() { @@ -148856,7 +148943,7 @@ this.$this.__engine$_surface.surface.flush(); return true; }, - $signature: 1368 + $signature: 1349 }; A.CkSurface.prototype = { dispose$0() { @@ -149024,7 +149111,7 @@ } return $.__canvasKit._readField$0().TextStyle(properties); }, - $signature: 420 + $signature: 344 }; A.CkStrutStyle.prototype = { $eq(_, other) { @@ -149422,7 +149509,7 @@ this._box_0.errorEnvelopeEncoded = true; } }, - $signature: 583 + $signature: 524 }; A.ClipboardMessageHandler_setDataMethodCall_closure0.prototype = { call$1(_) { @@ -149442,7 +149529,7 @@ t1.toString; t1.call$1(B.C_JSONMessageCodec.encodeMessage$1([map])); }, - $signature: 1473 + $signature: 1474 }; A.ClipboardMessageHandler_getDataMethodCall_closure0.prototype = { call$1(error) { @@ -149752,7 +149839,7 @@ A.callMethod(self.window.console, "error", ["URL rejected by TrustedTypes policy flutter-engine: " + A.S(url) + "(download prevented)"]); return null; }, - $signature: 2972 + $signature: 2993 }; A._DomList.prototype = {}; A._DomListIterator.prototype = { @@ -150013,7 +150100,7 @@ } else if (t1.checkCount > 5) t.cancel$0(0); }, - $signature: 498 + $signature: 477 }; A.FlutterViewEmbedder_setPreferredOrientation_closure.prototype = { call$1(_) { @@ -150084,12 +150171,12 @@ $._fontChangeScheduled = false; $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/system", $.$get$_fontChangeMessage(), new A.sendFontChangeMessage__closure()); }, - $signature: 889 + $signature: 891 }; A.sendFontChangeMessage__closure.prototype = { call$1(_) { }, - $signature: 156 + $signature: 144 }; A.FrameReference.prototype = { get$value(receiver) { @@ -155260,13 +155347,13 @@ call$1(codec) { codec.getNextFrame$0().then$1$1(0, new A.HtmlRenderer_decodeImageFromPixels_executeCallback_closure(this.callback), type$.Null); }, - $signature: 553 + $signature: 516 }; A.HtmlRenderer_decodeImageFromPixels_executeCallback_closure.prototype = { call$1(frameInfo) { this.callback.call$1(frameInfo.get$image(frameInfo)); }, - $signature: 1097 + $signature: 1094 }; A.SurfaceScene.prototype = { dispose$0() { @@ -155453,7 +155540,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: 1098 + $signature: 1096 }; A.NormalizedGradient.prototype = { setupUniforms$2(gl, glProgram) { @@ -155773,7 +155860,7 @@ return image; } }, - $signature: 1104 + $signature: 1103 }; A.EngineImageFilter.prototype = { get$filterAttribute() { @@ -155884,7 +155971,7 @@ bSize = t1._dy * t1._dx; return J.compareTo$1$ns(bSize, aSize); }, - $signature: 1158 + $signature: 1159 }; A.PersistedSurfaceState.prototype = { _enumToString$0() { @@ -156487,7 +156574,7 @@ $._hotRestartListeners[_i].call$0(); return A.Future_Future$value(A.ServiceExtensionResponse$result("OK"), type$.ServiceExtensionResponse); }, - $signature: 886 + $signature: 888 }; A.initializeEngineServices_closure0.prototype = { call$0() { @@ -156516,7 +156603,7 @@ if (t2 != null) A.invoke(t2, t1._onDrawFrameZone); }, - $signature: 889 + $signature: 891 }; A.initializeEngineServices_initializeRendererCallback.prototype = { call$0() { @@ -156541,7 +156628,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 95 + $signature: 96 }; A._addUrlStrategyListener_closure.prototype = { call$1(jsStrategy) { @@ -156549,7 +156636,7 @@ $._isUrlStrategySet = true; $._customUrlStrategy = t1; }, - $signature: 892 + $signature: 894 }; A._addUrlStrategyListener_closure0.prototype = { call$0() { @@ -156566,49 +156653,49 @@ call$1($event) { return $event._event.altKey; }, - $signature: 180 + $signature: 189 }; A._kLogicalKeyToModifierGetter_closure0.prototype = { call$1($event) { return $event._event.altKey; }, - $signature: 180 + $signature: 189 }; A._kLogicalKeyToModifierGetter_closure1.prototype = { call$1($event) { return $event._event.ctrlKey; }, - $signature: 180 + $signature: 189 }; A._kLogicalKeyToModifierGetter_closure2.prototype = { call$1($event) { return $event._event.ctrlKey; }, - $signature: 180 + $signature: 189 }; A._kLogicalKeyToModifierGetter_closure3.prototype = { call$1($event) { return $event._event.shiftKey; }, - $signature: 180 + $signature: 189 }; A._kLogicalKeyToModifierGetter_closure4.prototype = { call$1($event) { return $event._event.shiftKey; }, - $signature: 180 + $signature: 189 }; A._kLogicalKeyToModifierGetter_closure5.prototype = { call$1($event) { return $event._event.metaKey; }, - $signature: 180 + $signature: 189 }; A._kLogicalKeyToModifierGetter_closure6.prototype = { call$1($event) { return $event._event.metaKey; }, - $signature: 180 + $signature: 189 }; A._cached_closure.prototype = { call$0() { @@ -156672,13 +156759,13 @@ return this.handler.call$1($event); return null; }, - $signature: 885 + $signature: 887 }; A.KeyboardBinding__onKeyData_closure.prototype = { call$1(handled) { this._box_0.result = handled; }, - $signature: 88 + $signature: 85 }; A.FlutterHtmlKeyboardEvent.prototype = {}; A.KeyboardConverter.prototype = { @@ -156876,7 +156963,7 @@ call$0() { return new A.KeyData(new A.Duration(this.currentTimeStamp._duration + 2000000), B.KeyEventType_1, this.physicalKey, this.logicalKey, null, true); }, - $signature: 884 + $signature: 886 }; A.KeyboardConverter__startGuardingKey_closure0.prototype = { call$0() { @@ -156918,13 +157005,13 @@ } return J.get$hashCode$(t1) + 98784247808; }, - $signature: 160 + $signature: 170 }; 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: 884 + $signature: 886 }; A.KeyboardConverter__handleEvent_closure1.prototype = { call$0() { @@ -156942,7 +157029,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: 1848 + $signature: 1849 }; A.KeyboardConverter__handleEvent__closure.prototype = { call$2(physicalKey, logicalRecord) { @@ -156952,14 +157039,14 @@ this.$this._dispatchKeyData.call$1(new A.KeyData(this.timeStamp, B.KeyEventType_1, physicalKey, t1, null, true)); return true; }, - $signature: 1893 + $signature: 1894 }; A.KeyboardConverter_handleEvent_closure.prototype = { call$1(data) { this._box_0.sentAnyEvents = true; return this.$this.performDispatchKeyData.call$1(data); }, - $signature: 542 + $signature: 458 }; A.MouseCursor.prototype = {}; A.BrowserHistory.prototype = { @@ -157135,7 +157222,7 @@ A.MultiEntriesBrowserHistory_onPopState_closure.prototype = { call$1(_) { }, - $signature: 156 + $signature: 144 }; A.SingleEntryBrowserHistory.prototype = { SingleEntryBrowserHistory$1$urlStrategy(urlStrategy) { @@ -157232,12 +157319,12 @@ A.SingleEntryBrowserHistory_onPopState_closure.prototype = { call$1(_) { }, - $signature: 156 + $signature: 144 }; A.SingleEntryBrowserHistory_onPopState_closure0.prototype = { call$1(_) { }, - $signature: 156 + $signature: 144 }; A.JsUrlStrategy.prototype = {}; A.UrlStrategy.prototype = {}; @@ -157710,13 +157797,13 @@ call$1(data) { this.registrationZone.runUnaryGuarded$1$2(this.callback, data, type$.nullable_ByteData); }, - $signature: 156 + $signature: 144 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure.prototype = { call$1(assetData) { this.$this.replyToPlatformMessage$2(this.callback, assetData); }, - $signature: 1919 + $signature: 1896 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure0.prototype = { call$1(error) { @@ -157735,7 +157822,7 @@ call$1(success) { this.$this.replyToPlatformMessage$2(this.callback, B.C_JSONMessageCodec.encodeMessage$1([success])); }, - $signature: 583 + $signature: 524 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure3.prototype = { call$1($content) { @@ -157751,7 +157838,7 @@ else if (t1 != null) t1.call$1(null); }, - $signature: 583 + $signature: 524 }; A.EnginePlatformDispatcher__addFontSizeObserver_closure.prototype = { call$2(mutations, _) { @@ -157772,7 +157859,7 @@ } } }, - $signature: 1920 + $signature: 1921 }; A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure.prototype = { call$1($event) { @@ -157868,7 +157955,7 @@ wrapper.append($content._readLocal$0()); return wrapper; }, - $signature: 420 + $signature: 344 }; A.PlatformViewMessageHandler.prototype = { _createPlatformView$2(methodCall, callback) { @@ -157999,7 +158086,7 @@ if ((t1 == null ? $.EngineSemanticsOwner__instance = A.EngineSemanticsOwner$_() : t1).receiveGlobalEvent$1($event)) this.handler.call$1($event); }, - $signature: 885 + $signature: 887 }; A._WheelEventListenerMixin.prototype = { _addWheelEventListener$1(handler) { @@ -158291,7 +158378,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: 112 + $signature: 113 }; A._PointerAdapter_setup_closure0.prototype = { call$1($event) { @@ -158312,7 +158399,7 @@ } t1.__engine$_callback.call$1(pointerData); }, - $signature: 112 + $signature: 113 }; A._PointerAdapter_setup_closure1.prototype = { call$1($event) { @@ -158328,7 +158415,7 @@ t1.__engine$_callback.call$1(pointerData); } }, - $signature: 112 + $signature: 113 }; A._PointerAdapter_setup_closure2.prototype = { call$1($event) { @@ -158349,7 +158436,7 @@ } } }, - $signature: 112 + $signature: 113 }; A._PointerAdapter_setup_closure3.prototype = { call$1($event) { @@ -158367,7 +158454,7 @@ t1.__engine$_callback.call$1(pointerData); } }, - $signature: 112 + $signature: 113 }; A._PointerAdapter_setup_closure4.prototype = { call$1($event) { @@ -158444,7 +158531,7 @@ } t2.__engine$_callback.call$1(pointerData); }, - $signature: 112 + $signature: 113 }; A._TouchAdapter_setup_closure0.prototype = { call$1($event) { @@ -158463,7 +158550,7 @@ } t2.__engine$_callback.call$1(pointerData); }, - $signature: 112 + $signature: 113 }; A._TouchAdapter_setup_closure1.prototype = { call$1($event) { @@ -158486,7 +158573,7 @@ } t2.__engine$_callback.call$1(pointerData); }, - $signature: 112 + $signature: 113 }; A._TouchAdapter_setup_closure2.prototype = { call$1($event) { @@ -158508,7 +158595,7 @@ } t2.__engine$_callback.call$1(pointerData); }, - $signature: 112 + $signature: 113 }; A._MouseAdapter.prototype = { _addMouseEventListener$4$useCapture(target, eventName, handler, useCapture) { @@ -158579,7 +158666,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: 112 + $signature: 113 }; A._MouseAdapter_setup_closure0.prototype = { call$1($event) { @@ -158597,7 +158684,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: 112 + $signature: 113 }; A._MouseAdapter_setup_closure1.prototype = { call$1($event) { @@ -158612,7 +158699,7 @@ t1.__engine$_callback.call$1(pointerData); } }, - $signature: 112 + $signature: 113 }; A._MouseAdapter_setup_closure2.prototype = { call$1($event) { @@ -158627,7 +158714,7 @@ t1.__engine$_callback.call$1(pointerData); } }, - $signature: 112 + $signature: 113 }; A._MouseAdapter_setup_closure3.prototype = { call$1($event) { @@ -158886,7 +158973,7 @@ if (A._asBoolS(J.$index$asx(type$.Map_String_dynamic._as(B.C_JSONMessageCodec.decodeMessage$1(data)), "handled"))) this.event._event.preventDefault(); }, - $signature: 156 + $signature: 144 }; A.JsPromise.prototype = {}; A.ImageDecoder.prototype = {}; @@ -159265,7 +159352,7 @@ call$1(mode) { this.$this.update$0(0); }, - $signature: 882 + $signature: 884 }; A.LabelAndValue.prototype = { update$0(_) { @@ -159490,7 +159577,7 @@ call$1(_) { this.$this._gestureModeDidChange$0(); }, - $signature: 882 + $signature: 884 }; A.Scrollable_update_closure1.prototype = { call$1(_) { @@ -159576,7 +159663,7 @@ call$1(object) { return A.Incrementable$(object); }, - $signature: 2498 + $signature: 2500 }; A._roleFactories_closure0.prototype = { call$1(object) { @@ -159588,19 +159675,19 @@ object.element.append(t1); return new A.Scrollable0(t1, object); }, - $signature: 2506 + $signature: 2518 }; A._roleFactories_closure1.prototype = { call$1(object) { return new A.LabelAndValue(object); }, - $signature: 2522 + $signature: 2534 }; A._roleFactories_closure2.prototype = { call$1(object) { return new A.Tappable(object); }, - $signature: 2537 + $signature: 2538 }; A._roleFactories_closure3.prototype = { call$1(object) { @@ -160234,7 +160321,7 @@ call$0() { return new A.DateTime(Date.now(), false); }, - $signature: 368 + $signature: 358 }; A.EngineSemanticsOwner__getGestureModeClock_closure.prototype = { call$0() { @@ -161124,7 +161211,7 @@ t1.writeValue$2(0, t2, key); t1.writeValue$2(0, t2, value); }, - $signature: 159 + $signature: 176 }; A.StandardMethodCodec.prototype = { decodeMethodCall$1(methodCall) { @@ -162063,7 +162150,7 @@ call$1(fontFace) { return this.$call$body$FontManager__loadFontFace_fontFaceLoad(fontFace); }, - $signature: 2897 + $signature: 2898 }; A.TextFragmenter.prototype = {}; A.TextFragment.prototype = {}; @@ -163194,7 +163281,7 @@ t1.trailingSpaces = t1.trailingNewlines = 0; t1.prev1 = t1.prev2 = null; }, - $signature: 2954 + $signature: 2951 }; A.RulerHost.prototype = { dispose$0() { @@ -163832,7 +163919,7 @@ t2.toString; this.subscriptions.push(A.DomSubscription$(t2, "input", A.allowInterop(new A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure(t1, key, t2)))); }, - $signature: 92 + $signature: 93 }; A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure.prototype = { call$1(e) { @@ -164677,7 +164764,7 @@ var t1 = J.cast$1$0$ax(form.getElementsByClassName("submitBtn"), type$.JavaScriptObject); t1.get$first(t1).click(); }, - $signature: 3028 + $signature: 3077 }; A.TextEditingChannel.prototype = { handleTextInput$2(data, callback) { @@ -164837,7 +164924,7 @@ t1 = t1.__engine$_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: 251 + $signature: 232 }; A.EditableTextStyle.prototype = { applyToDomElement$1(domElement) { @@ -164880,7 +164967,7 @@ call$1(byte) { return "0x" + B.JSString_methods.padLeft$2(J.toRadixString$1$n(byte, 16), 2, "0"); }, - $signature: 405 + $signature: 404 }; A.Matrix40.prototype = { Matrix4$identity$0() { @@ -165682,7 +165769,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 177 + $signature: 184 }; A.EngineSingletonFlutterWindow.prototype = { get$devicePixelRatio(_) { @@ -165802,7 +165889,7 @@ } } }, - $signature: 881 + $signature: 883 }; A._HeaderValue__parse_done.prototype = { call$0() { @@ -165844,7 +165931,7 @@ } return B.JSString_methods.substring$2(t3, start, t1.index); }, - $signature: 76 + $signature: 77 }; A._HeaderValue__parse_expect.prototype = { call$1(expected) { @@ -165853,7 +165940,7 @@ throw A.wrapException(A.HttpException$("Failed to parse header value", null)); ++_this._box_0.index; }, - $signature: 92 + $signature: 93 }; A._HeaderValue__parse_maybeExpect.prototype = { call$1(expected) { @@ -165912,7 +165999,7 @@ } return B.JSString_methods.substring$2(t3, start, t1.index).toLowerCase(); }, - $signature: 76 + $signature: 77 }; A._HeaderValue__parse_parseParameters_parseParameterValue.prototype = { call$0() { @@ -165941,7 +166028,7 @@ } else return _this.parseValue.call$0(); }, - $signature: 76 + $signature: 77 }; A._ContentType.prototype = {}; J.Interceptor.prototype = { @@ -167750,7 +167837,7 @@ call$0() { return A.Future_Future$value(null, type$.Null); }, - $signature: 880 + $signature: 882 }; A.SentinelValue.prototype = { get$id() { @@ -168670,7 +168757,7 @@ call$1(o) { return this.T._is(o); }, - $signature: 119 + $signature: 120 }; A.Instantiation.prototype = { Instantiation$1(_genericClosure) { @@ -168750,7 +168837,7 @@ call$0() { return B.JSNumber_methods.floor$0(1000 * this.performance.now()); }, - $signature: 160 + $signature: 170 }; A.Primitives_functionNoSuchMethod_closure.prototype = { call$2($name, argument) { @@ -168760,7 +168847,7 @@ this.$arguments.push(argument); ++t1.argumentCount; }, - $signature: 151 + $signature: 156 }; A.TypeErrorDecoder.prototype = { matchTypeError$1(message) { @@ -169201,7 +169288,7 @@ call$1(tag) { return this.prototypeForTag(tag); }, - $signature: 879 + $signature: 881 }; A.JSSyntaxRegExp.prototype = { toString$0(_) { @@ -169810,7 +169897,7 @@ call$1(beforeEntry) { return new A.MapEntry(J.codeUnitAt$1$s(beforeEntry.get$value(beforeEntry), 0), beforeEntry.get$key(beforeEntry), type$.MapEntry_int_String); }, - $signature: 1198 + $signature: 1199 }; A._unmarshallCodeMap_closure.prototype = { call$0() { @@ -169859,7 +169946,7 @@ }; }, type$.MapEntry_String_int); }, - $signature: 1280 + $signature: 1275 }; A.unmarshallMappingData_closure.prototype = { call$0() { @@ -169909,7 +169996,7 @@ }; }, type$.MapEntry_of_String_and_Map_String_int); }, - $signature: 1283 + $signature: 1284 }; A.LocaleKeymap.prototype = { getLogicalKey$3(eventCode, eventKey, eventKeyCode) { @@ -170060,19 +170147,19 @@ call$1(result) { return this.bodyFunction.call$2(0, result); }, - $signature: 101 + $signature: 103 }; A._awaitOnObject_closure0.prototype = { call$2(error, stackTrace) { this.bodyFunction.call$2(1, new A.ExceptionAndStackTrace(error, stackTrace)); }, - $signature: 520 + $signature: 479 }; A._wrapJsFunctionForAsync_closure.prototype = { call$2(errorCode, result) { this.$protected(errorCode, result); }, - $signature: 1371 + $signature: 1372 }; A._asyncStarHelper_closure.prototype = { call$0() { @@ -170144,7 +170231,7 @@ return t1.cancelationFuture; } }, - $signature: 1417 + $signature: 1418 }; A._AsyncStarStreamController__closure.prototype = { call$0() { @@ -170566,7 +170653,7 @@ } else if (t2 === 0 && !_this.eagerError) _this._future._completeError$2(_this.error._readLocal$0(), _this.stackTrace._readLocal$0()); }, - $signature: 132 + $signature: 139 }; A.Future_wait_closure.prototype = { call$1(value) { @@ -170909,7 +170996,7 @@ call$2(error, stackTrace) { this.$this._completeError$2(error, stackTrace); }, - $signature: 174 + $signature: 173 }; A._Future__chainForeignFuture_closure1.prototype = { call$0() { @@ -171052,7 +171139,7 @@ this._future._completeError$2(e, s); } }, - $signature: 174 + $signature: 173 }; A._AsyncCallbackEntry.prototype = {}; A.Stream.prototype = { @@ -171125,13 +171212,13 @@ t1._addError$2(error, stackTrace); t1._closeUnchecked$0(); }, - $signature: 397 + $signature: 379 }; A.Stream_pipe_closure.prototype = { call$1(_) { return this.streamConsumer.close$0(0); }, - $signature: 1818 + $signature: 1819 }; A.Stream_fold_closure.prototype = { call$0() { @@ -171533,7 +171620,7 @@ t1._addError$2(e, s); t1._async$_close$0(); }, - $signature: 174 + $signature: 173 }; A._AddStreamState_cancel_closure.prototype = { call$0() { @@ -172062,7 +172149,7 @@ call$2(error, stackTrace) { A._cancelAndError(this.subscription, this.future, error, stackTrace); }, - $signature: 132 + $signature: 139 }; A._cancelAndValue_closure.prototype = { call$0() { @@ -172757,7 +172844,7 @@ call$1(v) { return this.K._is(v); }, - $signature: 157 + $signature: 158 }; A._HashMapKeyIterable.prototype = { get$length(_) { @@ -172859,7 +172946,7 @@ call$1(v) { return this.K._is(v); }, - $signature: 157 + $signature: 158 }; A._HashSet.prototype = { _newSet$0() { @@ -173300,7 +173387,7 @@ call$2(k, v) { this.result.$indexSet(0, this.K._as(k), this.V._as(v)); }, - $signature: 159 + $signature: 176 }; A.IterableMixin.prototype = { map$1$1(_, toElement, $T) { @@ -173410,7 +173497,7 @@ call$2(k, v) { this.result.$indexSet(0, this.K._as(k), this.V._as(v)); }, - $signature: 159 + $signature: 176 }; A.LinkedList.prototype = { contains$1(_, entry) { @@ -173866,7 +173953,7 @@ t1._contents = t2 + ": "; t1._contents += A.S(v); }, - $signature: 281 + $signature: 285 }; A.MapMixin.prototype = { cast$2$0(receiver, RK, RV) { @@ -174908,7 +174995,7 @@ call$1(a) { return this.K._is(a); }, - $signature: 157 + $signature: 158 }; A._SplayTreeIterator.prototype = { get$current(_) { @@ -175145,7 +175232,7 @@ call$1(v) { return this.E._is(v); }, - $signature: 157 + $signature: 158 }; A.SplayTreeSet__copyNode_copyChildren.prototype = { call$2(node, dest) { @@ -175303,7 +175390,7 @@ call$1(each) { return this.$this.$index(0, each); }, - $signature: 879 + $signature: 881 }; A._JsonMapKeyIterable.prototype = { get$length(_) { @@ -175902,7 +175989,7 @@ t2.i = i + 1; t1[i] = value; }, - $signature: 281 + $signature: 285 }; A._JsonPrettyPrintMixin.prototype = { writeList$1(list) { @@ -175967,7 +176054,7 @@ t2.i = i + 1; t1[i] = value; }, - $signature: 281 + $signature: 285 }; A._JsonStringStringifier.prototype = { get$_partialResult() { @@ -176283,7 +176370,7 @@ call$2(key, value) { this.result.$indexSet(0, key._name, value); }, - $signature: 874 + $signature: 876 }; A.NoSuchMethodError_toString_closure.prototype = { call$2(key, value) { @@ -176296,7 +176383,7 @@ t1._contents += A.Error_safeToString(value); t2.comma = ", "; }, - $signature: 874 + $signature: 876 }; A._BigIntImpl.prototype = { $negate(_) { @@ -176650,7 +176737,7 @@ hash = hash + ((hash & 524287) << 10) & 536870911; return hash ^ hash >>> 6; }, - $signature: 527 + $signature: 442 }; A._BigIntImpl_hashCode_finish.prototype = { call$1(hash) { @@ -176658,7 +176745,7 @@ hash ^= hash >>> 11; return hash + ((hash & 16383) << 15) & 536870911; }, - $signature: 134 + $signature: 138 }; A._BigIntImpl_toDouble_readBits.prototype = { call$1(n) { @@ -176684,7 +176771,7 @@ t1.cachedBitsLength = t4; return result; }, - $signature: 134 + $signature: 138 }; A._BigIntImpl_toDouble_roundUp.prototype = { call$0() { @@ -176783,7 +176870,7 @@ return 0; return A.int_parse(matched, null); }, - $signature: 872 + $signature: 874 }; A.DateTime_parse_parseMilliAndMicroseconds.prototype = { call$1(matched) { @@ -176797,7 +176884,7 @@ } return result; }, - $signature: 872 + $signature: 874 }; A.Duration.prototype = { $add(_, other) { @@ -177753,6 +177840,30 @@ call$3$specifiedType($0, $1, $2) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$specifiedType", 0, [$0, $1, $2], ["specifiedType"], 0)); }, + call$2$bottom$top($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$bottom$top", 0, [$0, $1], ["bottom", "top"], 0)); + }, + call$2$left$right($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$left$right", 0, [$0, $1], ["left", "right"], 0)); + }, + call$2$hitTest$paintTransform($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$hitTest$paintTransform", 0, [$0, $1], ["hitTest", "paintTransform"], 0)); + }, + call$3$crossAxisPosition$mainAxisPosition($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$crossAxisPosition$mainAxisPosition", 0, [$0, $1, $2], ["crossAxisPosition", "mainAxisPosition"], 0)); + }, + call$2$hitTest$paintOffset($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$hitTest$paintOffset", 0, [$0, $1], ["hitTest", "paintOffset"], 0)); + }, + call$1$applicationUserName($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$applicationUserName", 0, [$0], ["applicationUserName"], 0)); + }, + call$1$purchaseParam($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$purchaseParam", 0, [$0], ["purchaseParam"], 0)); + }, + call$3$data($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$data", 0, [$0, $1, $2], ["data"], 0)); + }, call$1$opacity($0) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$opacity", 0, [$0], ["opacity"], 0)); }, @@ -177774,30 +177885,12 @@ call$1$scrollbars($0) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$scrollbars", 0, [$0], ["scrollbars"], 0)); }, - call$2$bottom$top($0, $1) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$bottom$top", 0, [$0, $1], ["bottom", "top"], 0)); - }, - call$2$left$right($0, $1) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$left$right", 0, [$0, $1], ["left", "right"], 0)); - }, - call$2$hitTest$paintTransform($0, $1) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$hitTest$paintTransform", 0, [$0, $1], ["hitTest", "paintTransform"], 0)); - }, - call$3$crossAxisPosition$mainAxisPosition($0, $1, $2) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$crossAxisPosition$mainAxisPosition", 0, [$0, $1, $2], ["crossAxisPosition", "mainAxisPosition"], 0)); - }, - call$2$hitTest$paintOffset($0, $1) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$hitTest$paintOffset", 0, [$0, $1], ["hitTest", "paintOffset"], 0)); - }, call$1$task($0) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$task", 0, [$0], ["task"], 0)); }, call$1$oldWidget($0) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$oldWidget", 0, [$0], ["oldWidget"], 0)); }, - call$3$data($0, $1, $2) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$data", 0, [$0, $1, $2], ["data"], 0)); - }, call$4$overscroll$physics$platform$scrollbars($0, $1, $2, $3) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$overscroll$physics$platform$scrollbars", 0, [$0, $1, $2, $3], ["overscroll", "physics", "platform", "scrollbars"], 0)); }, @@ -177861,12 +177954,6 @@ call$1$removeTop($0) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$removeTop", 0, [$0], ["removeTop"], 0)); }, - call$1$applicationUserName($0) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$applicationUserName", 0, [$0], ["applicationUserName"], 0)); - }, - call$1$purchaseParam($0) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$purchaseParam", 0, [$0], ["purchaseParam"], 0)); - }, call$4$data$rawResponse($0, $1, $2, $3) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$data$rawResponse", 0, [$0, $1, $2, $3], ["data", "rawResponse"], 0)); }, @@ -178290,15 +178377,15 @@ call$4$collision($0, $1, $2, $3) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$collision", 0, [$0, $1, $2, $3], ["collision"], 0)); }, - call$4$isScrolling$newPosition$oldPosition$velocity($0, $1, $2, $3) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$isScrolling$newPosition$oldPosition$velocity", 0, [$0, $1, $2, $3], ["isScrolling", "newPosition", "oldPosition", "velocity"], 0)); - }, call$1$maxExtent($0) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$maxExtent", 0, [$0], ["maxExtent"], 0)); }, call$2$bottomNavigationBarTop$floatingActionButtonArea($0, $1) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$bottomNavigationBarTop$floatingActionButtonArea", 0, [$0, $1], ["bottomNavigationBarTop", "floatingActionButtonArea"], 0)); }, + call$4$isScrolling$newPosition$oldPosition$velocity($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$isScrolling$newPosition$oldPosition$velocity", 0, [$0, $1, $2, $3], ["isScrolling", "newPosition", "oldPosition", "velocity"], 0)); + }, call$1$noPixels($0) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$noPixels", 0, [$0], ["noPixels"], 0)); }, @@ -178826,7 +178913,7 @@ } return map; }, - $signature: 2179 + $signature: 2160 }; A.Uri__parseIPv4Address_error.prototype = { call$2(msg, position) { @@ -178838,7 +178925,7 @@ call$2(msg, position) { throw A.wrapException(A.FormatException$("Illegal IPv6 address, " + msg, this.host, position)); }, - $signature: 2478 + $signature: 2477 }; A.Uri_parseIPv6Address_parseHex.prototype = { call$2(start, end) { @@ -178850,7 +178937,7 @@ this.error.call$2("each part must be in the range of `0x0..0xFFFF`", start); return value; }, - $signature: 527 + $signature: 442 }; A._Uri.prototype = { get$_text() { @@ -179141,7 +179228,7 @@ call$1(s) { return A._Uri__uriEncode(B.List_qg40, s, B.C_Utf8Codec, false); }, - $signature: 128 + $signature: 129 }; A._Uri__makeQuery_writeParameter.prototype = { call$2(key, value) { @@ -179155,7 +179242,7 @@ t1._contents += A.S(A._Uri__uriEncode(B.List_nxB, value, B.C_Utf8Codec, true)); } }, - $signature: 881 + $signature: 883 }; A._Uri__makeQuery_closure.prototype = { call$2(key, value) { @@ -179166,7 +179253,7 @@ for (t1 = J.get$iterator$ax(value), t2 = this.writeParameter; t1.moveNext$0();) t2.call$2(key, t1.get$current(t1)); }, - $signature: 151 + $signature: 156 }; A.UriData.prototype = { get$uri() { @@ -179239,7 +179326,7 @@ B.NativeUint8List_methods.fillRange$3(t1, 0, 96, defaultTransition); return t1; }, - $signature: 2496 + $signature: 2495 }; A._createTables_setChars.prototype = { call$3(target, chars, transition) { @@ -179247,7 +179334,7 @@ for (t1 = chars.length, i = 0; i < t1; ++i) target[B.JSString_methods._codeUnitAt$1(chars, i) ^ 96] = transition; }, - $signature: 864 + $signature: 866 }; A._createTables_setRange.prototype = { call$3(target, range, transition) { @@ -179255,7 +179342,7 @@ for (i = B.JSString_methods._codeUnitAt$1(range, 0), n = B.JSString_methods._codeUnitAt$1(range, 1); i <= n; ++i) target[(i ^ 96) >>> 0] = transition; }, - $signature: 864 + $signature: 866 }; A._SimpleUri.prototype = { get$hasScheme() { @@ -179630,7 +179717,7 @@ call$1(value) { this.completer.complete$1(0, value); }, - $signature: 2500 + $signature: 2502 }; A.CanvasRenderingContext2D.prototype = {$isCanvasRenderingContext2D: 1}; A.CharacterData.prototype = { @@ -180209,7 +180296,7 @@ else t3.completeError$1(e); }, - $signature: 339 + $signature: 408 }; A.HttpRequestEventTarget.prototype = {}; A.IFrameElement.prototype = {$isIFrameElement: 1}; @@ -180333,13 +180420,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 151 + $signature: 156 }; A.MidiInputMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 151 + $signature: 156 }; A.MidiOutputMap.prototype = { containsKey$1(receiver, key) { @@ -180392,13 +180479,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 151 + $signature: 156 }; A.MidiOutputMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 151 + $signature: 156 }; A.MidiPort.prototype = { get$id(receiver) { @@ -180825,13 +180912,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 151 + $signature: 156 }; A.RtcStatsReport_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 151 + $signature: 156 }; A.SelectElement.prototype = { get$length(receiver) { @@ -180984,13 +181071,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 195 + $signature: 177 }; A.Storage_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 195 + $signature: 177 }; A.StyleSheet.prototype = {$isStyleSheet: 1}; A.TextAreaElement.prototype = { @@ -181576,21 +181663,21 @@ if (J.startsWith$1$s(key, "data-")) this.f.call$2(this.$this._toCamelCase$1(B.JSString_methods.substring$1(key, 5)), value); }, - $signature: 195 + $signature: 177 }; A._DataAttributeMap_keys_closure.prototype = { call$2(key, value) { if (J.startsWith$1$s(key, "data-")) this.keys.push(this.$this._toCamelCase$1(B.JSString_methods.substring$1(key, 5))); }, - $signature: 195 + $signature: 177 }; A._DataAttributeMap_values_closure.prototype = { call$2(key, value) { if (J.startsWith$1$s(key, "data-")) this.values.push(value); }, - $signature: 195 + $signature: 177 }; A.EventStreamProvider.prototype = {}; A._EventStream.prototype = { @@ -181659,13 +181746,13 @@ call$1(e) { return this.onData.call$1(e); }, - $signature: 422 + $signature: 409 }; A._EventStreamSubscription_onData_closure.prototype = { call$1(e) { return this.handleData.call$1(e); }, - $signature: 422 + $signature: 409 }; A.ImmutableListMixin.prototype = { get$iterator(receiver) { @@ -181966,19 +182053,19 @@ call$1(n) { return type$.Element._is(n); }, - $signature: 2546 + $signature: 2608 }; A.FilteredElementList__iterable_closure0.prototype = { call$1(n) { return type$.Element._as(n); }, - $signature: 2611 + $signature: 2615 }; A.FilteredElementList_removeRange_closure0.prototype = { call$1(el) { return J.remove$0$ax(el); }, - $signature: 2616 + $signature: 2625 }; A.Cursor.prototype = {}; A.CursorWithValue.prototype = { @@ -182190,7 +182277,7 @@ if (t1._atEnd) t1._closeFile$0(); }, - $signature: 861 + $signature: 863 }; A._FileStream__readBlock_closure0.prototype = { call$2(e, s) { @@ -182204,7 +182291,7 @@ t1._unsubscribed = true; } }, - $signature: 397 + $signature: 379 }; A._FileStream__start_onReady.prototype = { call$1(file) { @@ -182213,7 +182300,7 @@ t1._readInProgress = false; t1._readBlock$0(); }, - $signature: 860 + $signature: 862 }; A._FileStream__start_onOpenFile.prototype = { call$1(file) { @@ -182225,7 +182312,7 @@ else t3.call$1(file); }, - $signature: 860 + $signature: 862 }; A._FileStream__start_onOpenFile_closure.prototype = { call$2(e, s) { @@ -182236,7 +182323,7 @@ t1._readInProgress = false; t1._closeFile$0(); }, - $signature: 397 + $signature: 379 }; A._FileStream__start_openFailed.prototype = { call$2(error, stackTrace) { @@ -182247,7 +182334,7 @@ t1.___FileStream__controller_A.close$0(0); t1._closeCompleter.complete$0(0); }, - $signature: 159 + $signature: 176 }; A._File.prototype = { existsSync$0() { @@ -182281,14 +182368,14 @@ A._checkForErrorResponse(response, "Cannot open file", t1); return A._RandomAccessFile$(response, t1); }, - $signature: 859 + $signature: 861 }; A._File_length_closure.prototype = { call$1(response) { A._checkForErrorResponse(response, "Cannot retrieve length of file", this.$this._path); return response; }, - $signature: 259 + $signature: 263 }; A._File_readAsBytes_readDataChunked.prototype = { call$1(file) { @@ -182297,7 +182384,7 @@ new A._File_readAsBytes_readDataChunked_read(file, new A._BytesBuilder(t1), new A._AsyncCompleter(t2, type$._AsyncCompleter_Uint8List)).call$0(); return t2; }, - $signature: 854 + $signature: 856 }; A._File_readAsBytes_readDataChunked_read.prototype = { call$0() { @@ -182316,13 +182403,13 @@ } else this.completer.complete$1(0, t1.takeBytes$0()); }, - $signature: 861 + $signature: 863 }; A._File_readAsBytes_closure.prototype = { call$1(file) { return file.length$0(0).then$1$1(0, new A._File_readAsBytes__closure(this.readDataChunked, file), type$.Uint8List).whenComplete$1(file.get$close(file)); }, - $signature: 854 + $signature: 856 }; A._File_readAsBytes__closure.prototype = { call$1($length) { @@ -182380,7 +182467,7 @@ $._FileResourceInfo_openFiles.remove$1(0, t1.id); } }, - $signature: 2712 + $signature: 2717 }; A._RandomAccessFile_read_closure.prototype = { call$1(response) { @@ -182403,14 +182490,14 @@ A._checkForErrorResponse(response, "setPosition failed", t1.path); return t1; }, - $signature: 859 + $signature: 861 }; A._RandomAccessFile_length_closure.prototype = { call$1(response) { A._checkForErrorResponse(response, "length failed", this.$this.path); return A._asIntS(response); }, - $signature: 259 + $signature: 263 }; A.FileSystemEntityType.prototype = { toString$0(_) { @@ -182452,7 +182539,7 @@ call$1(o) { return new A.JsArray(o, type$.JsArray_dynamic); }, - $signature: 2764 + $signature: 2757 }; A._wrapToDart_closure1.prototype = { call$1(o) { @@ -182609,13 +182696,13 @@ } else return o; }, - $signature: 355 + $signature: 336 }; A.promiseToFuture_closure.prototype = { call$1(r) { return this.completer.complete$1(0, r); }, - $signature: 101 + $signature: 103 }; A.promiseToFuture_closure0.prototype = { call$1(e) { @@ -182623,7 +182710,7 @@ return this.completer.completeError$1(new A.NullRejectionException(e === undefined)); return this.completer.completeError$1(e); }, - $signature: 101 + $signature: 103 }; A.dartify_convert.prototype = { call$1(o) { @@ -182667,7 +182754,7 @@ } return o; }, - $signature: 355 + $signature: 336 }; A.NullRejectionException.prototype = { toString$0(_) { @@ -183128,13 +183215,13 @@ call$0() { return new A._Channel(A.ListQueue$(1, type$._StoredMessage), 1); }, - $signature: 851 + $signature: 853 }; A.ChannelBuffers_setListener_closure.prototype = { call$0() { return new A._Channel(A.ListQueue$(1, type$._StoredMessage), 1); }, - $signature: 851 + $signature: 853 }; A.OffsetBase.prototype = { $lt(_, other) { @@ -183591,7 +183678,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2942 + $signature: 2938 }; A.webOnlyWarmupEngine_closure0.prototype = { call$0() { @@ -183617,7 +183704,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 880 + $signature: 882 }; A.PlatformViewRegistry.prototype = {}; A.KeyEventType.prototype = { @@ -183680,13 +183767,13 @@ } return ""; }, - $signature: 76 + $signature: 77 }; A.KeyData__quotedCharCode_closure.prototype = { call$1(code) { return B.JSString_methods.padLeft$2(J.toRadixString$1$n(code, 16), 2, "0"); }, - $signature: 405 + $signature: 404 }; A.Color.prototype = { $eq(_, other) { @@ -184344,13 +184431,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 151 + $signature: 156 }; A.AudioParamMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 151 + $signature: 156 }; A.AudioTrack.prototype = { get$id(receiver) { @@ -186619,13 +186706,13 @@ t1 = true; return t1; }, - $signature: 48 + $signature: 56 }; A.AttributedSpans__getStartingMarkerAtOrBefore_closure0.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_0 && marker.offset <= this.offset; }, - $signature: 48 + $signature: 56 }; A.AttributedSpans__getEndingMarkerAtOrAfter_closure.prototype = { call$1(marker) { @@ -186638,73 +186725,73 @@ t1 = true; return t1; }, - $signature: 48 + $signature: 56 }; A.AttributedSpans__getEndingMarkerAtOrAfter_closure0.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_1 && marker.offset >= this.offset; }, - $signature: 48 + $signature: 56 }; A.AttributedSpans_addAttribution_closure.prototype = { call$1(attribution) { return J.$eq$(attribution.attribution, this.newAttribution); }, - $signature: 48 + $signature: 56 }; A.AttributedSpans_addAttribution_closure0.prototype = { call$1(attribution) { return attribution.offset > this.start; }, - $signature: 48 + $signature: 56 }; A.AttributedSpans_addAttribution_closure1.prototype = { call$1(attribution) { return attribution.offset <= this.end; }, - $signature: 48 + $signature: 56 }; A.AttributedSpans_addAttribution_closure2.prototype = { call$1(element) { return B.JSArray_methods.contains$1(this.markersToDelete, element); }, - $signature: 48 + $signature: 56 }; A.AttributedSpans_removeAttribution_closure.prototype = { call$1(attribution) { return J.$eq$(attribution.attribution, this.attributionToRemove); }, - $signature: 48 + $signature: 56 }; A.AttributedSpans_removeAttribution_closure0.prototype = { call$1(attribution) { return attribution.offset >= this.start; }, - $signature: 48 + $signature: 56 }; A.AttributedSpans_removeAttribution_closure1.prototype = { call$1(attribution) { return attribution.offset <= this.end; }, - $signature: 48 + $signature: 56 }; A.AttributedSpans_removeAttribution_closure2.prototype = { call$1(element) { return B.JSArray_methods.contains$1(this.markersToDelete, element); }, - $signature: 48 + $signature: 56 }; A.AttributedSpans_removeAttribution_closure3.prototype = { call$1(element) { return J.$eq$(element.attribution, this.attributionToRemove); }, - $signature: 48 + $signature: 56 }; A.AttributedSpans_removeAttribution_closure4.prototype = { call$1(element) { $.$get$_log0().log$4(B.Level_FINER_400, " - " + A.S(element), null, null); }, - $signature: 286 + $signature: 288 }; A.AttributedSpans__isContinuousAttribution_closure.prototype = { call$1(marker) { @@ -186712,70 +186799,70 @@ $.$get$_log0().log$4(B.Level_FINEST_300, "Comparing start marker " + t1.toString$0(0) + " to another marker " + A.S(marker), null, null); return J.$eq$(marker.attribution, this.attribution) && marker.offset >= t1.offset && !marker.$eq(0, t1); }, - $signature: 48 + $signature: 56 }; A.AttributedSpans__getNearestMarkerAtOrBefore_closure.prototype = { call$1(marker) { var t1 = this.attribution; return t1 == null || J.$eq$(marker.attribution, t1); }, - $signature: 48 + $signature: 56 }; A.AttributedSpans__getNearestMarkerAtOrBefore_closure0.prototype = { call$1(marker) { var t1 = marker.markerType; return t1 === this.type; }, - $signature: 48 + $signature: 56 }; A.AttributedSpans__getMarkerAt_closure.prototype = { call$1(marker) { return J.$eq$(marker.attribution, this.attribution); }, - $signature: 48 + $signature: 56 }; A.AttributedSpans__getMarkerAt_closure0.prototype = { call$1(marker) { return marker.offset === this.offset; }, - $signature: 48 + $signature: 56 }; A.AttributedSpans__getMarkerAt_closure1.prototype = { call$1(marker) { var t1 = marker.markerType; return t1 === this.type; }, - $signature: 48 + $signature: 56 }; A.AttributedSpans__insertMarker_closure.prototype = { call$1(existingMarker) { return existingMarker.compareTo$1(0, this.newMarker) > 0; }, - $signature: 48 + $signature: 56 }; A.AttributedSpans__mergeBackToBackAttributions_closure.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_1 && marker.offset === this.mergePoint - 1; }, - $signature: 48 + $signature: 56 }; A.AttributedSpans__mergeBackToBackAttributions_closure0.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_0 && marker.offset === this.mergePoint; }, - $signature: 48 + $signature: 56 }; A.AttributedSpans__mergeBackToBackAttributions_closure1.prototype = { call$1(marker) { return J.$eq$(marker.attribution, this.startMarker.attribution); }, - $signature: 48 + $signature: 56 }; A.AttributedSpans_copyAttributionRegion_closure.prototype = { call$1(marker) { return marker.offset < this.startOffset; }, - $signature: 48 + $signature: 56 }; A.AttributedSpans_copyAttributionRegion_closure0.prototype = { call$1(marker) { @@ -186799,19 +186886,19 @@ t3.$indexSet(0, t4, t1 - 1); } }, - $signature: 286 + $signature: 288 }; A.AttributedSpans_copyAttributionRegion__closure1.prototype = { call$0() { return 0; }, - $signature: 160 + $signature: 170 }; A.AttributedSpans_copyAttributionRegion__closure2.prototype = { call$0() { return 0; }, - $signature: 160 + $signature: 170 }; A.AttributedSpans_copyAttributionRegion_closure1.prototype = { call$2(markerAttribution, count) { @@ -186821,14 +186908,14 @@ } 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: 848 + $signature: 850 }; A.AttributedSpans_copyAttributionRegion_closure2.prototype = { call$1(marker) { var t1 = marker.offset; return this.startOffset <= t1 && t1 <= this._box_0.endOffset; }, - $signature: 48 + $signature: 56 }; A.AttributedSpans_copyAttributionRegion_closure3.prototype = { call$1(marker) { @@ -186838,13 +186925,13 @@ t1.log$4(B.Level_FINE_500, 'copying "' + t2 + '" at ' + A.S(t3) + " from original AttributionSpans to copy region.", null, null); this.cutAttributions.push(marker.copyWith$1$offset(t3 - this.startOffset)); }, - $signature: 286 + $signature: 288 }; A.AttributedSpans_copyAttributionRegion_closure4.prototype = { call$1(marker) { return marker.offset > this._box_0.endOffset; }, - $signature: 48 + $signature: 56 }; A.AttributedSpans_copyAttributionRegion_closure5.prototype = { call$1(marker) { @@ -186868,19 +186955,19 @@ t3.$indexSet(0, t4, t1 - 1); } }, - $signature: 286 + $signature: 288 }; A.AttributedSpans_copyAttributionRegion__closure.prototype = { call$0() { return 0; }, - $signature: 160 + $signature: 170 }; A.AttributedSpans_copyAttributionRegion__closure0.prototype = { call$0() { return 0; }, - $signature: 160 + $signature: 170 }; A.AttributedSpans_copyAttributionRegion_closure6.prototype = { call$2(markerAttribution, count) { @@ -186891,19 +186978,19 @@ } 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: 848 + $signature: 850 }; A.AttributedSpans_pushAttributionsBack_closure.prototype = { call$1(marker) { return marker.copyWith$1$offset(marker.offset + this.offset); }, - $signature: 847 + $signature: 849 }; A.AttributedSpans_contractAttributions_closure.prototype = { call$1(marker) { return marker.offset < this.startOffset; }, - $signature: 48 + $signature: 56 }; A.AttributedSpans_contractAttributions_closure0.prototype = { call$1(marker) { @@ -186911,7 +186998,7 @@ t2 = marker.offset; return t1 <= t2 && t2 < t1 + this.count; }, - $signature: 48 + $signature: 56 }; A.AttributedSpans_contractAttributions_closure1.prototype = { call$1(marker) { @@ -186935,19 +187022,19 @@ _this.needToEndAttributions.add$1(0, t2); } }, - $signature: 286 + $signature: 288 }; A.AttributedSpans_contractAttributions_closure2.prototype = { call$1(marker) { return marker.offset >= this.startOffset + this.count; }, - $signature: 48 + $signature: 56 }; A.AttributedSpans_contractAttributions_closure3.prototype = { call$1(marker) { return marker.copyWith$1$offset(marker.offset - this.count); }, - $signature: 847 + $signature: 849 }; A.SpanMarker.prototype = { copyWith$1$offset(offset) { @@ -187374,7 +187461,7 @@ t1.initialY = t4; } }, - $signature: 53 + $signature: 52 }; A.BoardItemState_build_closure2.prototype = { call$0() { @@ -187512,7 +187599,7 @@ t1.leftListX = t2; } }, - $signature: 53 + $signature: 52 }; A.BoardListState_build_closure1.prototype = { call$0() { @@ -187555,7 +187642,7 @@ else return t1; }, - $signature: 193 + $signature: 178 }; A._BoardListState_State_AutomaticKeepAliveClientMixin.prototype = { initState$0() { @@ -188443,7 +188530,7 @@ else return temp; }, - $signature: 193 + $signature: 178 }; A.BoardViewState_build_closure1.prototype = { call$0() { @@ -188532,7 +188619,7 @@ t1.setState$1(new A.BoardViewState_build__closure0()); } }, - $signature: 1016 + $signature: 4093 }; A.BoardViewState_build__closure0.prototype = { call$0() { @@ -188551,7 +188638,7 @@ if (t1._framework$_element != null) t1.setState$1(new A.BoardViewState_build__closure1()); }, - $signature: 220 + $signature: 206 }; A.BoardViewState_build__closure1.prototype = { call$0() { @@ -188581,7 +188668,7 @@ if (t1._framework$_element != null) t1.setState$1(new A.BoardViewState_build__closure()); }, - $signature: 1019 + $signature: 1020 }; A.BoardViewState_build__closure.prototype = { call$0() { @@ -188831,7 +188918,7 @@ t1.toString; return t1; }, - $signature: 94 + $signature: 92 }; A._MaterialScrollbarState__trackColor_closure0.prototype = { call$1(states) { @@ -188849,7 +188936,7 @@ } return B.Color_0; }, - $signature: 94 + $signature: 92 }; A._MaterialScrollbarState__trackBorderColor_closure0.prototype = { call$1(states) { @@ -188869,7 +188956,7 @@ } return B.Color_0; }, - $signature: 94 + $signature: 92 }; A._MaterialScrollbarState__thickness_closure0.prototype = { call$1(states) { @@ -188895,7 +188982,7 @@ t1 = t2; return t1; }, - $signature: 846 + $signature: 848 }; A._MaterialScrollbarState_initState_closure0.prototype = { call$0() { @@ -189266,7 +189353,7 @@ call$2(h, i) { return A._combine(h, J.get$hashCode$(i)); }, - $signature: 843 + $signature: 845 }; A.BuiltList.prototype = { rebuild$1(updates) { @@ -189954,14 +190041,14 @@ var t1 = this.$this.$ti; this.replacement.$indexSet(0, t1._precomputed1._as(key), t1._rest[1]._as(value)); }, - $signature: 159 + $signature: 176 }; 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: 159 + $signature: 176 }; A.BuiltSet.prototype = { get$hashCode(_) { @@ -190517,20 +190604,20 @@ var t1 = type$.Object; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 1077 + $signature: 1067 }; A.Serializers_Serializers_closure2.prototype = { call$0() { return A.SetBuilder_SetBuilder(type$.Object); }, - $signature: 1080 + $signature: 1068 }; A.Serializers_Serializers_closure3.prototype = { call$0() { var t1 = type$.Object; return A.SetMultimapBuilder_SetMultimapBuilder(t1, t1); }, - $signature: 1081 + $signature: 1080 }; A.FullType.prototype = { $eq(_, other) { @@ -190932,13 +191019,13 @@ call$1(value) { return this.serializers.serialize$2$specifiedType(value, this.valueType); }, - $signature: 192 + $signature: 179 }; A.BuiltListMultimapSerializer_deserialize_closure.prototype = { call$1(value) { return this.serializers.deserialize$2$specifiedType(value, this.valueType); }, - $signature: 355 + $signature: 336 }; A.BuiltListSerializer.prototype = { serialize$3$specifiedType(serializers, builtList, specifiedType) { @@ -190977,13 +191064,13 @@ call$1(item) { return this.serializers.serialize$2$specifiedType(item, this.elementType); }, - $signature: 192 + $signature: 179 }; A.BuiltListSerializer_deserialize_closure.prototype = { call$1(item) { return this.serializers.deserialize$2$specifiedType(item, this.elementType); }, - $signature: 192 + $signature: 179 }; A.BuiltMapSerializer.prototype = { serialize$3$specifiedType(serializers, builtMap, specifiedType) { @@ -191117,13 +191204,13 @@ call$1(value) { return this.serializers.serialize$2$specifiedType(value, this.valueType); }, - $signature: 192 + $signature: 179 }; A.BuiltSetMultimapSerializer_deserialize_closure.prototype = { call$1(value) { return this.serializers.deserialize$2$specifiedType(value, this.valueType); }, - $signature: 192 + $signature: 179 }; A.BuiltSetSerializer.prototype = { serialize$3$specifiedType(serializers, builtSet, specifiedType) { @@ -191162,13 +191249,13 @@ call$1(item) { return this.serializers.serialize$2$specifiedType(item, this.elementType); }, - $signature: 192 + $signature: 179 }; A.BuiltSetSerializer_deserialize_closure.prototype = { call$1(item) { return this.serializers.deserialize$2$specifiedType(item, this.elementType); }, - $signature: 192 + $signature: 179 }; A.DateTimeSerializer.prototype = { serialize$3$specifiedType(serializers, dateTime, specifiedType) { @@ -191575,7 +191662,7 @@ call$1(value) { return value == null; }, - $signature: 157 + $signature: 158 }; A.StandardJsonPlugin__toList_closure0.prototype = { call$2(key, value) { @@ -191590,13 +191677,13 @@ t1[t3 + 1] = value; t2.i = t3 + 2; }, - $signature: 159 + $signature: 176 }; A.StandardJsonPlugin__toListUsingDiscriminator_closure.prototype = { call$1(value) { return value == null; }, - $signature: 157 + $signature: 158 }; A.StandardJsonPlugin__toListUsingDiscriminator_closure0.prototype = { call$2(key, value) { @@ -191613,7 +191700,7 @@ t1[t3 + 1] = value; t2.i = t3 + 2; }, - $signature: 159 + $signature: 176 }; A.CachedNetworkImage.prototype = { build$1(context) { @@ -191636,7 +191723,7 @@ var _null = null; return A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 1100 + $signature: 1101 }; A.CachedNetworkImageProvider.prototype = { obtainKey$1(configuration) { @@ -191840,7 +191927,7 @@ call$2(bytes, total) { this.chunkEvents.add$1(0, new A.ImageChunkEvent(bytes, total)); }, - $signature: 507 + $signature: 432 }; A.ImageRenderMethodForWeb.prototype = { _enumToString$0() { @@ -191998,19 +192085,19 @@ t1._multi_image_stream_completer$_decodeNextFrameAndSchedule$0(); } }, - $signature: 553 + $signature: 516 }; 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: 520 + $signature: 479 }; 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: 520 + $signature: 479 }; A.StringCharacters.prototype = { get$iterator(_) { @@ -192802,7 +192889,7 @@ call$1(_) { return null; }, - $signature: 836 + $signature: 838 }; A.BaseBarRenderer_preprocessSeries__closure1.prototype = { call$0() { @@ -192818,7 +192905,7 @@ t1.toString; return t1; }, - $signature: 1161 + $signature: 1162 }; A.BaseBarRenderer_preprocessSeries_closure0.prototype = { call$1(series) { @@ -192862,7 +192949,7 @@ call$2(a, b) { return a + b; }, - $signature: 232 + $signature: 237 }; A.BaseBarRenderer_update_closure.prototype = { call$1(series) { @@ -192964,7 +193051,7 @@ call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 441 + $signature: 426 }; A.BaseBarRenderer_update_closure0.prototype = { call$2(key, barStackList) { @@ -193073,7 +193160,7 @@ allKeys.addAll$1(0, keys); return allKeys; }, - $signature: 1191 + $signature: 1192 }; A.BaseBarRenderer__getSegmentsForDomainValue_closure0.prototype = { call$1(stackKey) { @@ -193081,7 +193168,7 @@ t1.toString; B.JSArray_methods.addAll$1(this.matchingSegments, J.where$1$ax(t1, this.where)); }, - $signature: 92 + $signature: 93 }; A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure.prototype = { call$1(bar) { @@ -193147,13 +193234,13 @@ call$0() { return A._setArrayType([], type$.JSArray_int); }, - $signature: 835 + $signature: 837 }; A._ReversedSeriesIterator_closure0.prototype = { call$2(_, indices) { return B.JSArray_methods.addAll$1(this.$this._visitIndex, J.get$reversed$ax(indices)); }, - $signature: 1227 + $signature: 1203 }; A.BaseBarRendererConfig.prototype = { $eq(_, other) { @@ -193997,7 +194084,7 @@ t1.set$textStyle(this.wholeLabel._text_element$_textStyle); return t1; }, - $signature: 1239 + $signature: 1240 }; A.BaseTickDrawStrategy_getLabelWidth_closure.prototype = { call$1(line) { @@ -195033,7 +195120,7 @@ call$1(value) { return value == null ? "" : this.numberFormat.format$1(value); }, - $signature: 834 + $signature: 836 }; A.BaseTickProvider.prototype = { createTicks$8$context$formatter$formatterValueCache$graphicsFactory$scale$stepSize$tickDrawStrategy(domainValues, context, formatter, formatterValueCache, graphicsFactory, scale, stepSize, tickDrawStrategy) { @@ -195589,32 +195676,32 @@ axis.context = t1; axis.tickDrawStrategy = A.NoneDrawStrategy$(t1, this.graphicsFactory, type$.num); }, - $signature: 308 + $signature: 332 }; A.CartesianChart_makeSeries_closure.prototype = { call$1(_) { return 0; }, - $signature: 1299 + $signature: 1300 }; A.CartesianChart_preprocessSeries_closure.prototype = { call$2(axisId, axis) { this.$this.addView$1(axis); }, - $signature: 308 + $signature: 332 }; A.CartesianChart_preprocessSeries_closure0.prototype = { call$2(axisId, axis) { axis.resetDomains$0(); }, - $signature: 308 + $signature: 332 }; A.CartesianChart_preprocessSeries_closure1.prototype = { call$2(axisId, axis) { axis.axisOrientation = this.reverseAxisDirection ? B.AxisOrientation_3 : B.AxisOrientation_1; axis.reverseOutputRange = this.$this.flipVerticalAxisOutput; }, - $signature: 308 + $signature: 332 }; A.CartesianChart_preprocessSeries_closure2.prototype = { call$2(rendererId, seriesList) { @@ -195630,7 +195717,7 @@ call$2(axisId, axis) { axis.updateTicks$0(); }, - $signature: 308 + $signature: 332 }; A.BaseCartesianRenderer.prototype = { onAttach$1(chart) { @@ -196044,7 +196131,7 @@ view.set$graphicsFactory(t1); return t1; }, - $signature: 170 + $signature: 159 }; A.BaseChart_getSelectionModel_closure.prototype = { call$0() { @@ -196069,7 +196156,7 @@ var _this = this; B.JSArray_methods.addAll$1(_this.details, _this.$this.getSeriesRenderer$1(rendererId).getNearestDatumDetailPerSeries$5$selectExactEventLocation$selectOverlappingPoints(_this.drawAreaPoint, true, _this.boundsOverride, false, false)); }, - $signature: 92 + $signature: 93 }; A.BaseChart_getNearestDatumDetailPerSeries_closure0.prototype = { call$2(a, b) { @@ -196198,7 +196285,7 @@ this.rendererToSeriesList.$indexSet(0, rendererId, t1); return t1; }, - $signature: 92 + $signature: 93 }; A.BaseChart_preprocessSeries_closure1.prototype = { call$2(rendererId, seriesList) { @@ -196225,7 +196312,7 @@ t1 = t1.get$animatingThisDraw() ? t1.animationPercent : 1; view.paint$2(this.canvas, t1); }, - $signature: 170 + $signature: 159 }; A.BaseChart_fireOnDraw_closure.prototype = { call$1(listener) { @@ -196353,7 +196440,7 @@ else return origColor; }, - $signature: 218 + $signature: 211 }; A.Legend.prototype = { defaultLegendMeasureFormatter$1(value) { @@ -197293,7 +197380,7 @@ call$1(i) { return J.toString$0$(this.$this.domainFn.call$1(i)); }, - $signature: 1345 + $signature: 1344 }; A.ImmutableSeries.prototype = {}; A.SelectionModel.prototype = { @@ -197473,7 +197560,7 @@ t1.toString; return t1; }, - $signature: 218 + $signature: 211 }; A.BaseSeriesRenderer_assignMissingColors_closure0.prototype = { call$1(series) { @@ -197503,7 +197590,7 @@ call$1(_) { return this.color; }, - $signature: 218 + $signature: 211 }; A.BaseSeriesRenderer_assignMissingColors_closure1.prototype = { call$1(category) { @@ -197514,7 +197601,7 @@ ++t2.index; _this.missingColorCountPerCategory.$indexSet(0, category, 0); }, - $signature: 92 + $signature: 93 }; A.BaseSeriesRenderer_assignMissingColors_closure2.prototype = { call$1(series) { @@ -197538,13 +197625,13 @@ call$1(_) { return this.color; }, - $signature: 218 + $signature: 211 }; A.BaseSeriesRenderer_assignMissingColors__closure1.prototype = { call$1(index) { return this.series.colorFn.call$1(index); }, - $signature: 218 + $signature: 211 }; A.BaseSeriesRenderer_assignMissingColors_closure3.prototype = { call$1(series) { @@ -197559,7 +197646,7 @@ call$1(index) { return this.series.colorFn.call$1(index); }, - $signature: 218 + $signature: 211 }; A.BaseSeriesRenderer_assignMissingColors_closure4.prototype = { call$1(series) { @@ -197745,7 +197832,7 @@ t2.toString; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 832 + $signature: 834 }; A.LayoutManagerImpl_positionOrderedViews_closure.prototype = { call$2(v1, v2) { @@ -197756,13 +197843,13 @@ t2.toString; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 832 + $signature: 834 }; A.LayoutManagerImpl_drawableLayoutAreaBounds_closure.prototype = { call$1(view) { return view.get$isSeriesRenderer(); }, - $signature: 829 + $signature: 831 }; A.LayoutManagerImpl_layout_closure.prototype = { call$1(view) { @@ -197770,7 +197857,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return view.layout$2(t1, t1); }, - $signature: 170 + $signature: 159 }; A.LayoutManagerImpl__viewsForPositions_closure.prototype = { call$1(view) { @@ -197782,7 +197869,7 @@ t1 = true; return t1; }, - $signature: 829 + $signature: 831 }; A._MeasuredSizes.prototype = {}; A.SizeList.prototype = { @@ -197852,7 +197939,7 @@ t1.preferredSizes.add$1(0, size.preferredWidth); t1.minimumSizes.add$1(0, size.minWidth); }, - $signature: 170 + $signature: 159 }; A.LeftMarginLayoutStrategy.prototype = { layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { @@ -197875,7 +197962,7 @@ view.layout$2(A.Rectangle$(left, 0 + t3, width, t2 - 0, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 170 + $signature: 159 }; A.RightMarginLayoutStrategy.prototype = { layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { @@ -197898,7 +197985,7 @@ view.layout$2(A.Rectangle$(left, 0 + t3, width, t2 - 0, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 170 + $signature: 159 }; A.HorizontalMarginStrategy.prototype = { measure$4$fullWidth$maxHeight$width(_, views, fullWidth, maxHeight, width) { @@ -197929,7 +198016,7 @@ t1.preferredSizes.add$1(0, size.preferredHeight); t1.minimumSizes.add$1(0, size.minHeight); }, - $signature: 170 + $signature: 159 }; A.TopMarginLayoutStrategy.prototype = { layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { @@ -197952,7 +198039,7 @@ view.layout$2(A.Rectangle$(0 + t3, $top, t2 - 0, height, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 170 + $signature: 159 }; A.BottomMarginLayoutStrategy.prototype = { layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { @@ -197975,7 +198062,7 @@ view.layout$2(A.Rectangle$(0 + t3, $top, t2 - 0, height, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 170 + $signature: 159 }; A.LayoutPosition.prototype = { _enumToString$0() { @@ -198292,7 +198379,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: 1377 + $signature: 1378 }; A.LineRenderer_preprocessSeries_closure.prototype = { call$1(series) { @@ -198362,7 +198449,7 @@ call$1(_) { return null; }, - $signature: 836 + $signature: 838 }; A.LineRenderer__mergeIntoSeriesMap_closure.prototype = { call$1(series) { @@ -198523,7 +198610,7 @@ animatingElements.allPoints = allPointList; _this.previousPointList[t3] = allPointList; }, - $signature: 1378 + $signature: 1379 }; A.LineRenderer_update___closure.prototype = { call$1(elements) { @@ -199254,79 +199341,79 @@ call$1(_) { return false; }, - $signature: 514 + $signature: 492 }; A.MaterialPalette__orderedPalettes_closure.prototype = { call$0() { return B.C_MaterialBlue; }, - $signature: 138 + $signature: 136 }; A.MaterialPalette__orderedPalettes_closure0.prototype = { call$0() { return B.C_MaterialRed; }, - $signature: 138 + $signature: 136 }; A.MaterialPalette__orderedPalettes_closure1.prototype = { call$0() { return B.C_MaterialYellow; }, - $signature: 138 + $signature: 136 }; A.MaterialPalette__orderedPalettes_closure2.prototype = { call$0() { return B.C_MaterialGreen; }, - $signature: 138 + $signature: 136 }; A.MaterialPalette__orderedPalettes_closure3.prototype = { call$0() { return B.C_MaterialPurple; }, - $signature: 138 + $signature: 136 }; A.MaterialPalette__orderedPalettes_closure4.prototype = { call$0() { return B.C_MaterialCyan; }, - $signature: 138 + $signature: 136 }; A.MaterialPalette__orderedPalettes_closure5.prototype = { call$0() { return B.C_MaterialDeepOrange; }, - $signature: 138 + $signature: 136 }; A.MaterialPalette__orderedPalettes_closure6.prototype = { call$0() { return B.C_MaterialLime; }, - $signature: 138 + $signature: 136 }; A.MaterialPalette__orderedPalettes_closure7.prototype = { call$0() { return B.C_MaterialIndigo; }, - $signature: 138 + $signature: 136 }; A.MaterialPalette__orderedPalettes_closure8.prototype = { call$0() { return B.C_MaterialPink; }, - $signature: 138 + $signature: 136 }; A.MaterialPalette__orderedPalettes_closure9.prototype = { call$0() { return B.C_MaterialTeal; }, - $signature: 138 + $signature: 136 }; A.MaterialPalette__orderedPalettes_closure10.prototype = { call$1(f) { return f.call$0(); }, - $signature: 1421 + $signature: 1420 }; A.MaterialBlue.prototype = { get$shadeDefault() { @@ -199435,12 +199522,12 @@ A.Performance_time_closure.prototype = { call$1(_) { }, - $signature: 92 + $signature: 93 }; A.Performance_timeEnd_closure.prototype = { call$1(_) { }, - $signature: 92 + $signature: 93 }; A.ProxyGestureListener.prototype = { onLongPress$1(localPosition) { @@ -199496,7 +199583,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 294 + $signature: 270 }; A.ProxyGestureListener_onTap_closure.prototype = { call$1(listener) { @@ -199504,7 +199591,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 294 + $signature: 270 }; A.ProxyGestureListener_onDragStart_closure.prototype = { call$1(listener) { @@ -199512,7 +199599,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 294 + $signature: 270 }; A.ProxyGestureListener_onDragUpdate_closure.prototype = { call$1(listener) { @@ -199520,7 +199607,7 @@ t1 = t1 == null ? null : t1.call$2(this.localPosition, this.scale); return t1 == null ? false : t1; }, - $signature: 294 + $signature: 270 }; A.ProxyGestureListener_onDragEnd_closure.prototype = { call$1(listener) { @@ -199528,14 +199615,14 @@ t1 = t1 == null ? null : t1.call$3(this.localPosition, this.scale, this.pixelsPerSecond); return t1 == null ? false : t1; }, - $signature: 294 + $signature: 270 }; A.ProxyGestureListener__cancel_closure.prototype = { call$1(listener) { if (!B.JSArray_methods.contains$1(this.keep, listener)) listener.onTapCancel.call$0(); }, - $signature: 827 + $signature: 829 }; A.ProxyGestureListener__populateActiveListeners_closure.prototype = { call$1(listener) { @@ -199548,7 +199635,7 @@ } else if (claimed || !_this._box_0.previouslyClaimed) _this.$this._activeListeners.push(listener); }, - $signature: 827 + $signature: 829 }; A.MaterialStyle.prototype = {}; A.StyleFactory.prototype = {}; @@ -199699,21 +199786,21 @@ index.toString; return this.measureFn.call$2(this.data[index], index); }, - $signature: 826 + $signature: 828 }; A.Series_Series_closure2.prototype = { call$1(index) { index.toString; return this.colorFn.call$2(this.data[index], index); }, - $signature: 218 + $signature: 211 }; A.Series_Series_closure.prototype = { call$1(index) { index.toString; return this.strokeWidthPxFn.call$2(this.data[index], index); }, - $signature: 826 + $signature: 828 }; A.AttributeKey.prototype = {}; A.SeriesAttributes.prototype = {}; @@ -199871,7 +199958,7 @@ var t1 = this.behavior; return userBehavior.get$role(userBehavior) === t1.get$role(t1); }, - $signature: 825 + $signature: 827 }; A.BaseChart__updateSelectionModel_closure.prototype = { call$1(model) { @@ -199905,19 +199992,19 @@ t2.toString; B.JSArray_methods.remove$1(t1._updatedListeners, t2); }, - $signature: 1517 + $signature: 1512 }; A.BaseChart_getDesiredGestures_closure.prototype = { call$1(behavior) { this.types.addAll$1(0, behavior.get$desiredGestures()); }, - $signature: 824 + $signature: 826 }; A.BaseChart_getDesiredGestures_closure0.prototype = { call$1(behavior) { this.types.addAll$1(0, behavior.get$desiredGestures()); }, - $signature: 824 + $signature: 826 }; A.BaseChartState.prototype = { initState$0() { @@ -199995,13 +200082,13 @@ this.chartWidgets.push(A.LayoutId$(behavior.build$1(this.context), id)); } }, - $signature: 1557 + $signature: 1558 }; A.BaseChartState_dispose_closure.prototype = { call$2(_, controller) { return controller.dispose$0(); }, - $signature: 1561 + $signature: 1559 }; A.BaseChartState__animationTick_closure.prototype = { call$0() { @@ -200115,7 +200202,7 @@ } return A.Row$(rowChildren, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 1590 + $signature: 1591 }; A.TabularLegendContentBuilder.prototype = { $eq(_, o) { @@ -200162,7 +200249,7 @@ break; } }, - $signature: 96 + $signature: 97 }; A.TabularLegendLayout.prototype = { build$2(context, legendEntries) { @@ -200231,25 +200318,25 @@ t1.toString; return new A.Padding(t1, entry, null); }, - $signature: 1736 + $signature: 1721 }; A.TabularLegendLayout__buildTableFromRows_closure.prototype = { call$1(r) { return r.children.length; }, - $signature: 1771 + $signature: 1749 }; A.TabularLegendLayout__buildTableFromRows_closure0.prototype = { call$2(max, current) { return current > max ? current : max; }, - $signature: 527 + $signature: 442 }; A.TabularLegendLayout__buildTableFromRows_closure1.prototype = { call$1(_) { return this.padWidget; }, - $signature: 1774 + $signature: 1775 }; A.SeriesLegend.prototype = { createCommonBehavior$0() { @@ -200719,7 +200806,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t1._animationValue = t3; }, - $signature: 101 + $signature: 103 }; A.ChartContainerRenderObject_requestRebuild_doRebuild.prototype = { call$1(_) { @@ -200727,7 +200814,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1.requestRebuild$0(); }, - $signature: 101 + $signature: 103 }; A.ChartContainerCustomPaint.prototype = { paint$2(canvas, size) { @@ -201016,7 +201103,7 @@ call$1(child) { return child instanceof A.RenderSemanticsGestureHandler; }, - $signature: 814 + $signature: 929 }; A.WidgetLayoutDelegate.prototype = { performLayout$1(size) { @@ -203143,13 +203230,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: 417 + $signature: 337 }; A.DesktopDropWeb__registerEvents__closure.prototype = { call$1(e) { return e.toJson$0(); }, - $signature: 1925 + $signature: 1926 }; A.DesktopDropWeb__registerEvents_closure0.prototype = { call$1($event) { @@ -203161,7 +203248,7 @@ t2.toString; this.$this.channel._invokeMethod$1$3$arguments$missingOk("entered", A._setArrayType([t1, t2], type$.JSArray_double), false, type$.dynamic); }, - $signature: 417 + $signature: 337 }; A.DesktopDropWeb__registerEvents_closure1.prototype = { call$1($event) { @@ -203173,7 +203260,7 @@ t2.toString; this.$this.channel._invokeMethod$1$3$arguments$missingOk("updated", A._setArrayType([t1, t2], type$.JSArray_double), false, type$.dynamic); }, - $signature: 417 + $signature: 337 }; A.DesktopDropWeb__registerEvents_closure2.prototype = { call$1($event) { @@ -203185,7 +203272,7 @@ t2.toString; this.$this.channel._invokeMethod$1$3$arguments$missingOk("exited", A._setArrayType([t1, t2], type$.JSArray_double), false, type$.dynamic); }, - $signature: 417 + $signature: 337 }; A.DesktopDrop.prototype = { init$0() { @@ -203331,14 +203418,14 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 215 + $signature: 217 }; A.DesktopDrop__handleMethodChannel_closure.prototype = { call$1(e) { var _null = null; return A.XFile$(e, _null, _null, _null, _null); }, - $signature: 813 + $signature: 815 }; A.DesktopDrop__handleMethodChannel_closure0.prototype = { call$1(e) { @@ -203356,7 +203443,7 @@ } return ""; }, - $signature: 128 + $signature: 129 }; A.DesktopDrop__handleMethodChannel_closure1.prototype = { call$1(e) { @@ -203369,7 +203456,7 @@ var _null = null; return A.XFile$(e, _null, _null, _null, _null); }, - $signature: 813 + $signature: 815 }; A.DesktopDrop__handleMethodChannel_closure3.prototype = { call$1(e) { @@ -203385,7 +203472,7 @@ t3 = e.size; return A.XFile$(t1, e.lastModified, t3, e.type, t2); }, - $signature: 2001 + $signature: 2002 }; A.WebDropItem.prototype = { toJson$0() { @@ -203582,25 +203669,25 @@ return A.DirectoryNode$($parent); return null; }, - $signature: 2020 + $signature: 2004 }; A.MemoryDirectory_createTempSync_closure.prototype = { call$0() { return this.dirname; }, - $signature: 76 + $signature: 77 }; A.MemoryDirectory_createTempSync_closure0.prototype = { call$0() { return this.dirname; }, - $signature: 76 + $signature: 77 }; A.MemoryDirectory_createTempSync_name.prototype = { call$0() { return A.S(this.basename) + this._box_0._tempCounter; }, - $signature: 76 + $signature: 77 }; A._MemoryDirectory_MemoryFileSystemEntity_DirectoryAddOnsMixin.prototype = {}; A.MemoryFile.prototype = { @@ -203692,13 +203779,13 @@ call$0() { return this.$this.path; }, - $signature: 76 + $signature: 77 }; A.MemoryFile__resolvedBackingOrCreate_closure0.prototype = { call$0() { return this.$this.path; }, - $signature: 76 + $signature: 77 }; A.MemoryFile__doCreate_closure.prototype = { call$2($parent, isFinalSegment) { @@ -203717,7 +203804,7 @@ } return null; }, - $signature: 2021 + $signature: 2022 }; A._FileSink.prototype = { get$isStreaming() { @@ -203776,7 +203863,7 @@ } return t1._readLocal$0(); }, - $signature: 2027 + $signature: 2028 }; A._FileSink_addStream_finish.prototype = { call$0() { @@ -203790,33 +203877,33 @@ call$1(data) { return this.$this._addData$1(data); }, - $signature: 811 + $signature: 813 }; A._FileSink_addStream_closure0.prototype = { call$2(error, stackTrace) { this.$this._memory_file$_completer.completeError$2(error, stackTrace); this.finish.call$0(); }, - $signature: 174 + $signature: 173 }; A._FileSink_close_closure.prototype = { call$1(_) { return this.$this._memory_file$_completer.complete$0(0); }, - $signature: 2088 + $signature: 2086 }; A._FileSink_close_closure0.prototype = { call$2(error, stackTrace) { return this.$this._memory_file$_completer.completeError$2(error, stackTrace); }, - $signature: 132 + $signature: 139 }; A._FileSink__addData_closure.prototype = { call$1(node) { node.write$1(0, this.data); return node; }, - $signature: 2089 + $signature: 2087 }; A.MemoryFileStat.prototype = {}; A._MemoryFileSystem.prototype = { @@ -203892,13 +203979,13 @@ 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: 76 + $signature: 77 }; A._MemoryFileSystem_findNode_closure.prototype = { call$3($parent, childName, child) { return this.segmentVisitor.call$5($parent, childName, child, this.i, this.finalSegment); }, - $signature: 809 + $signature: 811 }; A.MemoryFileSystemEntity.prototype = { get$backingOrNull() { @@ -204012,25 +204099,25 @@ call$0() { return this.$this.path; }, - $signature: 76 + $signature: 77 }; A.MemoryFileSystemEntity_resolvedBacking_closure.prototype = { call$0() { return this.$this.path; }, - $signature: 76 + $signature: 77 }; A.MemoryFileSystemEntity_resolvedBacking_closure0.prototype = { call$0() { return this.$this.path; }, - $signature: 76 + $signature: 77 }; A.MemoryFileSystemEntity_defaultCheckType_closure.prototype = { call$0() { return this.$this.path; }, - $signature: 76 + $signature: 77 }; A.MemoryFileSystemEntity_internalCreateSync_closure.prototype = { call$5($parent, childName, child, currentSegment, finalSegment) { @@ -204157,44 +204244,44 @@ t2 = false; return t2 ? t1.call$3($parent, childName, child) : child; }, - $signature: 809 + $signature: 811 }; A.DirectoryAddOnsMixin.prototype = {}; A.ErrorCodes_EINVAL_closure.prototype = { call$1(codes) { return 22; }, - $signature: 240 + $signature: 258 }; A.ErrorCodes_EISDIR_closure.prototype = { call$1(codes) { return 21; }, - $signature: 240 + $signature: 258 }; A.ErrorCodes_ELOOP_closure.prototype = { call$1(codes) { return 40; }, - $signature: 240 + $signature: 258 }; A.ErrorCodes_ENOENT_closure.prototype = { call$1(codes) { return 2; }, - $signature: 240 + $signature: 258 }; A.ErrorCodes_ENOTDIR_closure.prototype = { call$1(codes) { return 20; }, - $signature: 240 + $signature: 258 }; A.ErrorCodes_ENOTEMPTY_closure.prototype = { call$1(codes) { return 39; }, - $signature: 240 + $signature: 258 }; A._LinuxCodes.prototype = {$is_Codes: 1}; A.FileSystem0.prototype = { @@ -204286,7 +204373,7 @@ reader.readAsArrayBuffer(file); } }, - $signature: 101 + $signature: 103 }; A.FilePickerWeb_pickFiles_changeEventListener_addPickedFile.prototype = { call$4(file, bytes, path, readStream) { @@ -204296,26 +204383,26 @@ if (t1.length >= this.files.length) this.filesCompleter.complete$1(0, t1); }, - $signature: 2395 + $signature: 2372 }; 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: 339 + $signature: 408 }; 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: 339 + $signature: 408 }; A.FilePickerWeb_pickFiles_cancelledEventListener.prototype = { call$1(_) { B.Window_methods.removeEventListener$2(window, "focus", this); A.Future_Future$delayed(A.Duration$(0, 0, 0, 500, 0, 0), null, type$.dynamic).then$1$1(0, new A.FilePickerWeb_pickFiles_cancelledEventListener_closure(this._box_0, this.filesCompleter), type$.Null); }, - $signature: 101 + $signature: 103 }; A.FilePickerWeb_pickFiles_cancelledEventListener_closure.prototype = { call$1(value) { @@ -204331,7 +204418,7 @@ call$2(prev, next) { return (prev.length === 0 ? "" : prev + ",") + " ." + A.S(next); }, - $signature: 905 + $signature: 907 }; A.FileType.prototype = { _enumToString$0() { @@ -204523,7 +204610,7 @@ call$1(path) { return J.trim$0$s(path); }, - $signature: 128 + $signature: 129 }; A.FilePickerMacOS_resultStringToFilePaths_closure0.prototype = { call$1(path) { @@ -204540,7 +204627,7 @@ B.JSArray_methods.addAll$1(t1, B.JSArray_methods.sublist$1(pathElements, 1)); return B.JSArray_methods.join$1(t1, "/"); }, - $signature: 128 + $signature: 129 }; A.FilePickerMacOS_resultStringToFilePaths__closure.prototype = { call$1(e) { @@ -204767,13 +204854,13 @@ call$1(ext) { return ext.toUpperCase(); }, - $signature: 128 + $signature: 129 }; A.KDialogHandler_resultStringToFilePaths_closure.prototype = { call$1(path) { return J.startsWith$1$s(path, "/") ? path : "/" + path; }, - $signature: 128 + $signature: 129 }; A.QarmaAndZenityHandler.prototype = { generateCommandLineArguments$5$fileFilter$initialDirectory$multipleFiles$pickDirectory(dialogTitle, fileFilter, initialDirectory, multipleFiles, pickDirectory) { @@ -204814,7 +204901,7 @@ call$1(path) { return J.startsWith$1$s(path, "/") ? path : "/" + path; }, - $signature: 128 + $signature: 129 }; A.PlatformFile.prototype = { $eq(_, other) { @@ -204887,7 +204974,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2400 + $signature: 2398 }; A.Int64.prototype = { $add(_, other) { @@ -206414,7 +206501,7 @@ var marker = color.$eq(0, this.$this._effectiveColor) ? "*" : ""; return marker + $name + " = " + color.toString$0(0) + marker; }, - $signature: 2486 + $signature: 2485 }; A._CupertinoDynamicColor_Color_Diagnosticable.prototype = {}; A._CupertinoDesktopTextSelectionHandleControls.prototype = {}; @@ -206530,7 +206617,7 @@ t1.push(this.onePhysicalPixelVerticalDivider); t1.push(A.CupertinoDesktopTextSelectionToolbarButton$text(this.context, onPressed, text)); }, - $signature: 517 + $signature: 473 }; A.__CupertinoDesktopTextSelectionHandleControls_CupertinoDesktopTextSelectionControls_TextSelectionHandleControls.prototype = {}; A.CupertinoDesktopTextSelectionToolbar.prototype = { @@ -206984,7 +207071,7 @@ t1.toString; return t1; }, - $signature: 375 + $signature: 359 }; A._CupertinoEdgeShadowDecoration_lerp_closure0.prototype = { call$1(color) { @@ -206992,7 +207079,7 @@ t1.toString; return t1; }, - $signature: 375 + $signature: 359 }; A._CupertinoEdgeShadowPainter.prototype = { paint$3(canvas, offset, configuration) { @@ -207142,7 +207229,7 @@ call$1(_) { return A.HapticFeedback_mediumImpact(); }, - $signature: 807 + $signature: 809 }; A.CupertinoSwitch.prototype = { createState$0() { @@ -207685,7 +207772,7 @@ t1.push(this.onePhysicalPixelVerticalDivider); t1.push(A.CupertinoTextSelectionToolbarButton$text(onPressed, text)); }, - $signature: 517 + $signature: 473 }; A._CupertinoTextSelectionHandleControls_CupertinoTextSelectionControls_TextSelectionHandleControls.prototype = {}; A._CupertinoToolbarButtonDivider.prototype = { @@ -208202,7 +208289,7 @@ call$0() { return 0; }, - $signature: 335 + $signature: 368 }; A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure0.prototype = { call$1(renderObjectChild) { @@ -208245,7 +208332,7 @@ if (t2) _this.toolbarWidth.__late_helper$_value = currentButtonPosition; }, - $signature: 84 + $signature: 80 }; A._RenderCupertinoTextSelectionToolbarItems_paint_closure.prototype = { call$1(renderObjectChild) { @@ -208257,19 +208344,19 @@ if (t1.shouldPaint) this.context.paintChild$2(renderObjectChild, t1.offset.$add(0, this.offset)); }, - $signature: 84 + $signature: 80 }; A._RenderCupertinoTextSelectionToolbarItems_hitTestChild_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 77 + $signature: 76 }; A._RenderCupertinoTextSelectionToolbarItems_redepthChildren_closure.prototype = { call$1(renderObjectChild) { this.$this.redepthChild$1(type$.RenderBox._as(renderObjectChild)); }, - $signature: 84 + $signature: 80 }; A._RenderCupertinoTextSelectionToolbarItems_visitChildrenForSemantics_closure.prototype = { call$1(renderObjectChild) { @@ -208280,7 +208367,7 @@ if (type$.ToolbarItemsParentData._as(t1).shouldPaint) this.visitor.call$1(renderObjectChild); }, - $signature: 84 + $signature: 80 }; A._RenderCupertinoTextSelectionToolbarItems_debugDescribeChildren_closure.prototype = { call$1(renderObjectChild) { @@ -208304,7 +208391,7 @@ } } }, - $signature: 84 + $signature: 80 }; A._CupertinoTextSelectionToolbarItemsSlot.prototype = { _enumToString$0() { @@ -208437,7 +208524,7 @@ call$1(color) { return A.CupertinoDynamicColor_maybeResolve(color, this.context); }, - $signature: 806 + $signature: 808 }; A.NoDefaultCupertinoThemeData.prototype = { resolveFrom$1(context) { @@ -208473,7 +208560,7 @@ call$1(color) { return A.CupertinoDynamicColor_maybeResolve(color, this.context); }, - $signature: 806 + $signature: 808 }; A._CupertinoThemeDefaults.prototype = { resolveFrom$2(context, resolveTextTheme) { @@ -208498,7 +208585,7 @@ call$1(color) { return color instanceof A.CupertinoDynamicColor ? color.resolveFrom$1(this.context) : color; }, - $signature: 375 + $signature: 359 }; A._CupertinoTextThemeDefaults.prototype = {}; A._DefaultCupertinoTextThemeData.prototype = { @@ -208684,7 +208771,7 @@ call$0() { return J.trimLeft$0$s(this.$this.exceptionAsString$0().split("\n")[0]); }, - $signature: 76 + $signature: 77 }; A.FlutterErrorDetails_summary_closure.prototype = { call$1(node) { @@ -208722,19 +208809,19 @@ call$1(line) { return A.ErrorDescription$(line); }, - $signature: 2645 + $signature: 2646 }; A.FlutterError_defaultStackFilter_closure.prototype = { call$1(value) { return value + 1; }, - $signature: 134 + $signature: 138 }; A.FlutterError_defaultStackFilter_closure0.prototype = { call$1(value) { return value + 1; }, - $signature: 134 + $signature: 138 }; A.FlutterError_toString_closure.prototype = { call$1(node) { @@ -208856,7 +208943,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 805 + $signature: 807 }; A.BindingBase_initServiceExtensions_closure0.prototype = { call$1(uri) { @@ -208879,7 +208966,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 575 + $signature: 507 }; A.BindingBase_initServiceExtensions_closure1.prototype = { call$0() { @@ -208905,7 +208992,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 805 + $signature: 807 }; A.BindingBase_initServiceExtensions_closure2.prototype = { call$1(serverAddress) { @@ -208928,7 +209015,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 575 + $signature: 507 }; A.BindingBase_lockEvents_closure.prototype = { call$0() { @@ -208990,7 +209077,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 273 + $signature: 269 }; A.BindingBase_registerNumericServiceExtension_closure.prototype = { call$1(parameters) { @@ -209047,7 +209134,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 273 + $signature: 269 }; A.BindingBase_registerStringServiceExtension_closure.prototype = { call$1(parameters) { @@ -209100,7 +209187,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 273 + $signature: 269 }; A.BindingBase_registerServiceExtension_closure.prototype = { call$2(method, parameters) { @@ -209177,13 +209264,13 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 886 + $signature: 888 }; A.BindingBase_registerServiceExtension__closure.prototype = { call$0() { return A.Future_Future$delayed(B.Duration_0, null, type$.void); }, - $signature: 95 + $signature: 96 }; A.DebugReassembleConfig.prototype = {}; A.Listenable.prototype = {}; @@ -209321,7 +209408,7 @@ t1 = this.$this; return A._setArrayType([A.DiagnosticsProperty$("The " + A.getRuntimeType(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: 137 + $signature: 135 }; A._MergingListenable.prototype = { addListener$1(_, listener) { @@ -209514,7 +209601,7 @@ } return index < t2[t1.currentChunk]; }, - $signature: 227 + $signature: 218 }; A._NoDefaultValue.prototype = {}; A.TextTreeRenderer.prototype = { @@ -209755,14 +209842,14 @@ ++t3.lines; } }, - $signature: 804 + $signature: 806 }; A.TextTreeRenderer__debugRender_closure.prototype = { call$1(n) { var t1 = n.get$level(n); return t1.index >= this.$this._minLevel.index; }, - $signature: 2679 + $signature: 2680 }; A.DiagnosticsNode.prototype = { get$level(_) { @@ -210194,7 +210281,7 @@ B.JSArray_methods.clear$0(t1); return new A.LicenseParagraph(t2, t3); }, - $signature: 2681 + $signature: 2683 }; A.LicenseRegistry_licenses_closure.prototype = { call$0() { @@ -210242,7 +210329,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 95 + $signature: 96 }; A.AbstractNode.prototype = { redepthChild$1(child) { @@ -210995,14 +211082,14 @@ 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: 137 + $signature: 135 }; 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: 137 + $signature: 135 }; A.FlutterErrorDetailsForPointerEventDispatcher.prototype = {}; A.PointerEventConverter_expand_closure.prototype = { @@ -212481,7 +212568,7 @@ call$0() { return this.estimate.toString$0(0) + "; fling at " + this.velocity.toString$0(0) + "."; }, - $signature: 76 + $signature: 77 }; A.DragGestureRecognizer__checkEnd_closure0.prototype = { call$0() { @@ -212490,7 +212577,7 @@ return "Could not estimate velocity."; return t1.toString$0(0) + "; judged to not be a fling."; }, - $signature: 76 + $signature: 77 }; A.DragGestureRecognizer__checkEnd_closure1.prototype = { call$0() { @@ -212678,13 +212765,13 @@ call$1(initialPosition) { return this.$this._startDrag$2(initialPosition, this.pointer); }, - $signature: 803 + $signature: 805 }; A.MultiDragGestureRecognizer__startDrag_closure.prototype = { call$0() { return this.$this.onStart.call$1(this.initialPosition); }, - $signature: 2718 + $signature: 2719 }; A._ImmediatePointerState.prototype = { checkForResolutionAfterMove$0() { @@ -213592,13 +213679,13 @@ call$1(x) { return x.rotation; }, - $signature: 801 + $signature: 803 }; A.ScaleGestureRecognizer__reconfigure_closure0.prototype = { call$2(a, b) { return a + b; }, - $signature: 232 + $signature: 237 }; A.ScaleGestureRecognizer__reconfigure_closure1.prototype = { call$0() { @@ -213658,13 +213745,13 @@ call$1(x) { return x.rotation; }, - $signature: 801 + $signature: 803 }; A.ScaleGestureRecognizer_acceptGesture_closure0.prototype = { call$2(a, b) { return a + b; }, - $signature: 232 + $signature: 237 }; A.TapDownDetails.prototype = {}; A.TapUpDetails.prototype = {}; @@ -214198,7 +214285,7 @@ prev.addLicense$1(license); return prev; }, - $signature: 2765 + $signature: 2764 }; A._PackagesViewState_licenses_closure0.prototype = { call$1(licenseData) { @@ -214211,7 +214298,7 @@ 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: 2776 + $signature: 2767 }; A._PackagesViewState_build__closure.prototype = { call$2(context, constraints) { @@ -214233,7 +214320,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 2782 + $signature: 2776 }; A._PackagesViewState_build___closure.prototype = { call$3(context, selectedId, _) { @@ -214245,13 +214332,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, 4, _null, _null, _null, _null, _null, B.MaterialType_0), _null, _null); }, - $signature: 2784 + $signature: 2782 }; A._PackagesViewState__initDefaultDetailPage_closure.prototype = { call$1(i) { return this.data.licenses[i]; }, - $signature: 797 + $signature: 799 }; A._PackagesViewState__packagesList_closure.prototype = { call$2(context, index) { @@ -214270,7 +214357,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: 193 + $signature: 178 }; A._PackagesViewState__packagesList__closure.prototype = { call$0() { @@ -214286,7 +214373,7 @@ call$1(i) { return this.data.licenses[i]; }, - $signature: 797 + $signature: 799 }; A._PackageListTile.prototype = { build$1(context) { @@ -214327,7 +214414,7 @@ return 1; return B.JSString_methods.compareTo$1(a.toLowerCase(), b.toLowerCase()); }, - $signature: 2797 + $signature: 2791 }; A._DetailArguments.prototype = { $eq(_, other) { @@ -214465,7 +214552,7 @@ call$2(context, index) { return A.Localizations_Localizations$override(this.listWidgets[index], context, B.Locale_en_US); }, - $signature: 2798 + $signature: 2804 }; A._PackageLicensePageTitle.prototype = { build$1(context) { @@ -214530,7 +214617,7 @@ var masterPageRoute, _this = this; _this._builtLayout = B._LayoutMode_2; masterPageRoute = _this._masterPageRoute$1(context); - return new A.WillPopScope(A.Navigator$("initial", _this._navigatorKey, B.List_empty12, 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.WillPopScope(A.Navigator$("initial", _this._navigatorKey, B.List_empty14, 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); @@ -214554,7 +214641,7 @@ else return t1._nestedUI$1(context); }, - $signature: 264 + $signature: 275 }; A._MasterDetailFlowState__nestedUI_closure1.prototype = { call$0() { @@ -214583,7 +214670,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 177 + $signature: 184 }; A._MasterDetailFlowState__nestedUI_closure.prototype = { call$2($navigator, initialRoute) { @@ -214597,7 +214684,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 2903 + $signature: 2902 }; A._MasterDetailFlowState__nestedUI_closure0.prototype = { call$1(settings) { @@ -214617,7 +214704,7 @@ throw A.wrapException(A.Exception_Exception("Unknown route " + A.S(t1))); } }, - $signature: 2905 + $signature: 2903 }; A._MasterDetailFlowState__masterPageRoute_closure.prototype = { call$1(c) { @@ -214631,7 +214718,7 @@ t3 = t1.title; return A.BlockSemantics$(new A._MasterPage(t1.masterViewBuilder, t3, t2, true, null)); }, - $signature: 2906 + $signature: 2905 }; A._MasterDetailFlowState__masterPageRoute__closure.prototype = { call$0() { @@ -214644,7 +214731,7 @@ 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); }, - $signature: 2910 + $signature: 2906 }; A._MasterDetailFlowState__detailPageRoute__closure.prototype = { call$0() { @@ -214671,13 +214758,13 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 177 + $signature: 184 }; A._MasterDetailFlowState__lateralUI_closure1.prototype = { call$2(_, __) { - return B.List_empty13; + return B.List_empty15; }, - $signature: 2916 + $signature: 2910 }; A._MasterDetailFlowState__lateralUI_closure0.prototype = { call$3(context, args, scrollController) { @@ -214688,18 +214775,18 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 800 + $signature: 802 }; A._MasterDetailFlowState__lateralUI_closure.prototype = { call$2(context, isLateral) { return this.$this._widget.masterViewBuilder$2(context, isLateral); }, - $signature: 798 + $signature: 800 }; A._MasterPage.prototype = { build$1(context) { var _null = null; - return A.Scaffold$(A.AppBar$(B.List_empty13, _null, true, _null, _null, _null, 1, _null, _null, _null, false, _null, _null, _null, this.leading, _null, true, _null, _null, _null, _null, _null, _null, this.title, _null, _null, _null, 1, _null), _null, this.masterViewBuilder.call$2(context, false), _null, _null, _null, _null, _null); + return A.Scaffold$(A.AppBar$(B.List_empty15, _null, true, _null, _null, _null, 1, _null, _null, _null, false, _null, _null, _null, this.leading, _null, true, _null, _null, _null, _null, _null, _null, this.title, _null, _null, _null, 1, _null), _null, this.masterViewBuilder.call$2(context, false), _null, _null, _null, _null, _null); } }; A._MasterDetailScaffold.prototype = { @@ -214785,13 +214872,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: 2920 + $signature: 2916 }; A._MasterDetailScaffoldState_build__closure.prototype = { call$2(child, animation) { return A._FadeUpwardsPageTransition$(child, animation); }, - $signature: 540 + $signature: 558 }; A._DetailView.prototype = { build$1(context) { @@ -214810,7 +214897,7 @@ t2 = this.$this; return A.MouseRegion$(A.Card$(t2._builder.call$3(context, t2._about$_arguments, controller), B.Clip_2, t1, 4, B.EdgeInsets_4_0_4_0, true, B.RoundedRectangleBorder_27D2), B.C__DeferringMouseCursor, _null, _null, _null, _null, _null); }, - $signature: 2923 + $signature: 2922 }; A.AdaptiveTextSelectionToolbar.prototype = { build$1(context) { @@ -214845,21 +214932,21 @@ call$1(buttonItem) { return A.CupertinoTextSelectionToolbarButton$text(buttonItem.onPressed, A.AdaptiveTextSelectionToolbar_getButtonLabel(this.context, buttonItem)); }, - $signature: 2927 + $signature: 2923 }; 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: 2928 + $signature: 2927 }; A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure1.prototype = { call$1(buttonItem) { var t1 = this.context; return A.CupertinoDesktopTextSelectionToolbarButton$text(t1, buttonItem.onPressed, A.AdaptiveTextSelectionToolbar_getButtonLabel(t1, buttonItem)); }, - $signature: 2931 + $signature: 2928 }; A.ThemeMode.prototype = { _enumToString$0() { @@ -214875,7 +214962,7 @@ call$2(begin, end) { return new A.MaterialRectArcTween(begin, end); }, - $signature: 2935 + $signature: 2931 }; A.MaterialScrollBehavior.prototype = { getPlatform$1(context) { @@ -215041,7 +215128,7 @@ call$1(context) { return this.$this._widget.builder.call$2(context, this.child); }, - $signature: 57 + $signature: 59 }; A._MaterialAppState__buildWidgetApp_closure.prototype = { call$1$2(settings, builder, $T) { @@ -215050,7 +215137,7 @@ call$2(settings, builder) { return this.call$1$2(settings, builder, type$.dynamic); }, - $signature: 2946 + $signature: 2942 }; A._MaterialAppState_build_closure.prototype = { call$2(node, $event) { @@ -215058,7 +215145,7 @@ return B.KeyEventResult_1; return A.Tooltip_dismissAllToolTips() ? B.KeyEventResult_0 : B.KeyEventResult_1; }, - $signature: 213 + $signature: 198 }; A._ToolbarContainerLayout.prototype = { getConstraintsForChild$1(constraints) { @@ -215269,7 +215356,7 @@ titleTextStyle = t2; t2 = _this._widget.toolbarOpacity; if (t2 !== 1) { - opacity = B.Interval_oqF.transform$1(0, t2); + opacity = B.Interval_oqF1.transform$1(0, t2); if ((titleTextStyle == null ? _null : titleTextStyle.color) != null) { t2 = titleTextStyle.color; t2.toString; @@ -215369,7 +215456,7 @@ t2.toString; t1.push(t2); } else { - t2 = B.Interval_oqF.transform$1(0, t3); + t2 = B.Interval_oqF1.transform$1(0, t3); 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); @@ -215778,7 +215865,7 @@ t1.toString; return 2 * Math.asin(this.distanceFromAtoB / (2 * t1)); }, - $signature: 335 + $signature: 368 }; A._CornerId.prototype = { _enumToString$0() { @@ -215892,7 +215979,7 @@ $length = delta.get$distance(); return t2._dx * delta._dx / $length + t2._dy * delta._dy / $length; }, - $signature: 2951 + $signature: 2950 }; A.BackButtonIcon.prototype = { build$1(context) { @@ -216445,7 +216532,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this.center); }, - $signature: 77 + $signature: 76 }; A.__RawMaterialButtonState_State_MaterialStateMixin.prototype = {}; A.ButtonBarThemeData.prototype = { @@ -216779,7 +216866,7 @@ call$1(getProperty) { return this.call$1$1(getProperty, type$.dynamic); }, - $signature: 2960 + $signature: 2969 }; A._ButtonStyleState_build_resolve_closure.prototype = { call$1(style) { @@ -216794,91 +216881,91 @@ call$1(style) { return style == null ? null : style.get$elevation(style); }, - $signature: 795 + $signature: 797 }; A._ButtonStyleState_build_closure0.prototype = { call$1(style) { return style == null ? null : style.get$textStyle(); }, - $signature: 3001 + $signature: 3014 }; A._ButtonStyleState_build_closure1.prototype = { call$1(style) { return style == null ? null : style.get$backgroundColor(style); }, - $signature: 268 + $signature: 284 }; A._ButtonStyleState_build_closure2.prototype = { call$1(style) { return style == null ? null : style.get$foregroundColor(); }, - $signature: 268 + $signature: 284 }; A._ButtonStyleState_build_closure3.prototype = { call$1(style) { return style == null ? null : style.get$shadowColor(style); }, - $signature: 268 + $signature: 284 }; A._ButtonStyleState_build_closure4.prototype = { call$1(style) { return style == null ? null : style.get$surfaceTintColor(); }, - $signature: 268 + $signature: 284 }; A._ButtonStyleState_build_closure5.prototype = { call$1(style) { return style == null ? null : style.get$padding(style); }, - $signature: 3081 + $signature: 3092 }; A._ButtonStyleState_build_closure6.prototype = { call$1(style) { return style == null ? null : style.get$minimumSize(); }, - $signature: 508 + $signature: 582 }; A._ButtonStyleState_build_closure7.prototype = { call$1(style) { return style == null ? null : style.fixedSize; }, - $signature: 508 + $signature: 582 }; A._ButtonStyleState_build_closure8.prototype = { call$1(style) { return style == null ? null : style.get$maximumSize(); }, - $signature: 508 + $signature: 582 }; A._ButtonStyleState_build_closure9.prototype = { call$1(style) { return style == null ? null : style.iconColor; }, - $signature: 268 + $signature: 284 }; A._ButtonStyleState_build_closure10.prototype = { call$1(style) { return style == null ? null : style.get$iconSize(); }, - $signature: 795 + $signature: 797 }; A._ButtonStyleState_build_closure11.prototype = { call$1(style) { return style == null ? null : style.get$side(); }, - $signature: 3231 + $signature: 3229 }; A._ButtonStyleState_build_closure12.prototype = { call$1(style) { return style == null ? null : style.get$shape(style); }, - $signature: 3233 + $signature: 3231 }; A._ButtonStyleState_build_closure20.prototype = { call$1(states) { return this.effectiveValue.call$1$1(new A._ButtonStyleState_build__closure0(states), type$.MouseCursor); }, - $signature: 3245 + $signature: 3233 }; A._ButtonStyleState_build__closure0.prototype = { call$1(style) { @@ -216891,13 +216978,13 @@ } return t1; }, - $signature: 3246 + $signature: 3245 }; A._ButtonStyleState_build_closure21.prototype = { call$1(states) { return this.effectiveValue.call$1$1(new A._ButtonStyleState_build__closure(states), type$.Color); }, - $signature: 188 + $signature: 185 }; A._ButtonStyleState_build__closure.prototype = { call$1(style) { @@ -216916,37 +217003,37 @@ call$1(style) { return style == null ? null : style.get$visualDensity(); }, - $signature: 3275 + $signature: 3264 }; A._ButtonStyleState_build_closure14.prototype = { call$1(style) { return style == null ? null : style.get$tapTargetSize(); }, - $signature: 3276 + $signature: 3275 }; A._ButtonStyleState_build_closure15.prototype = { call$1(style) { return style == null ? null : style.animationDuration; }, - $signature: 3285 + $signature: 3276 }; A._ButtonStyleState_build_closure16.prototype = { call$1(style) { return style == null ? null : style.enableFeedback; }, - $signature: 3286 + $signature: 3285 }; A._ButtonStyleState_build_closure17.prototype = { call$1(style) { return style == null ? null : style.alignment; }, - $signature: 3290 + $signature: 3286 }; A._ButtonStyleState_build_closure18.prototype = { call$1(style) { return style == null ? null : style.get$splashFactory(); }, - $signature: 3292 + $signature: 3288 }; A._ButtonStyleState_build_closure19.prototype = { call$1($status) { @@ -217068,7 +217155,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this.center); }, - $signature: 77 + $signature: 76 }; A.__ButtonStyleState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -218331,7 +218418,7 @@ return this.$this._widget.activeColor; return null; }, - $signature: 188 + $signature: 185 }; A._CheckboxState_build_closure.prototype = { call$1(states) { @@ -218342,7 +218429,7 @@ t1 = null; return t1 == null ? B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable.resolve$1(0, states) : t1; }, - $signature: 347 + $signature: 334 }; A._CheckboxPainter.prototype = { set$checkColor(value) { @@ -218515,7 +218602,7 @@ return this.$this._checkbox$_colors.secondary; return this.$this._checkbox$_theme.unselectedWidgetColor; }, - $signature: 94 + $signature: 92 }; A._CheckboxDefaultsM2_overlayColor_closure.prototype = { call$1(states) { @@ -218532,7 +218619,7 @@ return this.$this._checkbox$_theme.focusColor; return B.Color_0; }, - $signature: 94 + $signature: 92 }; A.__CheckboxState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -219252,28 +219339,28 @@ } return null; }, - $signature: 188 + $signature: 185 }; A.DataTable_build_closure.prototype = { call$1(row) { row.toString; return false; }, - $signature: 506 + $signature: 427 }; A.DataTable_build_closure0.prototype = { call$1(row) { row.toString; return false; }, - $signature: 506 + $signature: 427 }; A.DataTable_build_closure1.prototype = { call$1(row) { row.toString; return false; }, - $signature: 506 + $signature: 427 }; A.DataTable_build_closure2.prototype = { call$1(index) { @@ -219318,13 +219405,13 @@ 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_null3, false, type$.Widget)); }, - $signature: 4093 + $signature: 3307 }; A.DataTable_build_closure4.prototype = { call$1(checked) { return this.$this._data_table$_handleSelectAll$2(checked, this.someChecked); }, - $signature: 348 + $signature: 335 }; A.DataTable_build_closure5.prototype = { call$0() { @@ -219374,7 +219461,7 @@ } return B.Rect_0_0_0_0; }, - $signature: 499 + $signature: 431 }; A._SortArrow0.prototype = { createState$0() { @@ -219560,7 +219647,7 @@ var t1 = this._box_0.dialog; return t1; }, - $signature: 57 + $signature: 59 }; A.DatePickerDialog.prototype = { createState$0() { @@ -219773,7 +219860,7 @@ 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); }, - $signature: 1020 + $signature: 1021 }; A._DatePickerDialogState_build_inputDatePicker.prototype = { call$0() { @@ -219807,7 +219894,7 @@ 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_TbTh7), B.Clip_0, _null, _null, _null, _null, t3, _null, _null, B.EdgeInsets_24_0_24_0, _null, _null, _null), t1._formKey); }, - $signature: 1021 + $signature: 1022 }; A._DatePickerDialogState_build_closure.prototype = { call$1(context) { @@ -219822,7 +219909,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 1022 + $signature: 1023 }; A._RestorableDatePickerEntryMode.prototype = { createDefaultValue$0() { @@ -219895,7 +219982,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 124 + $signature: 125 }; A.__DatePickerDialogState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -220053,7 +220140,7 @@ call$2(text, onPressed) { this.items.push(A.DesktopTextSelectionToolbarButton$text(this.context, onPressed, text)); }, - $signature: 517 + $signature: 473 }; A.__DesktopTextSelectionHandleControls_DesktopTextSelectionControls_TextSelectionHandleControls.prototype = {}; A.DesktopTextSelectionToolbar.prototype = { @@ -220265,7 +220352,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 1024 + $signature: 1025 }; A._DialogDefaultsM2.prototype = { get$iconColor() { @@ -220993,7 +221080,7 @@ var t1 = this.route; return t1.getItemOffset$1(t1.selectedIndex); }, - $signature: 335 + $signature: 368 }; A._DropdownMenuRouteLayout.prototype = { getConstraintsForChild$1(constraints) { @@ -221099,13 +221186,13 @@ call$2(total, height) { return total + height; }, - $signature: 232 + $signature: 237 }; A._DropdownRoute_getMenuLimits_closure.prototype = { call$2(total, height) { return total + height; }, - $signature: 232 + $signature: 237 }; A._DropdownRoutePage.prototype = { build$1(context) { @@ -221121,7 +221208,7 @@ 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); }, - $signature: 792 + $signature: 794 }; A._MenuItem.prototype = { createRenderObject$1(context) { @@ -221510,13 +221597,13 @@ call$1(intent) { return this.$this._dropdown$_handleTap$0(); }, - $signature: 1054 + $signature: 1029 }; A._DropdownButtonState_initState_closure0.prototype = { call$1(intent) { return this.$this._dropdown$_handleTap$0(); }, - $signature: 1056 + $signature: 1030 }; A._DropdownButtonState__handleFocusChanged_closure.prototype = { call$0() { @@ -221541,7 +221628,7 @@ return; t1.itemHeights[this.index] = size._dy; }, - $signature: 791 + $signature: 793 }; A._DropdownButtonState__handleTap_closure0.prototype = { call$1(newValue) { @@ -221562,7 +221649,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: 1058 + $signature: 1059 }; A.DropdownButtonFormField.prototype = { createState$0() { @@ -221628,7 +221715,7 @@ marker = context.dependOnInheritedWidgetOfExactType$1$0(type$._FocusMarker); 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.menuMaxHeight, _this.enableFeedback, _this.alignment, _this.borderRadius, t3, _this.isEmpty, (marker == null ? _null : marker.notifier).get$hasFocus(), _null, _this.T._eval$1("DropdownButton<0>")), _null); }, - $signature: 1059 + $signature: 1060 }; A._DropdownButtonFormFieldState.prototype = { didChange$1(value) { @@ -221936,7 +222023,7 @@ call$1(isExpanded) { return this.$this._expansion_panel$_handlePressed$2(isExpanded, this.index); }, - $signature: 88 + $signature: 85 }; A.ExpansionTileThemeData.prototype = { get$hashCode(_) { @@ -222611,7 +222698,7 @@ var t1 = this.referenceBox._box$_size; return new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); }, - $signature: 499 + $signature: 431 }; 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) { @@ -222759,7 +222846,7 @@ var t1 = this.referenceBox._box$_size; return new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); }, - $signature: 499 + $signature: 431 }; 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) { @@ -223501,7 +223588,7 @@ call$1(highlight) { return highlight != null; }, - $signature: 1064 + $signature: 1065 }; A._InkResponseState_handleStatesControllerChange_closure.prototype = { call$0() { @@ -223564,7 +223651,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 1065 + $signature: 1066 }; A.InkWell.prototype = {}; A.__InkResponseState_State_AutomaticKeepAliveClientMixin.prototype = { @@ -225246,7 +225333,7 @@ t1.offset = new A.Offset(x, (t2 - t3._dy) / 2); return t3._dx; }, - $signature: 257 + $signature: 234 }; A._RenderDecoration_performLayout_baselineLayout.prototype = { call$2(box, x) { @@ -225260,7 +225347,7 @@ t1.offset = new A.Offset(x, t2 - t3); return box._box$_size._dx; }, - $signature: 257 + $signature: 234 }; A._RenderDecoration_paint_doPaint.prototype = { call$1(child) { @@ -225271,13 +225358,13 @@ this.context.paintChild$2(child, type$.BoxParentData._as(t1).offset.$add(0, this.offset)); } }, - $signature: 786 + $signature: 788 }; A._RenderDecoration_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 77 + $signature: 76 }; A._Decorator.prototype = { get$slots() { @@ -226053,7 +226140,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: 279 + $signature: 294 }; A._InputDecoratorDefaultsM2_labelStyle_closure.prototype = { call$1(states) { @@ -226062,7 +226149,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: 279 + $signature: 294 }; A._InputDecoratorDefaultsM2_floatingLabelStyle_closure.prototype = { call$1(states) { @@ -226075,7 +226162,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: 279 + $signature: 294 }; A._InputDecoratorDefaultsM2_helperStyle_closure.prototype = { call$1(states) { @@ -226087,7 +226174,7 @@ t1.toString; return t1.copyWith$1$color(themeData.hintColor); }, - $signature: 279 + $signature: 294 }; A._InputDecoratorDefaultsM2_errorStyle_closure.prototype = { call$1(states) { @@ -226099,7 +226186,7 @@ t1.toString; return t1.copyWith$1$color(themeData.colorScheme.error); }, - $signature: 279 + $signature: 294 }; A._InputDecoratorDefaultsM2_fillColor_closure.prototype = { call$1(states) { @@ -226122,7 +226209,7 @@ throw A.wrapException(A.ReachabilityError$(_s80_)); } }, - $signature: 94 + $signature: 92 }; A._InputDecoratorDefaultsM2_iconColor_closure.prototype = { call$1(states) { @@ -226139,7 +226226,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 94 + $signature: 92 }; A._InputDecoratorDefaultsM2_prefixIconColor_closure.prototype = { call$1(states) { @@ -226156,7 +226243,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 94 + $signature: 92 }; A._InputDecoratorDefaultsM2_suffixIconColor_closure.prototype = { call$1(states) { @@ -226173,7 +226260,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 94 + $signature: 92 }; A._InputDecorationTheme_Object_Diagnosticable.prototype = {}; A.__BorderContainerState_State_TickerProviderStateMixin.prototype = { @@ -226807,13 +226894,13 @@ this.context.paintChild$2(child, type$.BoxParentData._as(t1).offset.$add(0, this.offset)); } }, - $signature: 786 + $signature: 788 }; A._RenderListTile_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 77 + $signature: 76 }; A.__ListTile_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin.prototype = { updateRenderObject$2(context, renderObject) { @@ -226916,7 +227003,7 @@ t12 = $parent.minLeadingWidth; return A.ListTileTheme$(this.child, A.ListTileThemeData$(t6, t1, t9, t10, t4, t12, t11, null, t3, t8, t2, this.style, t5, t7, null), this.key); }, - $signature: 1083 + $signature: 1084 }; A._ListTileThemeData_Object_Diagnosticable.prototype = {}; A.TextMagnifier.prototype = { @@ -226942,7 +227029,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 1091 + $signature: 1085 }; A._TextMagnifierState.prototype = { initState$0() { @@ -227136,7 +227223,7 @@ t1.markNeedsPaint$0(); return false; }, - $signature: 1093 + $signature: 1086 }; A._RenderInkFeatures.prototype = { addInkFeature$1(feature) { @@ -227262,25 +227349,25 @@ call$1(value) { return new A.Tween(A._asDoubleS(value), null, type$.Tween_double); }, - $signature: 167 + $signature: 169 }; A._MaterialInteriorState_forEachTween_closure0.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 356 + $signature: 353 }; A._MaterialInteriorState_forEachTween_closure1.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 356 + $signature: 353 }; A._MaterialInteriorState_forEachTween_closure2.prototype = { call$1(value) { return new A.ShapeBorderTween(type$.ShapeBorder._as(value), null); }, - $signature: 1099 + $signature: 1100 }; A._ShapeBorderPaint.prototype = { build$1(context) { @@ -227730,7 +227817,7 @@ else t1.removeMaterialState$1(t2); }, - $signature: 88 + $signature: 85 }; A.MaterialStateMixin_addMaterialState_closure.prototype = { call$0() { @@ -228325,13 +228412,13 @@ call$1(child) { return child.key; }, - $signature: 781 + $signature: 783 }; A._MergeableMaterialState_didUpdateWidget_closure0.prototype = { call$1(child) { return child.key; }, - $signature: 781 + $signature: 783 }; A._MergeableMaterialSliceKey.prototype = { $eq(_, other) { @@ -228594,7 +228681,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 777 + $signature: 779 }; A._ZoomPageTransition_build_closure0.prototype = { call$3(context, animation, child) { @@ -228602,7 +228689,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 775 + $signature: 776 }; A._ZoomPageTransition_build_closure1.prototype = { call$3(context, animation, child) { @@ -228610,7 +228697,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 777 + $signature: 779 }; A._ZoomPageTransition_build_closure2.prototype = { call$3(context, animation, child) { @@ -228618,7 +228705,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 775 + $signature: 776 }; A._ZoomEnterTransition.prototype = { createState$0() { @@ -228812,7 +228899,7 @@ call$1(platform) { return this.builders.$index(0, platform); }, - $signature: 1106 + $signature: 1105 }; A._ZoomTransitionBase.prototype = { onAnimationValueChange$0() { @@ -229150,7 +229237,7 @@ call$1(size) { this.$this.route.itemSizes[this.i] = size; }, - $signature: 791 + $signature: 793 }; A._PopupMenu_build_closure0.prototype = { call$2(context, child) { @@ -229198,7 +229285,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: 1107 + $signature: 1108 }; A._PopupMenuRouteLayout.prototype = { getConstraintsForChild$1(constraints) { @@ -229330,7 +229417,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: 792 + $signature: 794 }; A.PopupMenuButton.prototype = { createState$0() { @@ -229653,7 +229740,7 @@ } _this.canvas.drawRect$2(new A.Rect(left, 0, left + width, 0 + _this.size._dy), _this.paint); }, - $signature: 1108 + $signature: 1109 }; A.LinearProgressIndicator.prototype = { createState$0() { @@ -229753,7 +229840,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); return t1._buildIndicator$3(context, t2, this.textDirection); }, - $signature: 230 + $signature: 242 }; A._CircularProgressIndicatorPainter.prototype = { paint$2(canvas, size) { @@ -229889,7 +229976,7 @@ t2.toString; return t1._buildMaterialIndicator$5(context, t3, t4, t5, t2.transform$1(0, t6.get$value(t6))); }, - $signature: 230 + $signature: 242 }; A._RefreshProgressIndicatorPainter.prototype = { paint$2(canvas, size) { @@ -230010,7 +230097,7 @@ t2.toString; return t1._buildMaterialIndicator$5(context, 1.05 * t3, t4, t5, t2.transform$1(0, t6.get$value(t6))); }, - $signature: 230 + $signature: 242 }; A._CircularProgressIndicatorDefaultsM2.prototype = { get$color(_) { @@ -230297,7 +230384,7 @@ return this.$this._widget.activeColor; return null; }, - $signature: 188 + $signature: 185 }; A._RadioState_build_closure.prototype = { call$1(states) { @@ -230308,7 +230395,7 @@ t1 = null; return t1 == null ? A.MaterialStateProperty_resolveAs(B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable, states, type$.MouseCursor) : t1; }, - $signature: 347 + $signature: 334 }; A._RadioPainter.prototype = { paint$2(canvas, size) { @@ -230378,7 +230465,7 @@ } return this.$this.get$_radio$_theme().unselectedWidgetColor; }, - $signature: 94 + $signature: 92 }; A._RadioDefaultsM2_overlayColor_closure.prototype = { call$1(states) { @@ -230395,7 +230482,7 @@ return this.$this.get$_radio$_theme().hoverColor; return B.Color_0; }, - $signature: 94 + $signature: 92 }; A.__RadioState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -230957,7 +231044,7 @@ t1._widget.toString; return new A.RefreshProgressIndicator(2.5, t3, _null, _null, t4, t2, _null, _null); }, - $signature: 1112 + $signature: 1113 }; A._RefreshIndicatorState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -230989,7 +231076,7 @@ call$2(context, index) { return this.children[index]; }, - $signature: 193 + $signature: 178 }; A._ReorderableListViewState.prototype = { _wrapWithSemantics$2(child, index) { @@ -231077,7 +231164,7 @@ if (startIndex != endIndex) this.$this._widget.onReorder$2(startIndex, endIndex); }, - $signature: 507 + $signature: 432 }; A._ReorderableListViewState__wrapWithSemantics_moveToStart.prototype = { call$0() { @@ -231114,7 +231201,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: 1114 + $signature: 1115 }; A._ReorderableListViewChildGlobalKey.prototype = { $eq(_, other) { @@ -232114,7 +232201,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: 1115 + $signature: 1116 }; A._DismissDrawerAction.prototype = { isEnabled$1(_, intent) { @@ -232238,7 +232325,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return new A.Align(B.AlignmentDirectional_m1_m1, null, t2.transform$1(0, t1), child, null); }, - $signature: 1142 + $signature: 1129 }; A.PersistentBottomSheetController.prototype = {}; A._ScaffoldScope.prototype = { @@ -232251,7 +232338,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 124 + $signature: 125 }; A._ScaffoldMessengerState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -232581,7 +232668,7 @@ t1 = t1 == null ? null : t1.resolve$1(0, states); return t1 == null ? false : t1; }, - $signature: 1157 + $signature: 1144 }; A._MaterialScrollbarState__thumbColor_closure.prototype = { call$1(states) { @@ -232619,7 +232706,7 @@ t1.toString; return t1; }, - $signature: 94 + $signature: 92 }; A._MaterialScrollbarState__trackColor_closure.prototype = { call$1(states) { @@ -232643,7 +232730,7 @@ } return B.Color_0; }, - $signature: 94 + $signature: 92 }; A._MaterialScrollbarState__trackBorderColor_closure.prototype = { call$1(states) { @@ -232668,7 +232755,7 @@ } return B.Color_0; }, - $signature: 94 + $signature: 92 }; A._MaterialScrollbarState__thickness_closure.prototype = { call$1(states) { @@ -232699,7 +232786,7 @@ t1 = t2; return t1; }, - $signature: 846 + $signature: 848 }; A._MaterialScrollbarState_initState_closure.prototype = { call$0() { @@ -233655,7 +233742,7 @@ return this.$this._widget.activeColor; return this.$this._widget.inactiveThumbColor; }, - $signature: 188 + $signature: 185 }; A._MaterialSwitchState__widgetTrackColor_closure.prototype = { call$1(states) { @@ -233663,7 +233750,7 @@ return this.$this._widget.activeTrackColor; return this.$this._widget.inactiveTrackColor; }, - $signature: 188 + $signature: 185 }; A._MaterialSwitchState__handleDragEnd_closure.prototype = { call$0() { @@ -233678,7 +233765,7 @@ t1 = null; return t1 == null ? A.MaterialStateProperty_resolveAs(B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable, states, type$.MouseCursor) : t1; }, - $signature: 347 + $signature: 334 }; A._SwitchPainter.prototype = { set$positionController(value) { @@ -234085,7 +234172,7 @@ t2.toString; return new A._AnimatedEvaluation(t2, t1, t1.$ti._eval$1("_AnimatedEvaluation")); }, - $signature: 1167 + $signature: 1165 }; A._SwitchConfig.prototype = {}; A._SwitchConfigM2.prototype = { @@ -234160,7 +234247,7 @@ return this.$this._switch0$_colors.secondary; return this.isDark ? B.Color_4290624957 : B.Color_4294638330; }, - $signature: 94 + $signature: 92 }; A._SwitchDefaultsM2_trackColor_closure.prototype = { call$1(states) { @@ -234173,13 +234260,13 @@ } return this.isDark ? B.Color_1308622847 : B.Color_1375731712; }, - $signature: 94 + $signature: 92 }; A._SwitchDefaultsM2_mouseCursor_closure.prototype = { call$1(states) { return B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable.resolve$1(0, states); }, - $signature: 347 + $signature: 334 }; A._SwitchDefaultsM2_overlayColor_closure.prototype = { call$1(states) { @@ -234196,7 +234283,7 @@ return this.$this._switch0$_theme.hoverColor; return null; }, - $signature: 188 + $signature: 185 }; A.__MaterialSwitchState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -235250,7 +235337,7 @@ call$1(tab) { return new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget); }, - $signature: 1187 + $signature: 1171 }; A._TabBarState__handleTabControllerTick_closure.prototype = { call$0() { @@ -235289,7 +235376,7 @@ t3 = t3[index]; return A.Center$(new A.Padding(t2, new A.KeyedSubtree(t1._widget.tabs[index], t3), _null), 1, _null); }, - $signature: 1188 + $signature: 1189 }; A._TabBarState_build_closure0.prototype = { call$1(states) { @@ -235299,7 +235386,7 @@ t1 = this.defaults.get$overlayColor(); return t1 == null ? null : t1.resolve$1(0, effectiveStates); }, - $signature: 188 + $signature: 185 }; A._TabBarState_build_closure1.prototype = { call$0() { @@ -236321,13 +236408,13 @@ call$1($event) { return this.$this._handleHover$1(true); }, - $signature: 214 + $signature: 230 }; A._TextFieldState_build_closure4.prototype = { call$1($event) { return this.$this._handleHover$1(false); }, - $signature: 189 + $signature: 183 }; A._TextFieldState_build_closure2.prototype = { call$2(context, child) { @@ -236342,7 +236429,7 @@ 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, child, _null); }, - $signature: 774 + $signature: 775 }; A._TextFieldState_build__closure.prototype = { call$0() { @@ -236358,7 +236445,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 124 + $signature: 125 }; A.__TextFieldState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -236428,7 +236515,7 @@ t2 = !t7 || !t6; return A.UnmanagedRestorationScope$(t4, A.TextField$(_this.autocorrect, _this.autofillHints, _this.autofocus, _this.buildCounter, _this.contextMenuBuilder, t3, _this.cursorColor, _this.cursorHeight, _this.cursorRadius, _this.cursorWidth, t5, _this.enableIMEPersonalizedLearning, t2, _this.enableSuggestions, t1 !== false, _this.expands, _this.focusNode, _this.inputFormatters, _this.keyboardAppearance, _this.keyboardType, _this.maxLength, _this.maxLengthEnforcement, _this.maxLines, _this.minLines, _this.mouseCursor, t7, _this.obscuringCharacter, new A.TextFormField_closure_onChangedHandler(field, _this.onChanged), _this.onEditingComplete, _this.onFieldSubmitted, _this.onTap, _this.onTapOutside, t6, _this.restorationId, _this.scrollController, _this.scrollPadding, _this.scrollPhysics, _this.selectionControls, _this.showCursor, t8, t9, _this.strutStyle, _this.style, _this.textAlign, _this.textAlignVertical, _this.textCapitalization, _this.textDirection, _this.textInputAction, _this.toolbarOptions)); }, - $signature: 1192 + $signature: 1193 }; A.TextFormField_closure_onChangedHandler.prototype = { call$1(value) { @@ -236438,7 +236525,7 @@ if (t1 != null) t1.call$1(value); }, - $signature: 92 + $signature: 93 }; A._TextFormFieldState.prototype = { get$_effectiveController() { @@ -236689,7 +236776,7 @@ t2 = entry.get$value(entry).onPressed; return new A.TextSelectionToolbarTextButton(A.Text$(entry.get$value(entry).label, _null, _null, _null, _null, _null, _null, _null, _null, _null), t2, t1, _null); }, - $signature: 1193 + $signature: 1194 }; A._TextSelectionHandlePainter.prototype = { paint$2(canvas, size) { @@ -236876,7 +236963,7 @@ call$2(result, transformed) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, transformed); }, - $signature: 77 + $signature: 76 }; A._TextSelectionToolbarItemsLayout.prototype = { createRenderObject$1(context) { @@ -237021,7 +237108,7 @@ if (width > t4 && t2._lastIndexThatFits === -1) t2._lastIndexThatFits = t1.i - 1; }, - $signature: 84 + $signature: 80 }; A._RenderTextSelectionToolbarItemsLayout__placeChildren_closure.prototype = { call$1(renderObjectChild) { @@ -237060,7 +237147,7 @@ t1.nextSize = new A.Size(Math.max(A.checkNum(t3), A.checkNum(t2._dx)), overflowHeight); } }, - $signature: 84 + $signature: 80 }; A._RenderTextSelectionToolbarItemsLayout_paint_closure.prototype = { call$1(renderObjectChild) { @@ -237073,13 +237160,13 @@ return; this.context.paintChild$2(renderObjectChild, t1.offset.$add(0, this.offset)); }, - $signature: 84 + $signature: 80 }; A._RenderTextSelectionToolbarItemsLayout_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 77 + $signature: 76 }; A._RenderTextSelectionToolbarItemsLayout_visitChildrenForSemantics_closure.prototype = { call$1(renderObjectChild) { @@ -237090,7 +237177,7 @@ if (type$.ToolbarItemsParentData._as(t1).shouldPaint) this.visitor.call$1(renderObjectChild); }, - $signature: 84 + $signature: 80 }; A._TextSelectionToolbarContainer.prototype = { build$1(context) { @@ -238014,7 +238101,7 @@ call$1(value) { return new A.ThemeDataTween(type$.ThemeData._as(value), null); }, - $signature: 1194 + $signature: 1195 }; A.MaterialTapTargetSize.prototype = { _enumToString$0() { @@ -238450,19 +238537,19 @@ t3 = t2.merge$1(t1.primaryTextTheme); return t1.copyWith$3$accentTextTheme$primaryTextTheme$textTheme(t2.merge$1(t1._accentTextTheme), t3, t2.merge$1(t1.textTheme)); }, - $signature: 1195 + $signature: 1196 }; 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: 1196 + $signature: 1197 }; A.ThemeData__lerpThemeExtensions_closure0.prototype = { call$1(entry) { return !this.a.extensions.containsKey$1(0, entry.get$key(entry)); }, - $signature: 1197 + $signature: 1198 }; A.MaterialBasedCupertinoThemeData.prototype = { get$brightness() { @@ -238579,7 +238666,7 @@ return "0" + A.S(value); return B.JSInt_methods.toString$0(value); }, - $signature: 405 + $signature: 404 }; A.RestorableTimeOfDay.prototype = { createDefaultValue$0() { @@ -238716,7 +238803,7 @@ var t1 = this.themeData.colorScheme; return states.contains$1(0, B.MaterialState_4) ? t1.primary : t1.onSurface; }, - $signature: 94 + $signature: 92 }; A._HourMinuteControl_build_closure0.prototype = { call$1(states) { @@ -238733,7 +238820,7 @@ } return t1; }, - $signature: 94 + $signature: 92 }; A._HourControl.prototype = { build$1(context) { @@ -238766,7 +238853,7 @@ return t2.replacing$1$hour(periodOffset + B.JSInt_methods.$mod(t2.get$hourOfPeriod() + hoursToAdd, 12)); } }, - $signature: 1199 + $signature: 1200 }; A._HourControl_build_closure1.prototype = { call$0() { @@ -238977,7 +239064,7 @@ } return t1; }, - $signature: 94 + $signature: 92 }; A._DayPeriodControl_build_closure0.prototype = { call$1(states) { @@ -238991,7 +239078,7 @@ t1 = B.Color_0; return t1; }, - $signature: 94 + $signature: 92 }; A._DayPeriodControl_build_closure1.prototype = { call$0() { @@ -239150,7 +239237,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this._box_0.newPosition); }, - $signature: 77 + $signature: 76 }; A._TappableLabel.prototype = { get$value(receiver) { @@ -239210,7 +239297,7 @@ var t1 = this.labelRadius; return this.center.$add(0, new A.Offset(t1 * Math.cos(A.checkNum(theta)), -t1 * Math.sin(A.checkNum(theta)))); }, - $signature: 1200 + $signature: 1201 }; A._DialPainter_paint_paintLabels.prototype = { call$1(labels) { @@ -239233,7 +239320,7 @@ labelTheta += labelThetaIncrement; } }, - $signature: 1201 + $signature: 1202 }; A._Dial.prototype = { createState$0() { @@ -240392,28 +240479,28 @@ var t1 = this.builder.call$2(context, this.dialog); return t1; }, - $signature: 57 + $signature: 59 }; A.__HourMinuteTextFieldState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 124 + $signature: 125 }; A.__TimePickerDialogState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 124 + $signature: 125 }; A.__TimePickerInputState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 124 + $signature: 125 }; A.__DialState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -240807,7 +240894,7 @@ 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, new A._InputPadding1(minPaddingSize, B.Axis_0, button, _null), _null), _null); }, - $signature: 1228 + $signature: 1229 }; A.ToggleButtons_build__closure.prototype = { call$0() { @@ -241490,7 +241577,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this._box_0.center); }, - $signature: 77 + $signature: 76 }; A.__DefaultFillColor_MaterialStateProperty_Diagnosticable.prototype = {}; A.__ResolveFillColor_MaterialStateProperty_Diagnosticable.prototype = {}; @@ -242308,19 +242395,19 @@ t1._showTooltip$0(); return null; }, - $signature: 214 + $signature: 230 }; A.TooltipState__createNewEntry_closure0.prototype = { call$1(_) { return this.$this._handleMouseExit$0(); }, - $signature: 189 + $signature: 183 }; A.TooltipState__createNewEntry_closure1.prototype = { call$1(context) { return this.overlay; }, - $signature: 57 + $signature: 59 }; A.TooltipState_build_closure.prototype = { call$1(_) { @@ -242329,13 +242416,13 @@ t1._showTooltip$0(); return null; }, - $signature: 214 + $signature: 230 }; A.TooltipState_build_closure0.prototype = { call$1(_) { return this.$this._handleMouseExit$0(); }, - $signature: 189 + $signature: 183 }; A._TooltipPositionDelegate.prototype = { getConstraintsForChild$1(constraints) { @@ -242523,7 +242610,7 @@ call$2(bytes, total) { this.chunkEvents.add$1(0, new A.ImageChunkEvent(bytes, total)); }, - $signature: 507 + $signature: 432 }; A.AlignmentGeometry.prototype = { toString$0(_) { @@ -243127,19 +243214,19 @@ call$2(previousValue, border) { return previousValue.add$1(0, border.get$dimensions()); }, - $signature: 1236 + $signature: 1237 }; A._CompoundBorder_scale_closure.prototype = { call$1(border) { return border.scale$1(0, this.t); }, - $signature: 1237 + $signature: 1238 }; A._CompoundBorder_toString_closure.prototype = { call$1(border) { return J.toString$0$(border); }, - $signature: 1238 + $signature: 1239 }; A._BorderSide_Object_Diagnosticable.prototype = {}; A.BoxShape.prototype = { @@ -243827,21 +243914,21 @@ var t1 = this.$this; return t1.get$canvas(t1).clipPath$2$doAntiAlias(0, this.path, doAntiAlias); }, - $signature: 88 + $signature: 85 }; A.ClipContext_clipRRectAndPaint_closure.prototype = { call$1(doAntiAlias) { var t1 = this.$this; return t1.get$canvas(t1).clipRRect$2$doAntiAlias(this.rrect, doAntiAlias); }, - $signature: 88 + $signature: 85 }; A.ClipContext_clipRectAndPaint_closure.prototype = { call$1(doAntiAlias) { var t1 = this.$this; return t1.get$canvas(t1).clipRect$2$doAntiAlias(this.rect, doAntiAlias); }, - $signature: 88 + $signature: 85 }; A.ColorSwatch.prototype = { $index(_, index) { @@ -244239,7 +244326,7 @@ call$1(s) { return s <= this.t; }, - $signature: 1240 + $signature: 1241 }; A._interpolateColorsAndStops_closure.prototype = { call$1($stop) { @@ -244248,7 +244335,7 @@ t1.toString; return t1; }, - $signature: 1241 + $signature: 1242 }; A.Gradient.prototype = { _impliedStops$0() { @@ -244319,7 +244406,7 @@ t1.toString; return t1; }, - $signature: 375 + $signature: 359 }; A.ImageCache.prototype = { clear$0(_) { @@ -244489,7 +244576,7 @@ call$0() { return A._LiveImage$(this.completer, new A.ImageCache__trackLiveImage__closure(this.$this, this.key)); }, - $signature: 1242 + $signature: 1243 }; A.ImageCache__trackLiveImage__closure.prototype = { call$0() { @@ -244538,7 +244625,7 @@ } t1.listenedOnce = true; }, - $signature: 1253 + $signature: 1244 }; A._CachedImageBase.prototype = { dispose$0() { @@ -244813,7 +244900,7 @@ call$2(exception, stack) { return this.$call$body$ImageProvider__createErrorHandlerAndKey_handleError(exception, stack); }, - $signature: 1270 + $signature: 1255 }; A.ImageProvider__createErrorHandlerAndKey_closure.prototype = { call$1(key) { @@ -244837,13 +244924,13 @@ t1.toString; return t1; }, - $signature: 767 + $signature: 768 }; A.ImageProvider_resolveStreamForKey_closure0.prototype = { call$0() { return this.$this.loadBuffer$2(this.key, $.PaintingBinding__instance.get$instantiateImageCodecFromBuffer()); }, - $signature: 767 + $signature: 768 }; A.AssetBundleImageKey.prototype = { $eq(_, other) { @@ -245157,13 +245244,13 @@ else t1.result = new A.SynchronousFuture(key, type$.SynchronousFuture_AssetBundleImageKey); }, - $signature: 1273 + $signature: 1274 }; A.AssetImage_obtainKey_closure0.prototype = { call$2(error, stack) { this._box_0.completer.completeError$2(error, stack); }, - $signature: 174 + $signature: 173 }; A.ImageInfo.prototype = { clone$0(_) { @@ -245382,13 +245469,13 @@ call$1(listener) { return listener.onError; }, - $signature: 1281 + $signature: 1282 }; A.ImageStreamCompleter_reportImageChunkEvent_closure.prototype = { call$1(listener) { return listener.onChunk; }, - $signature: 1282 + $signature: 1283 }; A.MultiFrameImageStreamCompleter.prototype = { MultiFrameImageStreamCompleter$5$chunkEvents$codec$debugLabel$informationCollector$scale(chunkEvents, codec, debugLabel, informationCollector, scale) { @@ -245559,13 +245646,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: 174 + $signature: 173 }; 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: 174 + $signature: 173 }; A.MultiFrameImageStreamCompleter__handleAppFrame_closure.prototype = { call$0() { @@ -245640,7 +245727,7 @@ this._box_0.result = result; return result == null; }, - $signature: 260 + $signature: 248 }; A.InlineSpan_codeUnitAt_closure.prototype = { call$1(span) { @@ -245648,7 +245735,7 @@ this._box_0.result = result; return result == null; }, - $signature: 260 + $signature: 248 }; A.NotchedShape.prototype = {}; A.CircularNotchedRectangle.prototype = { @@ -246184,19 +246271,19 @@ call$1(shadow) { return shadow.toPaint$0(); }, - $signature: 1284 + $signature: 1285 }; A._ShapeDecorationPainter__precache_closure0.prototype = { call$1(shadow) { return this.rect.shift$1(shadow.offset).inflate$1(shadow.spreadRadius); }, - $signature: 1285 + $signature: 1286 }; 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: 1286 + $signature: 1287 }; A.StadiumBorder.prototype = { scale$1(_, t) { @@ -247508,7 +247595,7 @@ call$1(str) { return "packages/" + A.S(this.$this._package) + "/" + A.S(str); }, - $signature: 128 + $signature: 129 }; A._TextStyle_Object_Diagnosticable.prototype = {}; A.FrictionSimulation.prototype = { @@ -248200,7 +248287,7 @@ return dim + "=" + J.toStringAsFixed$1$n(min, 1); return J.toStringAsFixed$1$n(min, 1) + "<=" + dim + "<=" + J.toStringAsFixed$1$n(max, 1); }, - $signature: 1293 + $signature: 1292 }; A.BoxHitTestResult.prototype = { addWithPaintTransform$3$hitTest$position$transform(hitTest, position, transform) { @@ -248480,19 +248567,19 @@ call$0() { return this.computer.call$1(this.argument); }, - $signature: 335 + $signature: 368 }; A.RenderBox_getDryLayout_closure.prototype = { call$0() { return this.$this.computeDryLayout$1(this.constraints); }, - $signature: 1297 + $signature: 1295 }; A.RenderBox_getDistanceToActualBaseline_closure.prototype = { call$0() { return this.$this.computeDistanceToActualBaseline$1(this.baseline); }, - $signature: 1298 + $signature: 1299 }; A.RenderBoxContainerDefaultsMixin.prototype = { defaultComputeDistanceToFirstActualBaseline$1(baseline) { @@ -248568,7 +248655,7 @@ call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 77 + $signature: 76 }; A._ContainerBoxParentData_BoxParentData_ContainerParentDataMixin.prototype = { detach$0(_) { @@ -250483,19 +250570,19 @@ } return true; }, - $signature: 260 + $signature: 248 }; A.RenderEditable_getBoxesForSelection_closure.prototype = { call$1(textBox) { return new A.Rect(textBox.left, textBox.top, textBox.right, textBox.bottom).shift$1(this.$this.get$_paintOffset()); }, - $signature: 1301 + $signature: 1302 }; A.RenderEditable_describeSemanticsConfiguration_closure.prototype = { call$1(info) { return info.recognizer != null; }, - $signature: 763 + $signature: 764 }; A.RenderEditable__createShowOnScreenFor_closure.prototype = { call$0() { @@ -250511,13 +250598,13 @@ 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: 1304 + $signature: 1305 }; A.RenderEditable_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 77 + $signature: 76 }; A.RenderEditable__paintContents_closure.prototype = { call$2(context, offset) { @@ -251431,25 +251518,25 @@ call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, extent, child.get$computeMinIntrinsicWidth()); }, - $signature: 257 + $signature: 234 }; A.RenderFlex_computeMaxIntrinsicWidth_closure.prototype = { call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, extent, child.get$computeMaxIntrinsicWidth()); }, - $signature: 257 + $signature: 234 }; A.RenderFlex_computeMinIntrinsicHeight_closure.prototype = { call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, extent, child.get$computeMinIntrinsicHeight()); }, - $signature: 257 + $signature: 234 }; A.RenderFlex_computeMaxIntrinsicHeight_closure.prototype = { call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, extent, child.get$computeMaxIntrinsicHeight()); }, - $signature: 257 + $signature: 234 }; A._LayoutSizes.prototype = {}; A._RenderFlex_RenderBox_ContainerRenderObjectMixin.prototype = { @@ -252511,49 +252598,49 @@ call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 106 + $signature: 105 }; A.RenderListBody_computeMinIntrinsicWidth_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 106 + $signature: 105 }; A.RenderListBody_computeMaxIntrinsicWidth_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 106 + $signature: 105 }; A.RenderListBody_computeMaxIntrinsicWidth_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 106 + $signature: 105 }; A.RenderListBody_computeMinIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 106 + $signature: 105 }; A.RenderListBody_computeMinIntrinsicHeight_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 106 + $signature: 105 }; A.RenderListBody_computeMaxIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 106 + $signature: 105 }; A.RenderListBody_computeMaxIntrinsicHeight_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 106 + $signature: 105 }; A._RenderListBody_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -252655,7 +252742,7 @@ call$1(annotation) { return annotation.get$cursor(annotation); }, - $signature: 1307 + $signature: 1308 }; A.MouseTracker_updateWithEvent_closure.prototype = { call$0() { @@ -252721,7 +252808,7 @@ call$1(annotation) { return !this.lastAnnotations.containsKey$1(0, annotation); }, - $signature: 1310 + $signature: 1311 }; A.__MouseTrackerUpdateDetails_Object_Diagnosticable.prototype = {}; A.ParentData.prototype = { @@ -253136,25 +253223,25 @@ call$2(a, b) { return a._depth - b._depth; }, - $signature: 415 + $signature: 420 }; A.PipelineOwner_flushCompositingBits_closure.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 415 + $signature: 420 }; A.PipelineOwner_flushPaint_closure.prototype = { call$2(a, b) { return b._depth - a._depth; }, - $signature: 415 + $signature: 420 }; A.PipelineOwner_flushSemantics_closure.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 415 + $signature: 420 }; A.RenderObject.prototype = { RenderObject$0() { @@ -253743,7 +253830,7 @@ call$1(child) { child.reassemble$0(); }, - $signature: 84 + $signature: 80 }; A.RenderObject__reportException_closure.prototype = { call$0() { @@ -253753,7 +253840,7 @@ t1.push(A.DiagnosticableTreeNode$("RenderObject", B.DiagnosticsTreeStyle_11, t2)); return t1; }, - $signature: 137 + $signature: 135 }; A.RenderObject_invokeLayoutCallback_closure.prototype = { call$0() { @@ -253770,13 +253857,13 @@ if (t1) this.$this.__RenderObject__needsCompositing_A = true; }, - $signature: 84 + $signature: 80 }; A.RenderObject_clearSemantics_closure.prototype = { call$1(child) { child.clearSemantics$0(); }, - $signature: 84 + $signature: 80 }; A.RenderObject__getSemanticsForParent_closure.prototype = { call$1(renderChild) { @@ -253813,14 +253900,14 @@ } } }, - $signature: 84 + $signature: 80 }; A.RenderObject_toStringDeep_closure.prototype = { call$0() { var _this = this; return _this.$this.super$DiagnosticableTreeMixin$toStringDeep(_this.minLevel, _this.prefixLineOne, _this.prefixOtherLines); }, - $signature: 76 + $signature: 77 }; A.RenderObjectWithChildMixin.prototype = { set$child(value) { @@ -255119,7 +255206,7 @@ call$1(element) { return element._cachedRect = null; }, - $signature: 1314 + $signature: 1315 }; A.RenderParagraph__extractPlaceholderSpans_closure.prototype = { call$1(span) { @@ -255131,7 +255218,7 @@ } return true; }, - $signature: 260 + $signature: 248 }; A.RenderParagraph_selectionColor_closure.prototype = { call$1(fragment) { @@ -255139,13 +255226,13 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.status !== B.SelectionStatus_2; }, - $signature: 1315 + $signature: 1316 }; A.RenderParagraph_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 77 + $signature: 76 }; A.RenderParagraph_systemFontsDidChange_closure.prototype = { call$1(timeStamp) { @@ -255170,7 +255257,7 @@ call$1(info) { return info.recognizer != null; }, - $signature: 763 + $signature: 764 }; A.RenderParagraph__createShowOnScreenFor_closure.prototype = { call$0() { @@ -255746,7 +255833,7 @@ gestureRecognizer.get$onLongPress(); return gestureRecognizer; }, - $signature: 1316 + $signature: 1317 }; A.PlatformViewRenderBox.prototype = { set$controller(_, controller) { @@ -257039,7 +257126,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 77 + $signature: 76 }; A.RenderFittedBox.prototype = { _proxy_box$_resolve$0() { @@ -257279,7 +257366,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 77 + $signature: 76 }; A.RenderFractionalTranslation.prototype = { set$translation(value) { @@ -257325,7 +257412,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 77 + $signature: 76 }; A.RenderPointerListener.prototype = { computeSizeForNoChild$1(constraints) { @@ -258087,7 +258174,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 77 + $signature: 76 }; A.RenderAnnotatedRegion.prototype = { get$value(_) { @@ -258325,7 +258412,7 @@ call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 77 + $signature: 76 }; A.RenderPadding.prototype = { _shifted_box$_resolve$0() { @@ -259033,7 +259120,7 @@ call$1(result) { return this.child.hitTest$2$position(result, this._box_0.transformedPosition); }, - $signature: 762 + $signature: 763 }; A._SliverGeometry_Object_Diagnosticable.prototype = {}; A._SliverLogicalContainerParentData_SliverLogicalParentData_ContainerParentDataMixin.prototype = { @@ -260028,7 +260115,7 @@ } else t1._childManager.createChild$2$after(t3, t4); }, - $signature: 446 + $signature: 428 }; A.RenderSliverMultiBoxAdaptor_collectGarbage_closure.prototype = { call$1(constraints) { @@ -260050,7 +260137,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: 446 + $signature: 428 }; A.RenderSliverMultiBoxAdaptor_collectGarbage__closure.prototype = { call$1(child) { @@ -260058,7 +260145,7 @@ t1.toString; return !type$.SliverMultiBoxAdaptorParentData._as(t1).KeepAliveParentDataMixin_keepAlive; }, - $signature: 814 + $signature: 929 }; A._RenderSliverMultiBoxAdaptor_RenderSliver_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -260412,7 +260499,7 @@ call$1(constraints) { this.$this.updateChild$2(this.shrinkOffset, this.overlapsContent); }, - $signature: 446 + $signature: 428 }; A.RenderSliverPinnedPersistentHeader.prototype = { performLayout$0() { @@ -260752,25 +260839,25 @@ call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 106 + $signature: 105 }; A.RenderStack_computeMaxIntrinsicWidth_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 106 + $signature: 105 }; A.RenderStack_computeMinIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 106 + $signature: 105 }; A.RenderStack_computeMaxIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 106 + $signature: 105 }; A.RenderIndexedStack.prototype = { visitChildrenForSemantics$1(visitor) { @@ -260837,7 +260924,7 @@ call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 77 + $signature: 76 }; A._RenderStack_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -261528,13 +261615,13 @@ call$2(a, b) { return a + b; }, - $signature: 232 + $signature: 237 }; A.RenderTable_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 77 + $signature: 76 }; A.AlignmentGeometryTween.prototype = { lerp$1(t) { @@ -262165,7 +262252,7 @@ var t1 = sliver._geometry; return t1.visible || t1.cacheExtent > 0; }, - $signature: 1347 + $signature: 1348 }; A.RenderViewportBase_hitTestChildren_closure.prototype = { call$1(result) { @@ -262175,7 +262262,7 @@ t3 = _this.$this.computeChildMainAxisPosition$2(t1, t2.mainAxisPosition); return t1.hitTest$3$crossAxisPosition$mainAxisPosition(_this.sliverResult, t2.crossAxisPosition, t3); }, - $signature: 762 + $signature: 763 }; A.RenderViewport.prototype = { setupParentData$1(child) { @@ -263568,7 +263655,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 95 + $signature: 96 }; A.SchedulerBinding__handleDrawFrame_closure.prototype = { call$1(timeStamp) { @@ -263589,7 +263676,7 @@ t1._invokeFrameCallback$3(t2, t3, callbackEntry.debugStack); } }, - $signature: 1370 + $signature: 1371 }; A.Priority.prototype = { get$value(_) { @@ -263766,7 +263853,7 @@ call$1(value) { this.callback.call$0(); }, - $signature: 101 + $signature: 103 }; A.TickerCanceled.prototype = { toString$0(_) { @@ -264353,13 +264440,13 @@ t1.thickness = Math.max(t1.thickness, node._semantics$_thickness + node._semantics$_elevation); return true; }, - $signature: 449 + $signature: 584 }; A.SemanticsNode__childrenInTraversalOrder_closure.prototype = { call$1(sortNode) { return sortNode.node; }, - $signature: 1374 + $signature: 1373 }; A.SemanticsNode_debugDescribeChildren_closure.prototype = { call$1(node) { @@ -264460,7 +264547,7 @@ call$1(group) { return group.sortedWithinKnot$0(); }, - $signature: 761 + $signature: 762 }; A._SemanticsSortGroup_sortedWithinKnot_closure.prototype = { call$2(a, b) { @@ -264474,7 +264561,7 @@ return -verticalDiff; return -J.compareTo$1$ns(aTopLeft._dx, bTopLeft._dx); }, - $signature: 460 + $signature: 463 }; A._SemanticsSortGroup_sortedWithinKnot_search.prototype = { call$1(id) { @@ -264491,13 +264578,13 @@ } _this.sortedIds.push(id); }, - $signature: 99 + $signature: 98 }; A._SemanticsSortGroup_sortedWithinKnot_closure0.prototype = { call$1(node) { return node._semantics$_id; }, - $signature: 1379 + $signature: 1380 }; A._SemanticsSortGroup_sortedWithinKnot_closure1.prototype = { call$1(id) { @@ -264505,13 +264592,13 @@ t1.toString; return t1; }, - $signature: 1406 + $signature: 1381 }; A._childrenInDefaultOrder_closure.prototype = { call$1(group) { return group.sortedWithinVerticalGroup$0(); }, - $signature: 761 + $signature: 762 }; A._TraversalSortNode.prototype = { compareTo$1(_, other) { @@ -264615,19 +264702,19 @@ call$1(node) { return !this.$this._detachedNodes.contains$1(0, node); }, - $signature: 449 + $signature: 584 }; A.SemanticsOwner_sendSemanticsUpdate_closure0.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 460 + $signature: 463 }; A.SemanticsOwner_sendSemanticsUpdate_closure1.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 460 + $signature: 463 }; A.SemanticsOwner__getSemanticsActionHandlerForId_closure.prototype = { call$1(node) { @@ -264637,7 +264724,7 @@ } return true; }, - $signature: 449 + $signature: 584 }; A.SemanticsConfiguration.prototype = { _addAction$2(action, handler) { @@ -265178,7 +265265,7 @@ 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: 1407 + $signature: 1408 }; A.AutofillConfiguration.prototype = { toJson$0() { @@ -265209,7 +265296,7 @@ call$1(configuration) { return configuration.toJson$0(); }, - $signature: 1408 + $signature: 1409 }; A.AutofillScopeMixin.prototype = { attach$2(trigger, configuration) { @@ -265223,7 +265310,7 @@ call$1(client) { return client.get$textInputConfiguration(); }, - $signature: 1409 + $signature: 1410 }; A.BinaryMessenger.prototype = {}; A.ServicesBinding.prototype = { @@ -265358,7 +265445,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 95 + $signature: 96 }; A._DefaultBinaryMessenger.prototype = { send$2(_, channel, message) { @@ -265389,7 +265476,7 @@ A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "services library", t1, null, null, false)); } }, - $signature: 156 + $signature: 144 }; A._DefaultBinaryMessenger_setMessageHandler_closure.prototype = { call$2(data, callback) { @@ -265452,7 +265539,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 1413 + $signature: 1414 }; A.ClipboardData.prototype = {}; A.DomWindow0.prototype = {}; @@ -266080,7 +266167,7 @@ t1.writeValue$2(0, t2, key); t1.writeValue$2(0, t2, value); }, - $signature: 281 + $signature: 285 }; A.StandardMethodCodec0.prototype = { encodeMethodCall$1(methodCall) { @@ -266317,7 +266404,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 760 + $signature: 761 }; A.MethodChannel.prototype = { get$binaryMessenger() { @@ -266530,7 +266617,7 @@ call$1(message) { return this.$this._handleAsMethodCall$2(message, this.handler); }, - $signature: 760 + $signature: 761 }; A.OptionalMethodChannel.prototype = { invokeMethod$1$2(method, $arguments, $T) { @@ -266647,7 +266734,7 @@ t1 = A._asIntQ(t2.$index(t1, "keyCode")); return new A.RawKeyEventDataWeb(t4, t3, t5, t6, t1 == null ? 0 : t1); }, - $signature: 1418 + $signature: 1419 }; A.RawKeyDownEvent.prototype = {}; A.RawKeyUpEvent.prototype = {}; @@ -267143,26 +267230,26 @@ var t1 = type$.nullable_Object; return A.LinkedHashMap_LinkedHashMap$_empty(t1, t1); }, - $signature: 758 + $signature: 759 }; A.RestorationBucket__rawValues_closure.prototype = { call$0() { var t1 = type$.nullable_Object; return A.LinkedHashMap_LinkedHashMap$_empty(t1, t1); }, - $signature: 758 + $signature: 759 }; A.RestorationBucket__addChildData_closure.prototype = { call$0() { return A._setArrayType([], type$.JSArray_RestorationBucket); }, - $signature: 1444 + $signature: 1445 }; A.RestorationBucket__visitChildren_closure.prototype = { call$1(buckets) { return buckets; }, - $signature: 1445 + $signature: 1446 }; A.SuggestionSpan.prototype = { $eq(_, other) { @@ -267722,7 +267809,7 @@ replacedLength = originalIndex <= t1 && originalIndex < _this.regionEnd ? 0 : _this.replacementString.length; return replacedLength - (B.JSInt_methods.clamp$2(originalIndex, t1, _this.regionEnd) - t1); }, - $signature: 134 + $signature: 138 }; A.LengthLimitingTextInputFormatter.prototype = { formatEditUpdate$2(oldValue, newValue) { @@ -267910,7 +267997,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: 134 + $signature: 138 }; A.SelectionChangedCause.prototype = { _enumToString$0() { @@ -268381,14 +268468,14 @@ 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: 137 + $signature: 135 }; A.TextInput__handleTextInputInvocation_closure.prototype = { call$1(value) { value.toString; return value; }, - $signature: 1449 + $signature: 1447 }; A.TextInput__handleTextInputInvocation_closure0.prototype = { call$1(elementIdentifier) { @@ -268444,7 +268531,7 @@ B.JSArray_methods.addAll$1(t1, [t2, t3, bounds.right - t2, bounds.bottom - t3]); return t1; }, - $signature: 1450 + $signature: 1451 }; A.TextInput__scheduleHide_closure.prototype = { call$0() { @@ -268480,7 +268567,7 @@ this.parent.set$finalLocalValue(ancestor); return false; }, - $signature: 301 + $signature: 331 }; A.Intent.prototype = {}; A.Action.prototype = { @@ -268544,7 +268631,7 @@ type$._ActionsMarker._as(t1); return false; }, - $signature: 302 + $signature: 329 }; A.Actions_maybeFind_closure.prototype = { call$1(element) { @@ -268561,7 +268648,7 @@ } return false; }, - $signature: 302 + $signature: 329 }; A.Actions__maybeFindWithoutDependingOn_closure.prototype = { call$1(element) { @@ -268575,7 +268662,7 @@ } return false; }, - $signature: 302 + $signature: 329 }; A.Actions_invoke_closure.prototype = { call$1(element) { @@ -268589,7 +268676,7 @@ _this._box_0.returnValue = A.Actions__findDispatcher(element).invokeAction$3(result, t2, _this.context); return t1; }, - $signature: 302 + $signature: 329 }; A.Actions_maybeInvoke_closure.prototype = { call$1(element) { @@ -268603,7 +268690,7 @@ _this._box_0.returnValue = A.Actions__findDispatcher(element).invokeAction$3(result, t2, _this.context); return t1; }, - $signature: 302 + $signature: 329 }; A._ActionsState.prototype = { initState$0() { @@ -268837,7 +268924,7 @@ var t1 = this.$this; return t1._actions$_hovering && target.enabled && t1._canShowHighlight; }, - $signature: 481 + $signature: 461 }; A._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus.prototype = { call$1(target) { @@ -268855,14 +268942,14 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 481 + $signature: 461 }; A._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight.prototype = { call$1(target) { var t1 = this.$this; return t1._focused && t1._canShowHighlight && this.canRequestFocus.call$1(target); }, - $signature: 481 + $signature: 461 }; A._FocusableActionDetectorState_didUpdateWidget_closure.prototype = { call$1(duration) { @@ -269249,7 +269336,7 @@ }; A.AnimatedSwitcher.prototype = { createState$0() { - return new A._AnimatedSwitcherState(A.LinkedHashSet_LinkedHashSet$_empty(type$._ChildEntry), B.List_empty13, null, null, B._StateLifecycle_0); + return new A._AnimatedSwitcherState(A.LinkedHashSet_LinkedHashSet$_empty(type$._ChildEntry), B.List_empty15, null, null, B._StateLifecycle_0); }, transitionBuilder$2(arg0, arg1) { return this.transitionBuilder.call$2(arg0, arg1); @@ -269409,7 +269496,7 @@ call$1(entry) { return entry.transition; }, - $signature: 1475 + $signature: 1476 }; A._AnimatedSwitcherState_build_closure.prototype = { call$1(outgoing) { @@ -269417,7 +269504,7 @@ t2 = this.$this._currentEntry; return !J.$eq$(t1, t2 == null ? null : t2.transition.key); }, - $signature: 1478 + $signature: 1477 }; A.__AnimatedSwitcherState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -269664,7 +269751,7 @@ t1.toString; return t1; }, - $signature: 57 + $signature: 59 }; A._WidgetsAppState_didChangeLocales_closure.prototype = { call$0() { @@ -269676,7 +269763,7 @@ call$1(context) { return this.$this._widget.builder.call$2(context, this._box_0.routing); }, - $signature: 57 + $signature: 59 }; A.__WidgetsAppState_State_WidgetsBindingObserver.prototype = {}; A.StreamBuilderBase.prototype = { @@ -269761,7 +269848,7 @@ var t1 = this.$this; t1.setState$1(new A._StreamBuilderBaseState__subscribe__closure(t1, error, stackTrace)); }, - $signature: 174 + $signature: 173 }; A._StreamBuilderBaseState__subscribe__closure.prototype = { call$0() { @@ -269893,7 +269980,7 @@ if (t1._activeCallbackIdentity === this.callbackIdentity) t1.setState$1(new A._FutureBuilderState__subscribe__closure(t1, error, stackTrace)); }, - $signature: 174 + $signature: 173 }; A._FutureBuilderState__subscribe__closure.prototype = { call$0() { @@ -270206,7 +270293,7 @@ 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); }, - $signature: 1518 + $signature: 1519 }; A._RawAutocompleteState__updateOverlay__closure.prototype = { call$1(context) { @@ -270215,7 +270302,7 @@ t3 = t1._autocomplete$_options; return t2.optionsViewBuilder.call$3(context, t1.get$_select(), t3); }, - $signature: 57 + $signature: 59 }; A._AutocompleteCallbackAction.prototype = { isEnabled$1(_, intent) { @@ -270278,13 +270365,13 @@ call$1(client) { return client.get$textInputConfiguration().autofillConfiguration.enabled; }, - $signature: 1523 + $signature: 1520 }; A.AutofillGroupState_register_closure.prototype = { call$0() { return this.client; }, - $signature: 1524 + $signature: 1525 }; A._AutofillScope.prototype = { updateShouldNotify$1(old) { @@ -270383,7 +270470,7 @@ call$1(child) { this._box_0.childElement = child; }, - $signature: 103 + $signature: 101 }; A._AutomaticKeepAliveState__createCallback_closure.prototype = { call$0() { @@ -270469,13 +270556,13 @@ if (t1 != null && t1.contains$1(0, this.$this)) element.didChangeDependencies$0(); }, - $signature: 103 + $signature: 101 }; A._UbiquitousInheritedElement__recurseChildren_closure.prototype = { call$1(child) { A._UbiquitousInheritedElement__recurseChildren(child, this.visitor); }, - $signature: 103 + $signature: 101 }; A._UbiquitousInheritedWidget.prototype = { createElement$0(_) { @@ -270591,7 +270678,7 @@ call$1(context) { return A.ClipPath$(this.child, this.clipBehavior, new A.ShapeBorderClipper(this.shape, A.Directionality_maybeOf(context), null)); }, - $signature: 1556 + $signature: 1557 }; A.PhysicalModel.prototype = { createRenderObject$1(context) { @@ -271157,7 +271244,7 @@ } return true; }, - $signature: 260 + $signature: 248 }; A.RawImage.prototype = { createRenderObject$1(context) { @@ -271441,7 +271528,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 380 + $signature: 355 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0.prototype = { call$1(parameters) { @@ -271469,7 +271556,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 380 + $signature: 355 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1.prototype = { call$1(parameters) { @@ -271497,7 +271584,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 380 + $signature: 355 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure2.prototype = { call$0() { @@ -271522,7 +271609,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 177 + $signature: 184 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure3.prototype = { call$1(value) { @@ -271546,7 +271633,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 373 + $signature: 395 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure4.prototype = { call$0() { @@ -271571,7 +271658,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 177 + $signature: 184 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure5.prototype = { call$1(value) { @@ -271595,7 +271682,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 373 + $signature: 395 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_dispatchEvent_closure.prototype = { call$0() { @@ -271614,13 +271701,13 @@ } return t1; }, - $signature: 1562 + $signature: 1563 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initInstances_closure.prototype = { call$1(timings) { J.forEach$1$ax(timings, this.$this.get$_profileFramePostEvent()); }, - $signature: 448 + $signature: 472 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure.prototype = { call$0() { @@ -271645,7 +271732,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 1563 + $signature: 1564 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure0.prototype = { call$1(value) { @@ -271668,13 +271755,13 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 1587 + $signature: 1565 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure.prototype = { call$1(message) { return this.$this.handleSystemMessage$1(message); }, - $signature: 1588 + $signature: 1589 }; A.WidgetsBindingObserver.prototype = { didPopRoute$0() { @@ -271900,7 +271987,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 380 + $signature: 355 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0.prototype = { call$1(_) { @@ -271928,7 +272015,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 273 + $signature: 269 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1.prototype = { call$1(_) { @@ -271956,7 +272043,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 273 + $signature: 269 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2.prototype = { call$1(params) { @@ -272015,7 +272102,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 1589 + $signature: 1590 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3.prototype = { call$0() { @@ -272040,7 +272127,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 177 + $signature: 184 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4.prototype = { call$1(value) { @@ -272063,7 +272150,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 373 + $signature: 395 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure5.prototype = { call$0() { @@ -272088,7 +272175,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 177 + $signature: 184 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure6.prototype = { call$1(value) { @@ -272111,7 +272198,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 373 + $signature: 395 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure.prototype = { call$1(timings) { @@ -272131,7 +272218,7 @@ t2.firstFrameCallback = null; this.$this.WidgetsBinding__firstFrameCompleter.complete$0(0); }, - $signature: 448 + $signature: 472 }; A.WidgetsBinding_scheduleAttachRootWidget_closure.prototype = { call$0() { @@ -272675,7 +272762,7 @@ call$1(context) { return new A._CaptureAll(this.capturedThemes._themes, this.contextMenuBuilder.call$1(context), null); }, - $signature: 57 + $signature: 59 }; A.DefaultSelectionStyle.prototype = { wrap$2(_, context, child) { @@ -272744,13 +272831,13 @@ t1 = true; return t1; }, - $signature: 755 + $signature: 756 }; A.DisplayFeatureSubScreen_avoidBounds_closure0.prototype = { call$1(d) { return d.get$bounds(d); }, - $signature: 1593 + $signature: 1592 }; A.DisposableBuildContext.prototype = { get$context(_) { @@ -272913,7 +273000,7 @@ sheet = A.FractionallySizedBox$(B.Alignment_0_1, this.child, this.currentSize, null); return sheet; }, - $signature: 264 + $signature: 275 }; A._DraggableScrollableSheetScrollController.prototype = { createScrollPosition$3(physics, context, oldPosition) { @@ -272938,7 +273025,7 @@ call$0() { return this.$this.extent; }, - $signature: 1596 + $signature: 1597 }; A._DraggableScrollableSheetScrollPosition.prototype = { absorb$1(other) { @@ -275671,7 +275758,7 @@ var t1 = this.$this; return t1._widget.contextMenuBuilder.call$2(context, t1); }, - $signature: 57 + $signature: 59 }; A.EditableTextState__scheduleShowCaretOnScreen_closure.prototype = { call$1(_) { @@ -275739,13 +275826,13 @@ call$2(newValue, formatter) { return formatter.formatEditUpdate$2(this.$this._widget.controller._change_notifier$_value, newValue); }, - $signature: 1678 + $signature: 1667 }; A.EditableTextState__startCursorBlink_closure.prototype = { call$1(timer) { this.$this._onCursorTick$0(); }, - $signature: 498 + $signature: 477 }; A.EditableTextState__onCursorTick_closure.prototype = { call$0() { @@ -275763,7 +275850,7 @@ call$1(timer) { this.$this._onCursorTick$0(); }, - $signature: 498 + $signature: 477 }; A.EditableTextState__didChangeTextEditingValue_closure.prototype = { call$0() { @@ -275846,7 +275933,7 @@ intent.toString; return this.$this.pasteText$1(B.SelectionChangedCause_4); }, - $signature: 1695 + $signature: 1680 }; A.EditableTextState_build_closure0.prototype = { call$1(value) { @@ -275913,7 +276000,7 @@ t38 = A._Editable__extractChildren(t7); 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, 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, t1.get$_handleCaretChanged(), 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: 1698 + $signature: 1699 }; A.EditableTextState_build__closure.prototype = { call$0() { @@ -276016,7 +276103,7 @@ this.result.push(span.child); return true; }, - $signature: 260 + $signature: 248 }; A._ScribbleCacheKey.prototype = { compare$1(other) { @@ -276109,7 +276196,7 @@ call$1(entry) { return entry.target.$eq(0, this.$this.get$renderEditable()); }, - $signature: 1705 + $signature: 1700 }; A._ScribblePlaceholder.prototype = { build$3$dimensions$textScaleFactor(builder, dimensions, textScaleFactor) { @@ -276276,7 +276363,7 @@ t2 = t1 ? selection.end : selection.start; return selection.copyWith$2$baseOffset$extentOffset(t2, t1 ? selection.end : selection.start); }, - $signature: 1706 + $signature: 1707 }; A._ExtendSelectionOrCaretPositionAction.prototype = { invoke$2(intent, context) { @@ -277037,7 +277124,7 @@ call$1(node) { return !node.get$skipTraversal() && node.get$canRequestFocus(); }, - $signature: 145 + $signature: 151 }; A.FocusNode_debugDescribeChildren_closure.prototype = { call$1(child) { @@ -277578,7 +277665,7 @@ } return true; }, - $signature: 301 + $signature: 331 }; A._FocusTraversalGroupInfo.prototype = {}; A.TraversalDirection.prototype = { @@ -277751,13 +277838,13 @@ t3.push(node); } }, - $signature: 1746 + $signature: 1741 }; A.FocusTraversalPolicy__sortAllDescendants_closure.prototype = { call$1(node) { return !node.get$canRequestFocus() || node.get$skipTraversal(); }, - $signature: 145 + $signature: 151 }; A._DirectionalPolicyDataEntry.prototype = {}; A._DirectionalPolicyData.prototype = {}; @@ -277999,7 +278086,7 @@ call$1(entry) { return entry.node === this.node; }, - $signature: 1747 + $signature: 1748 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure.prototype = { call$2(a, b) { @@ -278013,47 +278100,47 @@ else return J.compareTo$1$ns(b.get$rect(b).right, a.get$rect(a).right); }, - $signature: 316 + $signature: 325 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure.prototype = { call$2(a, b) { return J.compareTo$1$ns(a.get$rect(a).get$center()._dx, b.get$rect(b).get$center()._dx); }, - $signature: 316 + $signature: 325 }; 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.left; }, - $signature: 145 + $signature: 151 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1.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: 145 + $signature: 151 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure.prototype = { call$2(a, b) { return J.compareTo$1$ns(a.get$rect(a).get$center()._dy, b.get$rect(b).get$center()._dy); }, - $signature: 316 + $signature: 325 }; 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.top; }, - $signature: 145 + $signature: 151 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1.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: 145 + $signature: 151 }; A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate.prototype = { call$1(direction) { @@ -278086,7 +278173,7 @@ A._focusAndEnsureVisible(lastNode, alignmentPolicy); return true; }, - $signature: 1772 + $signature: 1773 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure.prototype = { call$1(node) { @@ -278094,21 +278181,21 @@ t1.toString; return A.Scrollable_maybeOf(t1) === this.focusedScrollable; }, - $signature: 145 + $signature: 151 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0.prototype = { call$1(node) { var t1 = node.get$rect(node).intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 145 + $signature: 151 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure1.prototype = { call$2(a, b) { var t1 = this.focusedChild; return B.JSNumber_methods.compareTo$1(Math.abs(a.get$rect(a).get$center()._dx - t1.get$rect(t1).get$center()._dx), Math.abs(b.get$rect(b).get$center()._dx - t1.get$rect(t1).get$center()._dx)); }, - $signature: 316 + $signature: 325 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2.prototype = { call$1(node) { @@ -278116,21 +278203,21 @@ t1.toString; return A.Scrollable_maybeOf(t1) === this.focusedScrollable; }, - $signature: 145 + $signature: 151 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure3.prototype = { call$1(node) { var t1 = node.get$rect(node).intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 145 + $signature: 151 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure4.prototype = { call$2(a, b) { var t1 = this.focusedChild; return B.JSNumber_methods.compareTo$1(Math.abs(a.get$rect(a).get$center()._dy - t1.get$rect(t1).get$center()._dy), Math.abs(b.get$rect(b).get$center()._dy - t1.get$rect(t1).get$center()._dy)); }, - $signature: 316 + $signature: 325 }; A._ReadingOrderSortData.prototype = { get$directionalAncestors() { @@ -278150,7 +278237,7 @@ t1.toString; return A.LinkedHashSet_LinkedHashSet$from(t1, A._arrayInstanceType(t1)._precomputed1); }, - $signature: 1773 + $signature: 1774 }; A._ReadingOrderSortData_sortWithDirectionality_closure.prototype = { call$2(a, b) { @@ -278163,7 +278250,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 754 + $signature: 755 }; A._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors.prototype = { call$1(context) { @@ -278186,7 +278273,7 @@ } return result; }, - $signature: 1785 + $signature: 1776 }; A._ReadingOrderDirectionalGroupData.prototype = { get$rect(_) { @@ -278210,7 +278297,7 @@ call$1(data) { return data.rect; }, - $signature: 1802 + $signature: 1787 }; A._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure.prototype = { call$2(a, b) { @@ -278306,7 +278393,7 @@ call$2(a, b) { return J.compareTo$1$ns(a.rect.top, b.rect.top); }, - $signature: 754 + $signature: 755 }; A.ReadingOrderTraversalPolicy__pickNext_inBand.prototype = { call$2(current, candidates) { @@ -278314,14 +278401,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: 1805 + $signature: 1806 }; A.ReadingOrderTraversalPolicy__pickNext_inBand_closure.prototype = { call$1(item) { var t1 = item.rect.intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 1812 + $signature: 1807 }; A.FocusTraversalGroup.prototype = { createState$0() { @@ -278461,7 +278548,7 @@ call$1(field) { return field._hasInteractedByUser._restoration_properties$_value; }, - $signature: 1813 + $signature: 1814 }; A.FormState__forceRebuild_closure.prototype = { call$0() { @@ -278568,7 +278655,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 124 + $signature: 125 }; A._FormFieldState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -278794,7 +278881,7 @@ call$1(child) { this.$this._unmount$1(child); }, - $signature: 103 + $signature: 101 }; A.BuildOwner.prototype = { scheduleBuildFor$1(element) { @@ -278942,7 +279029,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: 137 + $signature: 135 }; A.NotifiableElementMixin.prototype = { attachNotificationTree$0() { @@ -279363,13 +279450,13 @@ child._debugReassembleConfig = this.$this._debugReassembleConfig; child.reassemble$0(); }, - $signature: 103 + $signature: 101 }; A.Element_renderObject_closure.prototype = { call$1(child) { this._box_0.next = child; }, - $signature: 103 + $signature: 101 }; A.Element_updateSlotForChild_visit.prototype = { call$1(element) { @@ -279377,31 +279464,31 @@ if (!(element instanceof A.RenderObjectElement)) element.visitChildren$1(this); }, - $signature: 103 + $signature: 101 }; A.Element__updateDepth_closure.prototype = { call$1(child) { child._updateDepth$1(this.expectedDepth); }, - $signature: 103 + $signature: 101 }; A.Element_detachRenderObject_closure.prototype = { call$1(child) { child.detachRenderObject$0(); }, - $signature: 103 + $signature: 101 }; A.Element_attachRenderObject_closure.prototype = { call$1(child) { child.attachRenderObject$1(this.newSlot); }, - $signature: 103 + $signature: 101 }; A.Element_debugDescribeChildren_closure.prototype = { call$1(child) { this.children.push(child.toDiagnosticsNode$0()); }, - $signature: 103 + $signature: 101 }; A._ElementDiagnosticableTreeNode.prototype = {}; A.ErrorWidget.prototype = { @@ -279462,14 +279549,14 @@ var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 137 + $signature: 135 }; A.ComponentElement_performRebuild_closure0.prototype = { call$0() { var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 137 + $signature: 135 }; A.StatelessElement.prototype = { build$0() { @@ -279582,7 +279669,7 @@ else child.visitChildren$1(this); }, - $signature: 103 + $signature: 101 }; A.InheritedElement.prototype = { _updateInheritance$0() { @@ -279856,7 +279943,7 @@ var t1 = this.slots; return t1 != null ? t1[newChildIndex] : new A.IndexedSlot(previousChild, newChildIndex, type$.IndexedSlot_nullable_Element); }, - $signature: 1816 + $signature: 1817 }; A.RootRenderObjectElement.prototype = { mount$2($parent, newSlot) { @@ -279989,7 +280076,7 @@ call$1(child) { return !this.$this._forgottenChildren.contains$1(0, child); }, - $signature: 301 + $signature: 331 }; A.IndexedSlot.prototype = { $eq(_, other) { @@ -280076,7 +280163,7 @@ call$0() { return A.TapGestureRecognizer$(this.$this, null); }, - $signature: 753 + $signature: 754 }; A.GestureDetector_build_closure0.prototype = { call$1(instance) { @@ -280090,14 +280177,14 @@ instance.onTertiaryTapCancel = instance.onTertiaryTapUp = instance.onTertiaryTapDown = instance.onSecondaryTapCancel = null; instance.gestureSettings = this.gestureSettings; }, - $signature: 752 + $signature: 753 }; A.GestureDetector_build_closure1.prototype = { call$0() { var t1 = type$.int; return new A.DoubleTapGestureRecognizer(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$._TapTracker), this.$this, null, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); }, - $signature: 1843 + $signature: 1820 }; A.GestureDetector_build_closure2.prototype = { call$1(instance) { @@ -280106,13 +280193,13 @@ instance.onDoubleTapCancel = null; instance.gestureSettings = this.gestureSettings; }, - $signature: 1844 + $signature: 1845 }; A.GestureDetector_build_closure3.prototype = { call$0() { return A.LongPressGestureRecognizer$(this.$this, null, null, null); }, - $signature: 750 + $signature: 751 }; A.GestureDetector_build_closure4.prototype = { call$1(instance) { @@ -280121,13 +280208,13 @@ instance.onTertiaryLongPressEnd = instance.onTertiaryLongPressUp = instance.onTertiaryLongPressMoveUpdate = instance.onTertiaryLongPressStart = instance.onTertiaryLongPress = instance.onTertiaryLongPressCancel = instance.onTertiaryLongPressDown = instance.onSecondaryLongPressEnd = instance.onSecondaryLongPressUp = instance.onSecondaryLongPressMoveUpdate = instance.onSecondaryLongPressStart = instance.onSecondaryLongPress = instance.onSecondaryLongPressCancel = instance.onSecondaryLongPressDown = instance.onLongPressEnd = instance.onLongPressUp = instance.onLongPressMoveUpdate = instance.onLongPressStart = null; instance.gestureSettings = this.gestureSettings; }, - $signature: 748 + $signature: 749 }; A.GestureDetector_build_closure5.prototype = { call$0() { return A.VerticalDragGestureRecognizer$(this.$this, null); }, - $signature: 551 + $signature: 509 }; A.GestureDetector_build_closure6.prototype = { call$1(instance) { @@ -280141,13 +280228,13 @@ instance.dragStartBehavior = t1.dragStartBehavior; instance.gestureSettings = this.gestureSettings; }, - $signature: 561 + $signature: 569 }; A.GestureDetector_build_closure7.prototype = { call$0() { return A.HorizontalDragGestureRecognizer$(this.$this, null); }, - $signature: 747 + $signature: 748 }; A.GestureDetector_build_closure8.prototype = { call$1(instance) { @@ -280160,13 +280247,13 @@ instance.dragStartBehavior = t1.dragStartBehavior; instance.gestureSettings = this.gestureSettings; }, - $signature: 746 + $signature: 747 }; A.GestureDetector_build_closure9.prototype = { call$0() { return A.PanGestureRecognizer$(this.$this, null); }, - $signature: 209 + $signature: 200 }; A.GestureDetector_build_closure10.prototype = { call$1(instance) { @@ -280179,7 +280266,7 @@ instance.dragStartBehavior = t1.dragStartBehavior; instance.gestureSettings = this.gestureSettings; }, - $signature: 208 + $signature: 201 }; A.GestureDetector_build_closure11.prototype = { call$0() { @@ -280188,7 +280275,7 @@ t3 = A.HashSet_HashSet(t1); return new A.ScaleGestureRecognizer(B.DragStartBehavior_0, B._ScaleState_0, 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.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); }, - $signature: 1921 + $signature: 1922 }; A.GestureDetector_build_closure12.prototype = { call$1(instance) { @@ -280199,20 +280286,20 @@ instance.dragStartBehavior = t1.dragStartBehavior; instance.gestureSettings = this.gestureSettings; }, - $signature: 1924 + $signature: 1923 }; A.GestureDetector_build_closure13.prototype = { call$0() { return A.ForcePressGestureRecognizer$(this.$this, null); }, - $signature: 745 + $signature: 746 }; A.GestureDetector_build_closure14.prototype = { call$1(instance) { instance.onEnd = instance.onUpdate = instance.onPeak = instance.onStart = null; instance.gestureSettings = this.gestureSettings; }, - $signature: 744 + $signature: 745 }; A.RawGestureDetector.prototype = { createState$0() { @@ -280421,7 +280508,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, 0)); }, - $signature: 67 + $signature: 66 }; A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0.prototype = { call$1(details) { @@ -280439,7 +280526,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, null)); }, - $signature: 67 + $signature: 66 }; A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1.prototype = { call$1(details) { @@ -280450,7 +280537,7 @@ if (t1 != null) t1.call$1(details); }, - $signature: 67 + $signature: 66 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure.prototype = { call$1(details) { @@ -280468,7 +280555,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, 0)); }, - $signature: 67 + $signature: 66 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0.prototype = { call$1(details) { @@ -280486,7 +280573,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, null)); }, - $signature: 67 + $signature: 66 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1.prototype = { call$1(details) { @@ -280497,7 +280584,7 @@ if (t1 != null) t1.call$1(details); }, - $signature: 67 + $signature: 66 }; A.HeroFlightDirection.prototype = { _enumToString$0() { @@ -280522,7 +280609,7 @@ else t1.endFlight$0(); }, - $signature: 1964 + $signature: 1965 }; A.Hero__allHeroesFor_visitor.prototype = { call$1(element) { @@ -280542,7 +280629,7 @@ } element.visitChildren$1(_this); }, - $signature: 103 + $signature: 101 }; A._HeroState.prototype = { startFlight$1$shouldIncludedChildInPlaceholder(shouldIncludedChildInPlaceholder) { @@ -280828,7 +280915,7 @@ t4 = t2._dx; return A.Positioned$(t2._dy - t3.bottom, new A.IgnorePointer(true, _null, new A.FadeTransition(t1._heroOpacity, false, child, _null), _null), _null, _null, t3.left, t4 - t3.right, t3.top, _null); }, - $signature: 742 + $signature: 743 }; A._HeroFlight__handleAnimationUpdate_delayedPerformAnimationUpdate.prototype = { call$0() { @@ -281088,7 +281175,7 @@ t1 = false; return t1; }, - $signature: 1992 + $signature: 1970 }; A.HeroController__maybeStartHeroTransition_closure.prototype = { call$1(value) { @@ -281106,7 +281193,7 @@ 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 new A.MediaQuery(_this.toMediaQueryData.copyWith$1$padding(t1), _this.toHero.child, null); }, - $signature: 1993 + $signature: 1994 }; A.Icon.prototype = { build$1(context) { @@ -281194,7 +281281,7 @@ call$1(context) { return A.IconTheme$(this.child, A.IconTheme__getInheritedIconThemeData(context).merge$1(this.data), this.key); }, - $signature: 1994 + $signature: 1995 }; A.IconThemeData.prototype = { copyWith$8$color$fill$grade$opacity$opticalSize$shadows$size$weight(color, fill, grade, opacity, opticalSize, shadows, size, weight) { @@ -281484,7 +281571,7 @@ var t1 = this.$this; t1.setState$1(new A._ImageState__getListener__closure(t1, error, stackTrace)); }, - $signature: 2000 + $signature: 1996 }; A._ImageState__getListener__closure.prototype = { call$0() { @@ -281730,7 +281817,7 @@ this.$this._updateTween$2(tween, targetValue); return tween; }, - $signature: 741 + $signature: 742 }; A.ImplicitlyAnimatedWidgetState__constructTweens_closure.prototype = { call$3(tween, targetValue, $constructor) { @@ -281747,7 +281834,7 @@ tween = null; return tween; }, - $signature: 741 + $signature: 742 }; A.AnimatedWidgetBaseState.prototype = { initState$0() { @@ -281819,49 +281906,49 @@ call$1(value) { return new A.AlignmentGeometryTween(type$.AlignmentGeometry._as(value), null); }, - $signature: 740 + $signature: 741 }; A._AnimatedContainerState_forEachTween_closure0.prototype = { call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 445 + $signature: 515 }; A._AnimatedContainerState_forEachTween_closure1.prototype = { call$1(value) { return new A.DecorationTween(type$.Decoration._as(value), null); }, - $signature: 739 + $signature: 740 }; A._AnimatedContainerState_forEachTween_closure2.prototype = { call$1(value) { return new A.DecorationTween(type$.Decoration._as(value), null); }, - $signature: 739 + $signature: 740 }; A._AnimatedContainerState_forEachTween_closure3.prototype = { call$1(value) { return new A.BoxConstraintsTween(type$.BoxConstraints._as(value), null); }, - $signature: 2022 + $signature: 2023 }; A._AnimatedContainerState_forEachTween_closure4.prototype = { call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 445 + $signature: 515 }; A._AnimatedContainerState_forEachTween_closure5.prototype = { call$1(value) { return new A.Matrix4Tween(type$.Matrix4._as(value), null); }, - $signature: 2023 + $signature: 2024 }; A._AnimatedContainerState_forEachTween_closure6.prototype = { call$1(value) { return new A.AlignmentGeometryTween(type$.AlignmentGeometry._as(value), null); }, - $signature: 740 + $signature: 741 }; A.AnimatedPadding.prototype = { createState$0() { @@ -281884,7 +281971,7 @@ call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 445 + $signature: 515 }; A.AnimatedPositioned.prototype = { createState$0() { @@ -281967,37 +282054,37 @@ call$1(value) { return new A.Tween(A._asDoubleS(value), null, type$.Tween_double); }, - $signature: 167 + $signature: 169 }; A._AnimatedPositionedState_forEachTween_closure0.prototype = { call$1(value) { return new A.Tween(A._asDoubleS(value), null, type$.Tween_double); }, - $signature: 167 + $signature: 169 }; A._AnimatedPositionedState_forEachTween_closure1.prototype = { call$1(value) { return new A.Tween(A._asDoubleS(value), null, type$.Tween_double); }, - $signature: 167 + $signature: 169 }; A._AnimatedPositionedState_forEachTween_closure2.prototype = { call$1(value) { return new A.Tween(A._asDoubleS(value), null, type$.Tween_double); }, - $signature: 167 + $signature: 169 }; A._AnimatedPositionedState_forEachTween_closure3.prototype = { call$1(value) { return new A.Tween(A._asDoubleS(value), null, type$.Tween_double); }, - $signature: 167 + $signature: 169 }; A._AnimatedPositionedState_forEachTween_closure4.prototype = { call$1(value) { return new A.Tween(A._asDoubleS(value), null, type$.Tween_double); }, - $signature: 167 + $signature: 169 }; A.AnimatedOpacity.prototype = { createState$0() { @@ -282026,7 +282113,7 @@ call$1(value) { return new A.Tween(A._asDoubleS(value), null, type$.Tween_double); }, - $signature: 167 + $signature: 169 }; A.AnimatedDefaultTextStyle.prototype = { createState$0() { @@ -282096,25 +282183,25 @@ call$1(value) { return new A.BorderRadiusTween(type$.BorderRadius._as(value), null); }, - $signature: 2026 + $signature: 2027 }; A._AnimatedPhysicalModelState_forEachTween_closure0.prototype = { call$1(value) { return new A.Tween(A._asDoubleS(value), null, type$.Tween_double); }, - $signature: 167 + $signature: 169 }; A._AnimatedPhysicalModelState_forEachTween_closure1.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 356 + $signature: 353 }; A._AnimatedPhysicalModelState_forEachTween_closure2.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 356 + $signature: 353 }; A._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -282243,7 +282330,7 @@ } return true; }, - $signature: 301 + $signature: 331 }; A.CapturedThemes.prototype = {}; A._CaptureAll.prototype = { @@ -282829,14 +282916,14 @@ var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 137 + $signature: 135 }; A._LayoutBuilderElement__layout_layoutCallback_closure0.prototype = { call$0() { var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 137 + $signature: 135 }; A.RenderConstrainedLayoutBuilder.prototype = { updateCallback$1(value) { @@ -282937,7 +283024,7 @@ call$1(p) { return p.futureValue; }, - $signature: 2051 + $signature: 2029 }; A._loadAll_closure1.prototype = { call$1(values) { @@ -283062,7 +283149,7 @@ call$1(value) { return this._box_0.typeToResources = value; }, - $signature: 2056 + $signature: 2054 }; A._LocalizationsState_load_closure0.prototype = { call$1(value) { @@ -283071,7 +283158,7 @@ t1.setState$1(new A._LocalizationsState_load__closure(t1, value, this.locale)); $.RendererBinding__instance.allowFirstFrame$0(); }, - $signature: 2057 + $signature: 2055 }; A._LocalizationsState_load__closure.prototype = { call$0() { @@ -283221,7 +283308,7 @@ call$1(context) { return new A._CaptureAll(this.capturedThemes._themes, this.builder.call$1(context), null); }, - $signature: 57 + $signature: 59 }; A.MagnifierDecoration.prototype = { $eq(_, other) { @@ -283472,7 +283559,7 @@ call$1(displayFeature) { return this.subScreen.overlaps$1(displayFeature.get$bounds(displayFeature)); }, - $signature: 755 + $signature: 756 }; A.MediaQuery.prototype = { updateShouldNotify$1(oldWidget) { @@ -283870,7 +283957,7 @@ call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 206 + $signature: 202 }; A.Route_isCurrent_closure0.prototype = { call$0() { @@ -283882,7 +283969,7 @@ call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 206 + $signature: 202 }; A.Route_isFirst_closure0.prototype = { call$0() { @@ -283894,7 +283981,7 @@ call$1(e) { return e != null && A._RouteEntry_isRoutePredicate(this.$this).call$1(e); }, - $signature: 206 + $signature: 202 }; A.Route_isActive_closure0.prototype = { call$0() { @@ -283945,7 +284032,7 @@ call$1(route) { return route == null; }, - $signature: 2084 + $signature: 2060 }; A._RouteLifecycle.prototype = { _enumToString$0() { @@ -284065,7 +284152,7 @@ call$1(e) { return e._overlayStateMounted._change_notifier$_value; }, - $signature: 2085 + $signature: 2061 }; A._RouteEntry_dispose_closure0.prototype = { call$0() { @@ -284083,7 +284170,7 @@ call$1(entry) { return entry.route === this.route; }, - $signature: 363 + $signature: 383 }; A._NavigatorObservation.prototype = {}; A._NavigatorPushObservation.prototype = { @@ -284803,7 +284890,7 @@ call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 206 + $signature: 202 }; A.NavigatorState__flushHistoryUpdates_closure0.prototype = { call$0() { @@ -284815,13 +284902,13 @@ call$1(object) { return A.S(object); }, - $signature: 2115 + $signature: 2091 }; A.NavigatorState_maybePop_closure.prototype = { call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 206 + $signature: 202 }; A.NavigatorState_maybePop_closure0.prototype = { call$0() { @@ -284833,7 +284920,7 @@ call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 206 + $signature: 202 }; A.NavigatorState_maybePop_closure2.prototype = { call$0() { @@ -284845,7 +284932,7 @@ call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 206 + $signature: 202 }; A.NavigatorState_removeRoute_closure0.prototype = { call$0() { @@ -285049,14 +285136,14 @@ 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: 2116 + $signature: 2092 }; A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 124 + $signature: 125 }; A._NavigatorState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -285962,31 +286049,31 @@ call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 106 + $signature: 105 }; A._RenderTheatre_computeMaxIntrinsicWidth_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 106 + $signature: 105 }; A._RenderTheatre_computeMinIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 106 + $signature: 105 }; A._RenderTheatre_computeMaxIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 106 + $signature: 105 }; A._RenderTheatre_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 77 + $signature: 76 }; A._OverlayState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -286589,7 +286676,7 @@ transform = A.Transform$(alignment, t1.child, t4, true); return A.ClipRect$(transform, t3 !== 0 && viewportDimension != t2.mainAxisSize ? t1.clipBehavior : B.Clip_0, null); }, - $signature: 2145 + $signature: 2118 }; A._StretchState.prototype = { _enumToString$0() { @@ -286737,7 +286824,7 @@ call$1(element) { return A.PageStorageBucket__maybeAddKey(element, this.keys); }, - $signature: 301 + $signature: 331 }; A.PageStorage.prototype = { build$1(context) { @@ -287100,14 +287187,14 @@ } return false; }, - $signature: 187 + $signature: 190 }; 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: 2147 + $signature: 2119 }; A.PageRoute.prototype = { get$opaque() { @@ -287225,7 +287312,7 @@ call$2(context, controller) { return new A.PlatformViewSurface(controller, B.Set_empty, B.PlatformViewHitTestBehavior_0, null); }, - $signature: 2152 + $signature: 2149 }; A.HtmlElementView__createHtmlElementView_closure.prototype = { call$1(_) { @@ -287403,7 +287490,7 @@ if (t1.get$awaitingCreation() && !size.get$isEmpty(size)) t1.create$2$position$size(0, position, size); }, - $signature: 2158 + $signature: 2154 }; A._PlatformViewLinkState__onPlatformViewCreated_closure.prototype = { call$0() { @@ -288102,7 +288189,7 @@ } return null; }, - $signature: 220 + $signature: 206 }; A.ReorderableDelayedDragStartListener.prototype = { createRecognizer$0() { @@ -288213,7 +288300,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: 742 + $signature: 743 }; A._ReorderableItemGlobalKey.prototype = { $eq(_, other) { @@ -288343,7 +288430,7 @@ } $.RendererBinding__instance.allowFirstFrame$0(); }, - $signature: 2296 + $signature: 2177 }; A._RootRestorationScopeState__loadRootBucketIfNecessary__closure.prototype = { call$0() { @@ -288509,7 +288596,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 124 + $signature: 125 }; A.__RestorationScopeState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -288657,7 +288744,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 124 + $signature: 125 }; A.RouteInformation.prototype = {}; A.Router.prototype = { @@ -289411,7 +289498,7 @@ child.toString; return new A.RestorationScope(child, t1, null); }, - $signature: 2324 + $signature: 2299 }; A._ModalScopeState_build_closure0.prototype = { call$1(context) { @@ -289425,7 +289512,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: 2325 + $signature: 2300 }; A._ModalScopeState_build__closure0.prototype = { call$2(context, child) { @@ -289442,7 +289529,7 @@ t5 = A.ValueNotifier$(false, type$.bool); return t2.buildTransitions$4(context, t3, t4, A.AnimatedBuilder$(t5, new A._ModalScopeState_build___closure(t1), child)); }, - $signature: 230 + $signature: 242 }; A._ModalScopeState_build___closure.prototype = { call$2(context, child) { @@ -289463,7 +289550,7 @@ t3.toString; return t1.buildPage$3(context, t2, t3); }, - $signature: 57 + $signature: 59 }; A.ModalRoute.prototype = { setState$1(fn) { @@ -290259,13 +290346,13 @@ 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)); }, - $signature: 2329 + $signature: 2328 }; 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)); }, - $signature: 737 + $signature: 738 }; A._WrappedScrollBehavior.prototype = { get$dragDevices() { @@ -290629,7 +290716,7 @@ t1 = this.$this; return A._setArrayType([A.DiagnosticsProperty$("The " + A.getRuntimeType(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: 137 + $signature: 135 }; A.ScrollNotificationObserverState_build_closure.prototype = { call$1(notification) { @@ -290638,14 +290725,14 @@ this.$this._notifyListeners$1(t1); return false; }, - $signature: 447 + $signature: 470 }; A.ScrollNotificationObserverState_build_closure0.prototype = { call$1(notification) { this.$this._notifyListeners$1(notification); return false; }, - $signature: 187 + $signature: 190 }; A._ConvertedScrollMetricsNotification.prototype = {}; A.ScrollDecelerationRate.prototype = { @@ -291755,7 +291842,7 @@ focusScope.unfocus$0(); return false; }, - $signature: 2344 + $signature: 2333 }; A.CustomScrollView.prototype = { buildSlivers$1(context) { @@ -291791,13 +291878,13 @@ var itemIndex = B.JSInt_methods._tdivFast$1(index, 2); return (index & 1) === 0 ? this.itemBuilder.call$2(context, itemIndex) : this.separatorBuilder.call$2(context, itemIndex); }, - $signature: 2360 + $signature: 2334 }; A.ListView$separated_closure0.prototype = { call$2(_, index) { return (index & 1) === 0 ? B.JSInt_methods._tdivFast$1(index, 2) : null; }, - $signature: 2361 + $signature: 2346 }; A.GridView.prototype = { buildChildLayout$1(context) { @@ -291809,7 +291896,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 124 + $signature: 125 }; A.Scrollable.prototype = { createState$0() { @@ -292177,7 +292264,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return A.VerticalDragGestureRecognizer$(null, t1.get$dragDevices()); }, - $signature: 551 + $signature: 509 }; A.ScrollableState_setCanDrag_closure0.prototype = { call$1(instance) { @@ -292203,7 +292290,7 @@ t1 = t1._mediaQueryData; instance.gestureSettings = t1 == null ? _null : t1.gestureSettings; }, - $signature: 561 + $signature: 569 }; A.ScrollableState_setCanDrag_closure1.prototype = { call$0() { @@ -292211,7 +292298,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return A.HorizontalDragGestureRecognizer$(null, t1.get$dragDevices()); }, - $signature: 747 + $signature: 748 }; A.ScrollableState_setCanDrag_closure2.prototype = { call$1(instance) { @@ -292237,7 +292324,7 @@ t1 = t1._mediaQueryData; instance.gestureSettings = t1 == null ? _null : t1.gestureSettings; }, - $signature: 746 + $signature: 747 }; A._ScrollableSelectionHandler.prototype = { createState$0() { @@ -292775,13 +292862,13 @@ call$2(key, value) { return !this.selectableSet.contains$1(0, key); }, - $signature: 736 + $signature: 737 }; A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure0.prototype = { call$2(key, value) { return !this.selectableSet.contains$1(0, key); }, - $signature: 736 + $signature: 737 }; A.ScrollableDetails.prototype = {}; A._ScrollSemantics.prototype = { @@ -293603,7 +293690,7 @@ t1 = false; return t1; }, - $signature: 2369 + $signature: 2363 }; A.RawScrollbar.prototype = { createState$0() { @@ -294181,7 +294268,7 @@ t4 = A.HashSet_HashSet(t3); return new A._ThumbPressGestureRecognizer(t1._scrollbarPainterKey, t2, null, B.GestureRecognizerState_0, A.LinkedHashMap_LinkedHashMap$_empty(t3, type$.GestureArenaEntry), t4, t1, null, A.LinkedHashMap_LinkedHashMap$_empty(t3, type$.PointerDeviceKind)); }, - $signature: 2370 + $signature: 2364 }; A.RawScrollbarState__gestures_closure0.prototype = { call$1(instance) { @@ -294197,19 +294284,19 @@ call$1(details) { return this.$this.handleThumbPressStart$1(details.localPosition); }, - $signature: 249 + $signature: 254 }; A.RawScrollbarState__gestures__closure0.prototype = { call$1(details) { return this.$this.handleThumbPressUpdate$1(details.localPosition); }, - $signature: 364 + $signature: 365 }; A.RawScrollbarState__gestures__closure1.prototype = { call$1(details) { return this.$this.handleThumbPressEnd$2(details.localPosition, details.velocity); }, - $signature: 436 + $signature: 486 }; A.RawScrollbarState__gestures_closure1.prototype = { call$0() { @@ -294218,7 +294305,7 @@ 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.LinkedHashMap_LinkedHashMap$_empty(t2, type$.PointerDeviceKind)); }, - $signature: 2396 + $signature: 2373 }; A.RawScrollbarState__gestures_closure2.prototype = { call$1(instance) { @@ -294245,7 +294332,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 189 + $signature: 183 }; A.RawScrollbarState_build_closure0.prototype = { call$1($event) { @@ -294266,7 +294353,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 735 + $signature: 736 }; A._ThumbPressGestureRecognizer.prototype = { isPointerAllowed$1($event) { @@ -294779,13 +294866,13 @@ var t1 = this.$this.selectables[this.index]; return target == null ? t1 != null : target !== t1; }, - $signature: 2414 + $signature: 2403 }; A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure0.prototype = { call$1(target) { return this.$this.dispatchSelectionEventToChild$2(target, B.ClearSelectionEvent_SelectionEventType_2); }, - $signature: 311 + $signature: 291 }; A._MultiSelectableSelectionContainerDelegate_SelectionContainerDelegate_ChangeNotifier.prototype = {}; A.SelectionContainer.prototype = { @@ -295031,7 +295118,7 @@ var t1 = $.$get$LogicalKeySet__unmapSynonyms().$index(0, key); return t1 == null ? A._setArrayType([key], type$.JSArray_LogicalKeyboardKey) : t1; }, - $signature: 2415 + $signature: 2404 }; A.SingleActivator.prototype = { get$triggers() { @@ -295127,7 +295214,7 @@ call$0() { return A._setArrayType([], type$.JSArray__ActivatorIntentPair); }, - $signature: 2418 + $signature: 2417 }; A.Shortcuts.prototype = { get$shortcuts() { @@ -295211,7 +295298,7 @@ result = B.KeyEventResult_0; return result; }, - $signature: 213 + $signature: 198 }; A.ShortcutRegistry.prototype = { dispose$0() { @@ -295286,7 +295373,7 @@ call$2(context, offset) { return new A._SingleChildViewport(this.axisDirection, offset, B.Clip_1, this._box_0.contents, null); }, - $signature: 2419 + $signature: 2418 }; A._SingleChildViewport.prototype = { createRenderObject$1(context) { @@ -295617,7 +295704,7 @@ call$2(result, transformed) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, transformed); }, - $signature: 77 + $signature: 76 }; A.__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin.prototype = { attach$1(owner) { @@ -296114,7 +296201,7 @@ t2.remove$1(0, index); } }, - $signature: 99 + $signature: 98 }; A.SliverMultiBoxAdaptorElement_performRebuild_closure.prototype = { call$0() { @@ -296126,7 +296213,7 @@ call$0() { return this.$this._childElements.$index(0, this.index); }, - $signature: 2424 + $signature: 2421 }; A.SliverMultiBoxAdaptorElement_createChild_closure.prototype = { call$0() { @@ -296757,7 +296844,7 @@ A.Table.prototype = { createElement$0(_) { var t1 = A.HashSet_HashSet(type$.Element_2); - return new A._TableElement(B.List_empty16, t1, this, B._ElementLifecycle_0); + return new A._TableElement(B.List_empty18, t1, this, B._ElementLifecycle_0); }, createRenderObject$1(context) { var t3, t4, t5, t6, _this = this, _null = null, @@ -296772,7 +296859,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_empty15, t1, t2, t3, _this.defaultColumnWidth, t4, _this.border, t5, _this.defaultVerticalAlignment, _null, t6, A.LayerHandle$(type$.ContainerLayer_2)); + t6 = new A.RenderTable(B.List_empty17, 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); @@ -296798,13 +296885,13 @@ call$1(row) { return row.decoration != null; }, - $signature: 2426 + $signature: 2425 }; A.Table_closure0.prototype = { call$1(row) { return row.decoration; }, - $signature: 2428 + $signature: 2426 }; A._TableElement.prototype = { get$renderObject() { @@ -296862,7 +296949,7 @@ taken.add$1(0, t6); oldChildren = t6; } else - oldChildren = t6 && oldUnkeyedRows.moveNext$0() ? t3.get$current(t3).children : B.List_empty17; + oldChildren = t6 && oldUnkeyedRows.moveNext$0() ? t3.get$current(t3).children : B.List_empty19; t6 = row.children; _length = t6.length; slots = A._setArrayType(new Array(_length), t4); @@ -296871,9 +296958,9 @@ newChildren.push(new A._TableElementRow(t5, _this.updateChildren$4$forgottenChildren$slots(oldChildren, t6, t2, slots))); } for (; oldUnkeyedRows.moveNext$0();) - _this.updateChildren$3$forgottenChildren(t3.get$current(t3).children, B.List_empty13, t2); + _this.updateChildren$3$forgottenChildren(t3.get$current(t3).children, B.List_empty15, t2); for (t1 = oldKeyedRows.get$values(oldKeyedRows), t3 = t1.get$iterator(t1), t1 = new A.WhereIterator(t3, new A._TableElement_update_closure0(taken), A._instanceType(t1)._eval$1("WhereIterator")); t1.moveNext$0();) - _this.updateChildren$3$forgottenChildren(t3.get$current(t3), B.List_empty13, t2); + _this.updateChildren$3$forgottenChildren(t3.get$current(t3), B.List_empty15, t2); _this._table0$_children = newChildren; _this._updateRenderObjectChildren$0(); t2.clear$0(0); @@ -296914,19 +297001,19 @@ t5 = A._arrayInstanceType(t4)._eval$1("MappedListIterable<1,Element0>"); return new A._TableElementRow(t3, A.List_List$of(new A.MappedListIterable(t4, new A._TableElement_mount__closure(t1, t2, this.$this), t5), false, t5._eval$1("ListIterable.E"))); }, - $signature: 2431 + $signature: 2428 }; 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: 2433 + $signature: 2430 }; A._TableElement_update_closure.prototype = { call$1(row) { return row.key == null; }, - $signature: 2434 + $signature: 2433 }; A._TableElement_update_closure0.prototype = { call$1(list) { @@ -296938,7 +297025,7 @@ call$1(row) { return J.map$1$1$ax(row.children, new A._TableElement__updateRenderObjectChildren__closure(), type$.RenderBox); }, - $signature: 2437 + $signature: 2436 }; A._TableElement__updateRenderObjectChildren__closure.prototype = { call$1(child) { @@ -296946,13 +297033,13 @@ t1.toString; return type$.RenderBox._as(t1); }, - $signature: 2439 + $signature: 2437 }; A._TableElement_visitChildren_closure.prototype = { call$1(row) { return row.children; }, - $signature: 2440 + $signature: 2439 }; A.TableCell.prototype = { applyParentData$1(renderObject) { @@ -297804,14 +297891,14 @@ call$1(_) { return this.builtMagnifier; }, - $signature: 57 + $signature: 59 }; 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: 2443 + $signature: 2441 }; A.SelectionOverlay_markNeedsBuild_closure.prototype = { call$1(duration) { @@ -297839,7 +297926,7 @@ var t1 = this.$this; return t1.selectionControls.buildToolbar$8(context, this.editingRegion, t1._lineHeightAtStart, this.midpoint, t1._selectionEndpoints, t1.selectionDelegate, t1.clipboardStatus, t1._toolbarLocation); }, - $signature: 57 + $signature: 59 }; A._SelectionToolbarWrapper.prototype = { createState$0() { @@ -297979,7 +298066,7 @@ call$0() { return A.PanGestureRecognizer$(this.$this, A.LinkedHashSet_LinkedHashSet$_literal([B.PointerDeviceKind_0, B.PointerDeviceKind_2, B.PointerDeviceKind_5], type$.PointerDeviceKind)); }, - $signature: 209 + $signature: 200 }; A._SelectionHandleOverlayState_build_closure0.prototype = { call$1(instance) { @@ -297989,7 +298076,7 @@ instance.onUpdate = t1.onSelectionHandleDragUpdate; instance.onEnd = t1.onSelectionHandleDragEnd; }, - $signature: 208 + $signature: 201 }; A.TextSelectionGestureDetectorBuilder.prototype = { get$_lastSecondaryTapWasOnSelection() { @@ -298909,7 +298996,7 @@ call$0() { return A.TapGestureRecognizer$(this.$this, null); }, - $signature: 753 + $signature: 754 }; A._TextSelectionGestureDetectorState_build_closure0.prototype = { call$1(instance) { @@ -298921,13 +299008,13 @@ instance.onTapUp = t1.get$_text_selection$_handleTapUp(); instance.onTapCancel = t1.get$_text_selection$_handleTapCancel(); }, - $signature: 752 + $signature: 753 }; A._TextSelectionGestureDetectorState_build_closure1.prototype = { call$0() { return A.LongPressGestureRecognizer$(this.$this, null, B.PointerDeviceKind_0, null); }, - $signature: 750 + $signature: 751 }; A._TextSelectionGestureDetectorState_build_closure2.prototype = { call$1(instance) { @@ -298936,13 +299023,13 @@ instance.onLongPressMoveUpdate = t1.get$_handleLongPressMoveUpdate(); instance.onLongPressEnd = t1.get$_handleLongPressEnd(); }, - $signature: 748 + $signature: 749 }; A._TextSelectionGestureDetectorState_build_closure3.prototype = { call$0() { return A.PanGestureRecognizer$(this.$this, A.LinkedHashSet_LinkedHashSet$_literal([B.PointerDeviceKind_1], type$.PointerDeviceKind)); }, - $signature: 209 + $signature: 200 }; A._TextSelectionGestureDetectorState_build_closure4.prototype = { call$1(instance) { @@ -298953,13 +299040,13 @@ instance.onUpdate = t1.get$_handleDragUpdate(); instance.onEnd = t1.get$_handleDragEnd(); }, - $signature: 208 + $signature: 201 }; A._TextSelectionGestureDetectorState_build_closure5.prototype = { call$0() { return A.ForcePressGestureRecognizer$(this.$this, null); }, - $signature: 745 + $signature: 746 }; A._TextSelectionGestureDetectorState_build_closure6.prototype = { call$1(instance) { @@ -298968,7 +299055,7 @@ instance.onStart = t2.onForcePressStart != null ? t1.get$_forcePressStarted() : null; instance.onEnd = t2.onForcePressEnd != null ? t1.get$_forcePressEnded() : null; }, - $signature: 744 + $signature: 745 }; A.TextSelectionHandleControls.prototype = { buildToolbar$8(context, globalEditableRegion, textLineHeight, selectionMidpoint, endpoints, delegate, clipboardStatus, lastSecondaryTapDownPosition) { @@ -301208,7 +301295,7 @@ _this.singleDigitSecondFormat.__late_helper$_value = A.DateFormat$s(locale); _this.decimalFormat.__late_helper$_value = A.NumberFormat_NumberFormat$decimalPattern(locale); }, - $signature: 251 + $signature: 232 }; A.CupertinoLocalizationAf.prototype = { get$copyButtonLabel() { @@ -319978,7 +320065,7 @@ t1.toString; return new A.SynchronousFuture(t1, type$.SynchronousFuture_MaterialLocalizations); }, - $signature: 2453 + $signature: 2450 }; A.loadDateIntlDataIfNotLoaded_closure.prototype = { call$2(locale, symbols) { @@ -320000,7 +320087,7 @@ J.$indexSet$ax($.$get$_dateTimeSymbols(), t2, symbols); J.$indexSet$ax($.$get$dateTimePatterns(), t2, t1); }, - $signature: 2454 + $signature: 2451 }; A.GlobalWidgetsLocalizations.prototype = { get$textDirection() { @@ -320218,7 +320305,7 @@ call$1(child) { return new A.Flexible(1, B.FlexFit_1, child, null); }, - $signature: 2459 + $signature: 2456 }; A.SlidableAutoCloseBehaviorInteractor.prototype = { build$1(context) { @@ -320244,7 +320331,7 @@ call$1(notification) { notification.get$groupTag(); }, - $signature: 2462 + $signature: 2457 }; A.SlidableAutoCloseNotificationSender.prototype = { build$1(context) { @@ -320330,7 +320417,7 @@ this.$this._widget.toString; notification.get$groupTag(); }, - $signature: 2463 + $signature: 2461 }; A._SlidableNotificationSender.prototype = { createState$0() { @@ -320763,7 +320850,7 @@ t3.toString; t1.totalFlex = t2 + t3; }, - $signature: 84 + $signature: 80 }; A._RenderFlexEntranceTransition_performLayout_closure.prototype = { call$1(child) { @@ -320796,13 +320883,13 @@ t1.updateChildOffsets$1(child); t2.totalMainAxisExtent += mainAxisExtent; }, - $signature: 84 + $signature: 80 }; A._RenderFlexEntranceTransition_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 77 + $signature: 76 }; A.__RenderFlexEntranceTransition_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -321571,7 +321658,7 @@ t1.toString; return new A.IgnorePointer(t2, _null, 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), _null); }, - $signature: 2470 + $signature: 2465 }; A.StyledToast.prototype = { createState$0() { @@ -321607,7 +321694,7 @@ $.currentContext = ctx; return this.$this._widget.child; }, - $signature: 57 + $signature: 59 }; A._StyledToastWidget.prototype = { createState$0() { @@ -322328,7 +322415,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 95 + $signature: 96 }; A.StyledToastWidgetState_dismissToast_closure.prototype = { call$0() { @@ -322424,7 +322511,7 @@ call$1(v) { v.dismiss$1$showAnim(this.showAnim); }, - $signature: 2473 + $signature: 2466 }; A.StyledToastTheme.prototype = { updateShouldNotify$1(oldWidget) { @@ -322529,7 +322616,7 @@ A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "flutter web plugins", t1, null, null, false)); } }, - $signature: 156 + $signature: 144 }; A.PluginRegistry.prototype = {}; A.GoogleSignInAuthentication.prototype = { @@ -322757,13 +322844,13 @@ return _this.$this._currentUser; return _this.$this._callMethod$1(_this.method); }, - $signature: 2476 + $signature: 2475 }; A.GoogleSignIn_signIn_isCanceled.prototype = { call$1(error) { return error instanceof A.PlatformException && error.code === "sign_in_canceled"; }, - $signature: 157 + $signature: 158 }; A.GoogleSignIn_signIn_closure.prototype = { call$1(_) { @@ -322801,7 +322888,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: 2479 + $signature: 2478 }; A.SignInOption.prototype = { _enumToString$0() { @@ -323104,20 +323191,20 @@ call$1(_) { return A.init(); }, - $signature: 807 + $signature: 809 }; A.GoogleSignInPlugin_initWithParams_closure.prototype = { call$1(initializedAuth) { this.isAuthInitialized.complete$0(0); }, - $signature: 2482 + $signature: 2480 }; 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: 2483 + $signature: 2481 }; A.LoadConfig.prototype = {}; A.GoogleAuthInitFailureError.prototype = {}; @@ -323415,7 +323502,7 @@ t2 = t1._contents += A.S(A.htmlSerializeEscape(v, true)); t1._contents = t2 + '"'; }, - $signature: 468 + $signature: 528 }; A.Comment.prototype = { get$nodeType(_) { @@ -323542,7 +323629,7 @@ call$1(n) { return !this.test.call$1(n); }, - $signature: 494 + $signature: 563 }; A.FilteredElementList.prototype = { forEach$1(_, action) { @@ -324369,13 +324456,13 @@ call$2(attr, value) { this.$this.tree.openElements[0].attributes.putIfAbsent$2(0, attr, new A.Phase_startTagHtml__closure(value)); }, - $signature: 468 + $signature: 528 }; A.Phase_startTagHtml__closure.prototype = { call$0() { return this.value; }, - $signature: 76 + $signature: 77 }; A.InitialPhase.prototype = { processSpaceCharacters$1(token) { @@ -325890,13 +325977,13 @@ call$2(attr, value) { this.$this.tree.openElements[1].attributes.putIfAbsent$2(0, attr, new A.InBodyPhase_startTagBody__closure(value)); }, - $signature: 468 + $signature: 528 }; A.InBodyPhase_startTagBody__closure.prototype = { call$0() { return this.value; }, - $signature: 76 + $signature: 77 }; A.TextPhase.prototype = { processStartTag$1(token) { @@ -326170,7 +326257,7 @@ call$1(t) { return t.get$data(t); }, - $signature: 2489 + $signature: 2488 }; A.InCaptionPhase.prototype = { processStartTag$1(token) { @@ -327251,7 +327338,7 @@ call$1(s) { return s.add$1(0, this.value); }, - $signature: 2491 + $signature: 2489 }; A.EncodingBytes.prototype = { set$_encoding_parser$_position(_, value) { @@ -327724,7 +327811,7 @@ t1 = true; return !t1; }, - $signature: 494 + $signature: 563 }; A.SelectorEvaluator_visitPseudoClassSelector_closure0.prototype = { call$1(n) { @@ -327740,13 +327827,13 @@ t1 = true; return !t1; }, - $signature: 494 + $signature: 563 }; A.SelectorEvaluator_visitPseudoClassSelector__closure.prototype = { call$1(r) { return !A.isWhitespaceCC(r); }, - $signature: 227 + $signature: 218 }; A.SelectorEvaluator_visitAttributeSelector_closure.prototype = { call$1(v) { @@ -329768,7 +329855,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1; }, - $signature: 76 + $signature: 77 }; A.ActiveFormattingElements.prototype = { add$1(_, node) { @@ -330092,19 +330179,19 @@ t2 = result._contents = t4 + B.JSString_methods.substring$2(t5, last, t5.length); t1.format = t2.charCodeAt(0) == 0 ? t2 : t2; }, - $signature: 159 + $signature: 176 }; A._escape_closure.prototype = { call$1(match) { return "\\\\" + A.S(match.$index(0, 1)); }, - $signature: 120 + $signature: 117 }; A._escape_closure0.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 1)); }, - $signature: 120 + $signature: 117 }; A._escape_closure1.prototype = { call$1(match) { @@ -330115,13 +330202,13 @@ t2.toString; return B.JSArray_methods.join$1(A._setArrayType(t1.split(t2), type$.JSArray_String), "\\" + A.S(match.$index(0, 1))); }, - $signature: 120 + $signature: 117 }; A._escape_closure2.prototype = { call$1(match) { return A.S(match.$index(0, 1)) + A.S(match.$index(0, 2)) + "\\. "; }, - $signature: 120 + $signature: 117 }; A._escape_closure3.prototype = { call$1(match) { @@ -330129,19 +330216,19 @@ t1.toString; return A.stringReplaceAllFuncUnchecked(t1, A.RegExp_RegExp("([*+-])", true, false, false, false), new A._escape__closure(), null); }, - $signature: 120 + $signature: 117 }; A._escape__closure.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 1)); }, - $signature: 120 + $signature: 117 }; A._escape_closure4.prototype = { call$1(match) { return A.S(match.$index(0, 1)) + "\\> "; }, - $signature: 120 + $signature: 117 }; A._escape_closure5.prototype = { call$1(match) { @@ -330151,7 +330238,7 @@ t2 = A.RegExp_RegExp("\\*", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\*"); }, - $signature: 120 + $signature: 117 }; A._escape_closure6.prototype = { call$1(match) { @@ -330161,7 +330248,7 @@ t2 = A.RegExp_RegExp("_", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\_"); }, - $signature: 120 + $signature: 117 }; A._escape_closure7.prototype = { call$1(match) { @@ -330171,20 +330258,20 @@ t2 = A.RegExp_RegExp("`", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\`"); }, - $signature: 120 + $signature: 117 }; A._escape_closure8.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 0)); }, - $signature: 120 + $signature: 117 }; A._postProcess_closure.prototype = { call$1(rule) { var t1 = this._box_0; t1.input = A._join(t1.input, rule.append.call$0()); }, - $signature: 2052 + $signature: 2496 }; A._separatingNewlines_closure.prototype = { call$2(a, b) { @@ -330192,7 +330279,7 @@ b.toString; return B.JSString_methods.compareTo$1(a, b); }, - $signature: 2499 + $signature: 2498 }; A.Node.prototype = { Node$1(domNode) { @@ -330362,14 +330449,14 @@ var t1 = rule._realFilterFn; return t1 == null ? false : t1.call$1(this.node); }, - $signature: 733 + $signature: 734 }; A.Rule_findRule_closure0.prototype = { call$1(rule) { var t1 = rule._realFilterFn; return t1 == null ? false : t1.call$1(this.node); }, - $signature: 733 + $signature: 734 }; A.Rule_findRule_closure1.prototype = { call$0() { @@ -330381,7 +330468,7 @@ call$1(node) { return B.JSArray_methods.contains$1(this.filters, node.get$nodeName(node).toLowerCase()); }, - $signature: 234 + $signature: 255 }; A._BaseRules_defaultRule_closure.prototype = { call$2($content, node) { @@ -330392,19 +330479,19 @@ t1 = A.isBlock(node._el) ? "\n\n" + $content + "\n\n" : $content; return t1; }, - $signature: 80 + $signature: 79 }; A._CommonRules_paragraph_closure.prototype = { call$2($content, node) { return "\n\n" + $content + "\n\n"; }, - $signature: 80 + $signature: 79 }; A._CommonRules_lineBreak_closure.prototype = { call$2($content, node) { return A.getStyleOption("br") + "\n"; }, - $signature: 80 + $signature: 79 }; A._CommonRules_heading_closure.prototype = { call$2($content, node) { @@ -330416,7 +330503,7 @@ } else return "\n\n" + B.JSArray_methods.join$0(A.List_List$filled(hLevel, "#", false, type$.String)) + " " + $content + "\n\n"; }, - $signature: 80 + $signature: 79 }; A._CommonRules_blockquote_closure.prototype = { call$2($content, node) { @@ -330426,7 +330513,7 @@ t2 = A.RegExp_RegExp("^", true, false, true, false); return "\n\n" + A.stringReplaceAllUnchecked(t1, t2, "> ") + "\n\n"; }, - $signature: 80 + $signature: 79 }; A._CommonRules_list_closure.prototype = { call$2($content, node) { @@ -330444,7 +330531,7 @@ else return "\n\n" + $content + "\n\n"; }, - $signature: 80 + $signature: 79 }; A._CommonRules_listItem_closure.prototype = { call$2($content, node) { @@ -330479,7 +330566,7 @@ postfix = t1 ? "\n" : ""; return prefix + convertContent + postfix; }, - $signature: 80 + $signature: 79 }; A._CommonRules_indentedCodeBlock_closure.prototype = { call$1(node) { @@ -330497,7 +330584,7 @@ t1 = false; return t1; }, - $signature: 234 + $signature: 255 }; A._CommonRules_indentedCodeBlock_closure0.prototype = { call$2($content, node) { @@ -330522,7 +330609,7 @@ return result + "\n\n"; } }, - $signature: 80 + $signature: 79 }; A._CommonRules_fencedCodeBlock_closure.prototype = { call$1(node) { @@ -330540,7 +330627,7 @@ t1 = false; return t1; }, - $signature: 234 + $signature: 255 }; A._CommonRules_fencedCodeBlock_closure0.prototype = { call$2($content, node) { @@ -330558,19 +330645,19 @@ language = className; return "\n\n" + A.getStyleOption("fence") + language + "\n" + node.get$firstChild(node).get$textContent() + "\n" + A.getStyleOption("fence") + "\n\n"; }, - $signature: 80 + $signature: 79 }; A._CommonRules_horizontalRule_closure.prototype = { call$2($content, node) { return A.getStyleOption("hr") + "\n"; }, - $signature: 80 + $signature: 79 }; 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: 234 + $signature: 255 }; A._CommonRules_inlineLink_closure0.prototype = { call$2($content, node) { @@ -330583,13 +330670,13 @@ renderedTitle = title.length === 0 ? title : ' "' + title + '"'; return "[" + $content + "](" + t1 + renderedTitle + ")"; }, - $signature: 80 + $signature: 79 }; 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: 234 + $signature: 255 }; A._CommonRules_referenceLink_closure1.prototype = { call$2($content, node) { @@ -330621,7 +330708,7 @@ $._linkReferences.push(reference); return result; }, - $signature: 80 + $signature: 79 }; A._CommonRules_referenceLink_closure.prototype = { call$0() { @@ -330632,7 +330719,7 @@ result = ""; return result; }, - $signature: 76 + $signature: 77 }; A._CommonRules_emphasis_closure.prototype = { call$2($content, node) { @@ -330641,7 +330728,7 @@ return ""; return A.getStyleOption(_s11_) + $content + A.getStyleOption(_s11_); }, - $signature: 80 + $signature: 79 }; A._CommonRules_strong_closure.prototype = { call$2($content, node) { @@ -330650,7 +330737,7 @@ return ""; return A.getStyleOption(_s15_) + $content + A.getStyleOption(_s15_); }, - $signature: 80 + $signature: 79 }; A._CommonRules_strike_closure.prototype = { call$2($content, node) { @@ -330658,7 +330745,7 @@ return ""; return "~~" + $content + "~~"; }, - $signature: 80 + $signature: 79 }; A._CommonRules_code_closure.prototype = { call$1(node) { @@ -330677,7 +330764,7 @@ isCodeBlock = false; return node.get$nodeName(node) === "code" && !isCodeBlock; }, - $signature: 234 + $signature: 255 }; A._CommonRules_code_closure0.prototype = { call$2($content, node) { @@ -330701,13 +330788,13 @@ } return delimiter + leadingSpace + $content + trailingSpace + delimiter; }, - $signature: 80 + $signature: 79 }; A._CommonRules_code__closure.prototype = { call$1(match) { return match._match[0]; }, - $signature: 2508 + $signature: 2505 }; A._CommonRules_image_closure.prototype = { call$2($content, node) { @@ -330724,13 +330811,13 @@ titlePart = title.length !== 0 ? ' "' + title + '"' : ""; return src.length !== 0 ? "![" + alt + "](" + src + titlePart + ")" : ""; }, - $signature: 80 + $signature: 79 }; A._TableRules_tableCell_closure.prototype = { call$2($content, node) { return A._TableRules_cell($content, node) + A._TableRules_spannedCells(node, ""); }, - $signature: 80 + $signature: 79 }; A._TableRules_tableRow_closure.prototype = { call$2($content, node) { @@ -330778,7 +330865,7 @@ t1 = borderCells.length !== 0 ? "\n" + borderCells : ""; return "\n" + $content + t1; }, - $signature: 80 + $signature: 79 }; A._TableRules_table_closure.prototype = { call$2($content, node) { @@ -330797,13 +330884,13 @@ } return "\n\n" + A.stringReplaceAllUnchecked($content, "\n\n", "\n") + "\n\n"; }, - $signature: 80 + $signature: 79 }; A._TableRules_tableSection_closure.prototype = { call$2($content, node) { return $content; }, - $signature: 80 + $signature: 79 }; A._TableRules_captionSection_closure.prototype = { call$2($content, node) { @@ -330820,19 +330907,19 @@ return $content; return ""; }, - $signature: 80 + $signature: 79 }; A.get_closure.prototype = { call$1(client) { return client.$get$2$headers(0, this.url, this.headers); }, - $signature: 2514 + $signature: 2508 }; A.readBytes_closure.prototype = { call$1(client) { return client.readBytes$2$headers(this.url, this.headers); }, - $signature: 2515 + $signature: 2510 }; A.BaseClient.prototype = { $get$2$headers(_, url, headers) { @@ -331019,13 +331106,13 @@ call$2(key1, key2) { return key1.toLowerCase() === key2.toLowerCase(); }, - $signature: 2517 + $signature: 2515 }; A.BaseRequest_closure0.prototype = { call$1(key) { return B.JSString_methods.get$hashCode(key.toLowerCase()); }, - $signature: 2520 + $signature: 2516 }; A.BaseResponse.prototype = { BaseResponse$7$contentLength$headers$isRedirect$persistentConnection$reasonPhrase$request(statusCode, contentLength, headers, isRedirect, persistentConnection, reasonPhrase, request) { @@ -331129,13 +331216,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: 732 + $signature: 733 }; A.BrowserClient_send_closure0.prototype = { call$1(_) { this.completer.completeError$2(new A.ClientException("XMLHttpRequest error."), A.StackTrace_current()); }, - $signature: 732 + $signature: 733 }; A.ByteStream.prototype = { toBytes$0() { @@ -331150,7 +331237,7 @@ call$1(bytes) { return this.completer.complete$1(0, new Uint8Array(A._ensureNativeList(bytes))); }, - $signature: 811 + $signature: 813 }; A.ClientException.prototype = { toString$0(_) { @@ -331383,14 +331470,14 @@ t2 = A._Uri__uriEncode(B.List_nxB, key, t1, true); return this.pairs.push(A._setArrayType([t2, A._Uri__uriEncode(B.List_nxB, value, t1, true)], type$.JSArray_String)); }, - $signature: 195 + $signature: 177 }; 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: 2530 + $signature: 2521 }; A.onDone_closure.prototype = { call$1(sink) { @@ -331409,7 +331496,7 @@ call$1(key) { return key.toLowerCase(); }, - $signature: 128 + $signature: 129 }; A.MediaType.prototype = { get$mimeType(_) { @@ -331493,7 +331580,7 @@ scanner.expectDone$0(); return A.MediaType$(t4, t5, parameters); }, - $signature: 2532 + $signature: 2523 }; A.MediaType_toString_closure.prototype = { call$2(attribute, value) { @@ -331514,13 +331601,13 @@ } else t1._contents = t3 + A.S(value); }, - $signature: 195 + $signature: 177 }; A.MediaType_toString__closure.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 0)); }, - $signature: 120 + $signature: 117 }; A.expectQuotedString_closure.prototype = { call$1(match) { @@ -331528,7 +331615,7 @@ t1.toString; return t1; }, - $signature: 120 + $signature: 117 }; A.Channel.prototype = { _enumToString$0() { @@ -332605,7 +332692,7 @@ this.$this.directories.$indexSet(0, key, t1); return t1; }, - $signature: 2533 + $signature: 2531 }; A.IfdDirectory.prototype = { get$isEmpty(_) { @@ -332682,7 +332769,7 @@ this.$this.data.$indexSet(0, tag, t1); return t1; }, - $signature: 2534 + $signature: 2533 }; A.IfdValueType.prototype = { _enumToString$0() { @@ -338017,7 +338104,7 @@ t1.complete$1(0, A.List_List$of(new A.MappedListIterable(files, new A.ImagePickerPlugin__getSelectedXFiles__closure(), t2), true, t2._eval$1("ListIterable.E"))); } }, - $signature: 573 + $signature: 444 }; A.ImagePickerPlugin__getSelectedXFiles__closure.prototype = { call$1(file) { @@ -338027,7 +338114,7 @@ t4 = file.lastModified; return A.XFile$(t1, A.DateTime$fromMillisecondsSinceEpoch(t4 == null ? Date.now() : t4, false), t3, file.type, t2); }, - $signature: 2538 + $signature: 2535 }; A.ImagePickerPlugin__getSelectedXFiles_closure0.prototype = { call$1($event) { @@ -338035,7 +338122,7 @@ if ((t1.future._state & 30) === 0) t1.completeError$1($event); }, - $signature: 573 + $signature: 444 }; A.ImageResizer.prototype = { resizeImageIfNeeded$4(file, maxWidth, maxHeight, imageQuality) { @@ -338170,14 +338257,14 @@ call$1($event) { this.imageLoadCompleter.complete$1(0, this.imageElement); }, - $signature: 422 + $signature: 409 }; A.ImageResizer_loadImage_closure0.prototype = { call$1($event) { B.ImageElement_methods.remove$0(this.imageElement); this.imageLoadCompleter.completeError$1("Error while loading image."); }, - $signature: 422 + $signature: 409 }; A.MethodChannelImagePicker.prototype = { _getImagePath$6$imageQuality$maxHeight$maxWidth$preferredCameraDevice$requestFullMetadata$source(imageQuality, maxHeight, maxWidth, preferredCameraDevice, requestFullMetadata, source) { @@ -338651,19 +338738,19 @@ call$1(e) { return A._asStringS(e); }, - $signature: 572 + $signature: 447 }; A._$PurchasesResultWrapperFromJson_closure.prototype = { call$2(k, e) { return new A.MapEntry(A._asStringS(k), e, type$.MapEntry_String_dynamic); }, - $signature: 204 + $signature: 205 }; 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: 2548 + $signature: 2540 }; A.SkuDetailsWrapper.prototype = { $eq(_, other) { @@ -338707,7 +338794,7 @@ call$2(k, e) { return new A.MapEntry(A._asStringS(k), e, type$.MapEntry_String_dynamic); }, - $signature: 204 + $signature: 205 }; A._$SkuDetailsResponseWrapperFromJson_closure0.prototype = { call$1(e) { @@ -338759,7 +338846,7 @@ t1 = A._asIntQ(t1.$index(0, "originalPriceAmountMicros")); return new A.SkuDetailsWrapper(t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t1 == null ? 0 : t1); }, - $signature: 2551 + $signature: 2547 }; A.InAppPurchaseAndroidPlatform.prototype = { InAppPurchaseAndroidPlatform$_$0() { @@ -338847,7 +338934,7 @@ if (t1 instanceof A.PlatformException) { e = t1; exception = e; - responses = A._setArrayType([new A.SkuDetailsResponseWrapper(new A.BillingResultWrapper(B.BillingResponse_9, e.code), B.List_empty19), new A.SkuDetailsResponseWrapper(new A.BillingResultWrapper(B.BillingResponse_9, e.code), B.List_empty19)], type$.JSArray_SkuDetailsResponseWrapper); + responses = A._setArrayType([new A.SkuDetailsResponseWrapper(new A.BillingResultWrapper(B.BillingResponse_9, e.code), B.List_empty12), new A.SkuDetailsResponseWrapper(new A.BillingResultWrapper(B.BillingResponse_9, e.code), B.List_empty12)], type$.JSArray_SkuDetailsResponseWrapper); } else throw $async$exception0; // goto after finally @@ -339117,43 +339204,43 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2552 + $signature: 2549 }; A.InAppPurchaseAndroidPlatform_queryProductDetails_closure.prototype = { call$1(response) { return response.skuDetailsList; }, - $signature: 2554 + $signature: 2552 }; A.InAppPurchaseAndroidPlatform_queryProductDetails_closure0.prototype = { call$1(skuDetailWrapper) { return new A.GooglePlayProductDetails(skuDetailWrapper.sku, skuDetailWrapper.description, skuDetailWrapper.price, skuDetailWrapper.priceAmountMicros / 1000000); }, - $signature: 2555 + $signature: 2553 }; A.InAppPurchaseAndroidPlatform_queryProductDetails_closure1.prototype = { call$1(productDetails) { return productDetails.id; }, - $signature: 2556 + $signature: 2555 }; A.InAppPurchaseAndroidPlatform_restorePurchases_closure.prototype = { call$1(response) { return response.responseCode !== B.BillingResponse_3; }, - $signature: 2557 + $signature: 2556 }; A.InAppPurchaseAndroidPlatform_restorePurchases_closure0.prototype = { call$1(response) { return J.toString$0$(response.responseCode); }, - $signature: 2567 + $signature: 2557 }; A.InAppPurchaseAndroidPlatform_restorePurchases_closure1.prototype = { call$1(response) { return response.purchasesList; }, - $signature: 2568 + $signature: 2558 }; A.InAppPurchaseAndroidPlatform_restorePurchases_closure2.prototype = { call$1(purchaseWrapper) { @@ -339161,7 +339248,7 @@ purchaseDetails.status = B.PurchaseStatus_3; return purchaseDetails; }, - $signature: 2569 + $signature: 2568 }; A.InAppPurchaseAndroidPlatform__connect_closure.prototype = { call$0() { @@ -339176,7 +339263,7 @@ googlePlayPurchaseDetails.status = B.PurchaseStatus_4; return this.$this._maybeAutoConsumePurchase$1(googlePlayPurchaseDetails); }, - $signature: 2576 + $signature: 2569 }; A.InAppPurchaseAndroidPlatformAddition.prototype = {}; A.GooglePlayProductDetails.prototype = {}; @@ -339350,7 +339437,7 @@ if (t1 instanceof A.PlatformException) { e = t1; exception = e; - response = new A.SkProductResponseWrapper(B.List_empty20, A.List_List$of(identifiers, true, A._instanceType(identifiers)._eval$1("SetMixin.E"))); + response = new A.SkProductResponseWrapper(B.List_empty13, A.List_List$of(identifiers, true, A._instanceType(identifiers)._eval$1("SetMixin.E"))); } else throw $async$exception0; // goto after finally @@ -339424,7 +339511,7 @@ t5 = A.double_parse(t4); return new A.AppStoreProductDetails(t1, t2, t3.currencySymbol + t4, t5); }, - $signature: 2578 + $signature: 2570 }; A._TransactionRestoreState.prototype = { _enumToString$0() { @@ -339524,7 +339611,7 @@ call$1(transaction) { return transaction.transactionState === B.SKPaymentTransactionStateWrapper_3; }, - $signature: 2583 + $signature: 2577 }; A._TransactionObserver__handleTransationUpdates_closure0.prototype = { call$1(transaction) { @@ -339548,7 +339635,7 @@ } return purchaseDetails; }, - $signature: 2587 + $signature: 2579 }; A.InAppPurchaseStoreKitPlatformAddition.prototype = {}; A.SKTransactionStatusConverter.prototype = { @@ -339900,7 +339987,7 @@ var t1 = type$.dynamic; return A._$SKPaymentTransactionWrapperFromJson(A.Map_castFrom(type$.Map_dynamic_dynamic._as(map), t1, t1, type$.String, t1)); }, - $signature: 2588 + $signature: 2584 }; A.SKError.prototype = { $eq(_, other) { @@ -339941,7 +340028,7 @@ call$2(k, e) { return new A.MapEntry(A._asStringS(k), e, type$.MapEntry_String_dynamic); }, - $signature: 204 + $signature: 205 }; A.SKPaymentTransactionStateWrapper.prototype = { _enumToString$0() { @@ -340069,43 +340156,43 @@ call$1(e) { return A._$SKProductWrapperFromJson(A.LinkedHashMap_LinkedHashMap$from(type$.Map_dynamic_dynamic._as(e), type$.String, type$.dynamic)); }, - $signature: 2601 + $signature: 2588 }; A._$SkProductResponseWrapperFromJson_closure0.prototype = { call$1(e) { return A._asStringS(e); }, - $signature: 572 + $signature: 447 }; A._$SKProductDiscountWrapperFromJson_closure.prototype = { call$2(k, e) { return new A.MapEntry(A._asStringS(k), e, type$.MapEntry_String_dynamic); }, - $signature: 204 + $signature: 205 }; A._$SKProductDiscountWrapperFromJson_closure0.prototype = { call$2(k, e) { return new A.MapEntry(A._asStringS(k), e, type$.MapEntry_String_dynamic); }, - $signature: 204 + $signature: 205 }; A._$SKProductWrapperFromJson_closure.prototype = { call$2(k, e) { return new A.MapEntry(A._asStringS(k), e, type$.MapEntry_String_dynamic); }, - $signature: 204 + $signature: 205 }; A._$SKProductWrapperFromJson_closure0.prototype = { call$2(k, e) { return new A.MapEntry(A._asStringS(k), e, type$.MapEntry_String_dynamic); }, - $signature: 204 + $signature: 205 }; 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: 2602 + $signature: 2601 }; A.SKRequestMaker.prototype = { startProductRequest$1(productIdentifiers) { @@ -340179,7 +340266,7 @@ call$1(locale) { return "default"; }, - $signature: 128 + $signature: 129 }; A.NumberSymbols.prototype = { toString$0(_) { @@ -340554,25 +340641,25 @@ }, "call*": "call$8", $requiredArgCount: 8, - $signature: 2604 + $signature: 2603 }; A.DateFormat__checkDateOnly_closure.prototype = { call$1(each) { return each.get$forDate(); }, - $signature: 2605 + $signature: 2604 }; A.DateFormat__initDigitMatcher_closure.prototype = { call$1(i) { return i; }, - $signature: 134 + $signature: 138 }; A.DateFormat__initDigitMatcher_closure0.prototype = { call$1(i) { return this.$this.get$localeZeroCodeUnit() + i; }, - $signature: 134 + $signature: 138 }; A.DateFormat__fieldConstructors_closure.prototype = { call$2(pattern, $parent) { @@ -340580,21 +340667,21 @@ B.JSString_methods.trim$0(t1); return new A._DateFormatQuotedField(pattern, t1, $parent); }, - $signature: 2606 + $signature: 2605 }; A.DateFormat__fieldConstructors_closure0.prototype = { call$2(pattern, $parent) { J.trim$0$s(pattern); return new A._DateFormatPatternField(pattern, $parent); }, - $signature: 2607 + $signature: 2606 }; A.DateFormat__fieldConstructors_closure1.prototype = { call$2(pattern, $parent) { J.trim$0$s(pattern); return new A._DateFormatLiteralField(pattern, $parent); }, - $signature: 2608 + $signature: 2607 }; A._DateFormatField.prototype = { get$forDate() { @@ -340982,20 +341069,20 @@ call$1(each) { return this.input.peek$1(J.get$length$asx(each)) === each; }, - $signature: 157 + $signature: 158 }; A._DateFormatPatternField_parseEnumeratedString_closure0.prototype = { call$2(a, b) { var t1 = this.possibilities; return B.JSInt_methods.compareTo$1(t1[a].length, t1[b].length); }, - $signature: 341 + $signature: 357 }; A._DateFormatPatternField_parseStandaloneDay_closure.prototype = { call$1(x) { return x; }, - $signature: 99 + $signature: 98 }; A.IntlStream.prototype = { read$1(_, howMany) { @@ -341238,13 +341325,13 @@ call$1(x) { return this.newPattern; }, - $signature: 2612 + $signature: 2611 }; A.NumberFormat_NumberFormat$decimalPattern_closure.prototype = { call$1(x) { return x.DECIMAL_PATTERN; }, - $signature: 2615 + $signature: 2612 }; A.NumberFormatParseResult.prototype = {}; A.NumberFormatParser.prototype = { @@ -341553,19 +341640,19 @@ if (t1._framework$_element != null) t1.setState$1(new A._CountryPickerDialogState_build__closure2()); }, - $signature: 92 + $signature: 93 }; A._CountryPickerDialogState_build__closure0.prototype = { call$1(country) { return B.JSString_methods.contains$1(country.dialCode, this.value); }, - $signature: 565 + $signature: 464 }; A._CountryPickerDialogState_build__closure1.prototype = { call$1(country) { return B.JSString_methods.contains$1(country.name.toLowerCase(), this.value.toLowerCase()); }, - $signature: 565 + $signature: 464 }; A._CountryPickerDialogState_build__closure2.prototype = { call$0() { @@ -341592,7 +341679,7 @@ t1 = A.Divider$(_null, _null, 1); return A.Column$(A._setArrayType([t2, t1], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 2617 + $signature: 2616 }; A._CountryPickerDialogState_build__closure.prototype = { call$0() { @@ -341682,7 +341769,7 @@ t2 = this.$this._widget.initialCountryCode; return t1 === t2; }, - $signature: 565 + $signature: 464 }; A._IntlPhoneFieldState_initState_closure0.prototype = { call$0() { @@ -341690,13 +341777,13 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return B.JSArray_methods.get$first(t1); }, - $signature: 2621 + $signature: 2617 }; A._IntlPhoneFieldState__changeCountry_closure.prototype = { call$1(context) { return new A.StatefulBuilder(new A._IntlPhoneFieldState__changeCountry__closure(this.$this), null); }, - $signature: 2622 + $signature: 2621 }; A._IntlPhoneFieldState__changeCountry__closure.prototype = { call$2(ctx, setState) { @@ -341711,7 +341798,7 @@ t4 === $ && A.throwUnnamedLateFieldNI(); return new A.CountryPickerDialog(t3, t4, new A._IntlPhoneFieldState__changeCountry___closure(t1, setState), "Search country", t2, null, null); }, - $signature: 2623 + $signature: 2622 }; A._IntlPhoneFieldState__changeCountry___closure.prototype = { call$1(country) { @@ -341720,7 +341807,7 @@ t1._widget.toString; this.setState.call$1(new A._IntlPhoneFieldState__changeCountry____closure()); }, - $signature: 2625 + $signature: 2623 }; A._IntlPhoneFieldState__changeCountry____closure.prototype = { call$0() { @@ -341736,7 +341823,7 @@ call$1(value) { this.$this._widget.toString; }, - $signature: 251 + $signature: 232 }; A._IntlPhoneFieldState_build_closure.prototype = { call$1(value) { @@ -341772,7 +341859,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 575 + $signature: 507 }; A._IntlPhoneFieldState_build_closure1.prototype = { call$1(value) { @@ -341780,7 +341867,7 @@ t1._widget.toString; return t1.validatorMessage; }, - $signature: 354 + $signature: 342 }; A.IconPosition.prototype = { _enumToString$0() { @@ -343241,38 +343328,38 @@ b.get$_client_model$_$this()._client_model$_isPrimary = true; return b; }, - $signature: 344 + $signature: 363 }; A.ClientEntity_primaryContact_closure.prototype = { call$1(contact) { return contact.isPrimary; }, - $signature: 154 + $signature: 148 }; A.ClientEntity_primaryContact_closure0.prototype = { call$0() { return A.ClientContactEntity_ClientContactEntity(); }, - $signature: 522 + $signature: 474 }; A.ClientEntity_emailContacts_closure.prototype = { call$1(contact) { return contact.sendEmail; }, - $signature: 154 + $signature: 148 }; A.ClientEntity_hasEmailAddress_closure.prototype = { call$1(contact) { var t1 = contact.email; return t1.length !== 0; }, - $signature: 154 + $signature: 148 }; A.ClientEntity_getContact_closure.prototype = { call$1(contact) { return contact.id === this.contactId; }, - $signature: 154 + $signature: 148 }; A.ClientEntity_getContact_closure0.prototype = { call$0() { @@ -344689,7 +344776,7 @@ b.get$_company_gateway_model$_$this()._config = t1; return b; }, - $signature: 59 + $signature: 57 }; A.FeesAndLimitsSettings.prototype = {}; A._$CompanyGatewayListResponseSerializer.prototype = { @@ -345907,20 +345994,20 @@ call$1(option) { return option.supportTokenBilling; }, - $signature: 731 + $signature: 732 }; A.GatewayEntity_matchesFilterValue_closure.prototype = { call$1(option) { return option.supportTokenBilling; }, - $signature: 731 + $signature: 732 }; 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_legacy_String) : t1)); }, - $signature: 2646 + $signature: 2645 }; A.GatewayOptionsEntity.prototype = {}; A.UserCompanyEntity.prototype = { @@ -345966,14 +346053,14 @@ b.$indexSet(0, "email", A.BuiltList_BuiltList$from(A._setArrayType(["all_notifications"], type$.JSArray_legacy_String), type$.legacy_String)); return b; }, - $signature: 730 + $signature: 731 }; A.UserCompanyEntity__initializeBuilder_closure.prototype = { call$1(b) { b.$indexSet(0, "email", A.BuiltList_BuiltList$from(A._setArrayType(["all_notifications"], type$.JSArray_legacy_String), type$.legacy_String)); return b; }, - $signature: 730 + $signature: 731 }; A.UserSettingsEntity.prototype = { getTableColumns$1(entityType) { @@ -345990,6 +346077,14 @@ return new A.CopyOnWriteList(true, t2._list, A.instanceType(t2)._eval$1("CopyOnWriteList<1>")); } else return null; + }, + get$validatedAccentColor() { + var t1 = this.accentColor; + if ((t1 == null ? "" : t1).length === 0) + return "#2F7DC3"; + if (t1.toLowerCase() === "#ffffff") + return "#2F7DC3"; + return t1; } }; A.ReportSettingsEntity.prototype = {}; @@ -350183,7 +350278,7 @@ b.get$_design_model$_$this()._design_model$_isDeleted = false; return b; }, - $signature: 351 + $signature: 398 }; A._$DesignListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -351635,7 +351730,7 @@ return false; return true; }, - $signature: 485 + $signature: 520 }; A.BelongsToClient.prototype = {}; A.BelongsToVendor.prototype = {}; @@ -357700,13 +357795,13 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 203 + $signature: 208 }; A.InvoiceEntity_InvoiceEntity_closure0.prototype = { call$1(contact) { return A.InvitationEntity_InvitationEntity(null, contact.id); }, - $signature: 474 + $signature: 546 }; A.InvoiceEntity_moveLineItem_closure.prototype = { call$1(b) { @@ -357737,7 +357832,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(null, contact.id); }, - $signature: 474 + $signature: 546 }; A.InvoiceEntity_recreateInvitations_closure.prototype = { call$1(b) { @@ -357750,7 +357845,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 203 + $signature: 208 }; A.InvoiceEntity_recreateInvitations_closure1.prototype = { call$1(b) { @@ -357806,20 +357901,20 @@ call$1(lineItem) { return lineItem.rebuild$1(new A.InvoiceEntity_clone___closure()); }, - $signature: 2680 + $signature: 2679 }; A.InvoiceEntity_clone___closure.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_typeId = "1"; return b; }, - $signature: 66 + $signature: 65 }; A.InvoiceEntity_clone__closure1.prototype = { call$1(invitation) { return A.InvitationEntity_InvitationEntity(invitation.clientContactId, invitation.vendorContactId); }, - $signature: 2682 + $signature: 2681 }; A.InvoiceEntity_applyClient_closure.prototype = { call$1(b) { @@ -357938,13 +358033,13 @@ t1 = false; return t1; }, - $signature: 485 + $signature: 520 }; A.InvoiceEntity_history_closure0.prototype = { call$1(activity) { return activity.history; }, - $signature: 2683 + $signature: 2682 }; A.InvoiceEntity_hasTasks_closure.prototype = { call$1(item) { @@ -358001,13 +358096,13 @@ call$1(invitation) { return invitation.viewedDate.length !== 0; }, - $signature: 452 + $signature: 578 }; A.InvoiceEntity_getInvitationForClientContact_closure.prototype = { call$1(invitation) { return invitation.clientContactId === this.contact.id; }, - $signature: 452 + $signature: 578 }; A.InvoiceEntity_getInvitationForClientContact_closure0.prototype = { call$0() { @@ -358019,7 +358114,7 @@ call$1(invitation) { return invitation.vendorContactId === this.contact.id; }, - $signature: 452 + $signature: 578 }; A.InvoiceEntity_getInvitationForVendorContact_closure0.prototype = { call$0() { @@ -358035,13 +358130,13 @@ else return A.round(taxable * t1, 2); }, - $signature: 2691 + $signature: 2685 }; A.InvoiceEntity__calculateTax_closure.prototype = { call$0() { return A.LinkedHashMap_LinkedHashMap$_literal(["name", this.name, "rate", this.rate, "amount", 0, "paid", 0], type$.legacy_String, type$.dynamic); }, - $signature: 2692 + $signature: 2691 }; A.InvoiceItemEntity.prototype = { taxAmount$2(invoice, precision) { @@ -358116,7 +358211,7 @@ lineTotal = this.$this.total$2(0, t1, t2); return A.round(t1.usesInclusiveTaxes ? lineTotal - lineTotal / (1 + rate / 100) : lineTotal * rate / 100, t2); }, - $signature: 202 + $signature: 209 }; A.InvoiceItemEntity_applyTax_closure.prototype = { call$1(b) { @@ -358127,7 +358222,7 @@ b.get$_invoice_model$_$this()._taxName3 = t1; return b; }, - $signature: 66 + $signature: 65 }; A.InvoiceItemEntity_applyTax_closure0.prototype = { call$1(b) { @@ -358138,7 +358233,7 @@ b.get$_invoice_model$_$this()._taxName2 = t1; return b; }, - $signature: 66 + $signature: 65 }; A.InvoiceItemEntity_applyTax_closure1.prototype = { call$1(b) { @@ -358149,7 +358244,7 @@ b.get$_invoice_model$_$this()._taxName1 = t1; return b; }, - $signature: 66 + $signature: 65 }; A.InvitationEntity.prototype = { matchesFilter$1(filter) { @@ -360255,13 +360350,13 @@ t1.update$3$ifAbsent(t1, item.taxName3, new A.CalculateInvoiceTotal_calculateTaxes__closure3(t2), new A.CalculateInvoiceTotal_calculateTaxes__closure4(t2)); } }, - $signature: 293 + $signature: 281 }; A.CalculateInvoiceTotal_calculateTaxes__closure.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 202 + $signature: 209 }; A.CalculateInvoiceTotal_calculateTaxes__closure0.prototype = { call$0() { @@ -360273,7 +360368,7 @@ call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 202 + $signature: 209 }; A.CalculateInvoiceTotal_calculateTaxes__closure2.prototype = { call$0() { @@ -360285,7 +360380,7 @@ call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 202 + $signature: 209 }; A.CalculateInvoiceTotal_calculateTaxes__closure4.prototype = { call$0() { @@ -360297,7 +360392,7 @@ call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 202 + $signature: 209 }; A.CalculateInvoiceTotal_calculateTaxes_closure1.prototype = { call$0() { @@ -360309,7 +360404,7 @@ call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 202 + $signature: 209 }; A.CalculateInvoiceTotal_calculateTaxes_closure3.prototype = { call$0() { @@ -360321,7 +360416,7 @@ call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 202 + $signature: 209 }; A.CalculateInvoiceTotal_calculateTaxes_closure5.prototype = { call$0() { @@ -360337,7 +360432,7 @@ lineTotal = this.$this.isAmountDiscount ? lineTotal - t1 : lineTotal - A.round(lineTotal * t1 / 100, this.precision); this._box_0.total += lineTotal; }, - $signature: 293 + $signature: 281 }; A.CalculateInvoiceTotal_calculateTotal_closure.prototype = { call$1(item) { @@ -360373,7 +360468,7 @@ t1.itemTax = t1.itemTax + A.round(lineTotal * taxRate3 / 100, _this.precision); } }, - $signature: 293 + $signature: 281 }; A.CalculateInvoiceTotal_calculateSubtotal_closure.prototype = { call$1(item) { @@ -360387,7 +360482,7 @@ t1 = _this._box_0; t1.total = t1.total + A.round(lineTotal, _this.precision); }, - $signature: 293 + $signature: 281 }; A.EntityAction.prototype = { toString$0(_) { @@ -362322,7 +362417,7 @@ b.get$_product_model$_$this()._product_model$_isDeleted = false; return b; }, - $signature: 163 + $signature: 165 }; A._$ProductListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -363186,7 +363281,7 @@ b.get$_project_model$_$this()._project_model$_isDeleted = false; return b; }, - $signature: 197 + $signature: 186 }; A._$ProjectListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -364614,301 +364709,301 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_BankAccountEntity); }, - $signature: 729 + $signature: 730 }; A._$serializers_closure0.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ClientContactEntity); }, - $signature: 2717 + $signature: 2712 }; A._$serializers_closure1.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ActivityEntity); }, - $signature: 424 + $signature: 339 }; A._$serializers_closure2.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_LedgerEntity); }, - $signature: 2719 + $signature: 2718 }; A._$serializers_closure3.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GatewayTokenEntity); }, - $signature: 728 + $signature: 729 }; A._$serializers_closure4.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 147 + $signature: 146 }; A._$serializers_closure5.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SystemLogEntity); }, - $signature: 590 + $signature: 453 }; A._$serializers_closure6.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ClientEntity); }, - $signature: 724 + $signature: 725 }; A._$serializers_closure7.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CompanyGatewayEntity); }, - $signature: 723 + $signature: 724 }; A._$serializers_closure8.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CountryEntity); }, - $signature: 720 + $signature: 721 }; A._$serializers_closure9.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CurrencyEntity); }, - $signature: 719 + $signature: 720 }; A._$serializers_closure10.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CurrencyEntity); }, - $signature: 719 + $signature: 720 }; A._$serializers_closure11.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SizeEntity); }, - $signature: 718 + $signature: 719 }; A._$serializers_closure12.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_IndustryEntity); }, - $signature: 717 + $signature: 718 }; A._$serializers_closure13.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TimezoneEntity); }, - $signature: 716 + $signature: 717 }; A._$serializers_closure14.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GatewayEntity); }, - $signature: 2767 + $signature: 2765 }; A._$serializers_closure15.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DateFormatEntity); }, - $signature: 715 + $signature: 716 }; A._$serializers_closure16.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DatetimeFormatEntity); }, - $signature: 714 + $signature: 715 }; A._$serializers_closure17.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_LanguageEntity); }, - $signature: 713 + $signature: 714 }; A._$serializers_closure18.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTypeEntity); }, - $signature: 712 + $signature: 713 }; A._$serializers_closure19.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CountryEntity); }, - $signature: 720 + $signature: 721 }; A._$serializers_closure20.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceStatusEntity); }, - $signature: 2791 + $signature: 2784 }; A._$serializers_closure21.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TemplateEntity); }, - $signature: 711 + $signature: 712 }; A._$serializers_closure22.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DateFormatEntity); }, - $signature: 715 + $signature: 716 }; A._$serializers_closure23.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DatetimeFormatEntity); }, - $signature: 714 + $signature: 715 }; A._$serializers_closure24.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DesignEntity); }, - $signature: 710 + $signature: 711 }; A._$serializers_closure25.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 147 + $signature: 146 }; A._$serializers_closure26.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 147 + $signature: 146 }; A._$serializers_closure27.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 147 + $signature: 146 }; A._$serializers_closure28.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 147 + $signature: 146 }; A._$serializers_closure29.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 147 + $signature: 146 }; A._$serializers_closure30.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 147 + $signature: 146 }; A._$serializers_closure31.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseScheduleEntity); }, - $signature: 2801 + $signature: 2797 }; A._$serializers_closure32.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_EntityState); }, - $signature: 2804 + $signature: 2798 }; A._$serializers_closure33.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_EntityStatus); }, - $signature: 2805 + $signature: 2801 }; A._$serializers_closure34.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure35.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure36.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure37.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure38.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure39.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_EntityType); }, - $signature: 2898 + $signature: 2805 }; A._$serializers_closure40.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_BaseEntity); }, - $signature: 2902 + $signature: 2897 }; A._$serializers_closure41.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseCategoryEntity); }, - $signature: 709 + $signature: 710 }; A._$serializers_closure42.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseEntity); }, - $signature: 504 + $signature: 506 }; A._$serializers_closure43.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GatewayTokenEntity); }, - $signature: 728 + $signature: 729 }; A._$serializers_closure44.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GroupEntity); }, - $signature: 708 + $signature: 709 }; A._$serializers_closure45.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GroupEntity); }, - $signature: 708 + $signature: 709 }; A._$serializers_closure46.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ActivityEntity); }, - $signature: 424 + $signature: 339 }; A._$serializers_closure47.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaxRateEntity); }, - $signature: 773 + $signature: 708 }; A._$serializers_closure48.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskStatusEntity); }, - $signature: 706 + $signature: 774 }; A._$serializers_closure49.prototype = { call$0() { @@ -364920,109 +365015,109 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CompanyGatewayEntity); }, - $signature: 723 + $signature: 724 }; A._$serializers_closure51.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseCategoryEntity); }, - $signature: 709 + $signature: 710 }; A._$serializers_closure52.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserEntity); }, - $signature: 592 + $signature: 703 }; A._$serializers_closure53.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ClientEntity); }, - $signature: 724 + $signature: 725 }; A._$serializers_closure54.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProductEntity); }, - $signature: 701 + $signature: 702 }; A._$serializers_closure55.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 201 + $signature: 212 }; A._$serializers_closure56.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 201 + $signature: 212 }; A._$serializers_closure57.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseEntity); }, - $signature: 504 + $signature: 506 }; A._$serializers_closure58.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentEntity); }, - $signature: 700 + $signature: 701 }; A._$serializers_closure59.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 201 + $signature: 212 }; A._$serializers_closure60.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 201 + $signature: 212 }; A._$serializers_closure61.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 201 + $signature: 212 }; A._$serializers_closure62.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_BankAccountEntity); }, - $signature: 729 + $signature: 730 }; A._$serializers_closure63.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TransactionEntity); }, - $signature: 699 + $signature: 695 }; A._$serializers_closure64.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TransactionRuleEntity); }, - $signature: 693 + $signature: 694 }; A._$serializers_closure65.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskEntity); }, - $signature: 692 + $signature: 691 }; A._$serializers_closure66.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProjectEntity); }, - $signature: 689 + $signature: 690 }; A._$serializers_closure67.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseEntity); }, - $signature: 504 + $signature: 506 }; A._$serializers_closure68.prototype = { call$0() { @@ -365034,302 +365129,302 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DesignEntity); }, - $signature: 710 + $signature: 711 }; A._$serializers_closure70.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 147 + $signature: 146 }; A._$serializers_closure71.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ScheduleEntity); }, - $signature: 686 + $signature: 687 }; A._$serializers_closure72.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TokenEntity); }, - $signature: 685 + $signature: 686 }; A._$serializers_closure73.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_WebhookEntity); }, - $signature: 684 + $signature: 682 }; A._$serializers_closure74.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SubscriptionEntity); }, - $signature: 680 + $signature: 679 }; A._$serializers_closure75.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTermEntity); }, - $signature: 677 + $signature: 678 }; A._$serializers_closure76.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SystemLogEntity); }, - $signature: 590 + $signature: 453 }; A._$serializers_closure77.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_RegistrationFieldEntity); }, - $signature: 2957 + $signature: 2954 }; A._$serializers_closure78.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 182 + $signature: 195 }; A._$serializers_closure79.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_HistoryRecord); }, - $signature: 2964 + $signature: 2957 }; A._$serializers_closure80.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_IndustryEntity); }, - $signature: 717 + $signature: 718 }; A._$serializers_closure81.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 201 + $signature: 212 }; A._$serializers_closure82.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 201 + $signature: 212 }; A._$serializers_closure83.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceScheduleEntity); }, - $signature: 2968 + $signature: 2960 }; A._$serializers_closure84.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceItemEntity); }, - $signature: 2969 + $signature: 2964 }; A._$serializers_closure85.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvitationEntity); }, - $signature: 2971 + $signature: 2968 }; A._$serializers_closure86.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 147 + $signature: 146 }; A._$serializers_closure87.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ActivityEntity); }, - $signature: 424 + $signature: 339 }; A._$serializers_closure88.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_LanguageEntity); }, - $signature: 713 + $signature: 714 }; A._$serializers_closure89.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentEntity); }, - $signature: 700 + $signature: 701 }; A._$serializers_closure90.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTermEntity); }, - $signature: 677 + $signature: 678 }; A._$serializers_closure91.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTypeEntity); }, - $signature: 712 + $signature: 713 }; A._$serializers_closure92.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentableEntity); }, - $signature: 569 + $signature: 571 }; A._$serializers_closure93.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentableEntity); }, - $signature: 569 + $signature: 571 }; A._$serializers_closure94.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentableEntity); }, - $signature: 569 + $signature: 571 }; A._$serializers_closure95.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProductEntity); }, - $signature: 701 + $signature: 702 }; A._$serializers_closure96.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProjectEntity); }, - $signature: 689 + $signature: 690 }; A._$serializers_closure97.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ScheduleEntity); }, - $signature: 686 + $signature: 687 }; A._$serializers_closure98.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SizeEntity); }, - $signature: 718 + $signature: 719 }; A._$serializers_closure99.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure100.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure101.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure102.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure103.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_BuiltList_legacy_String); }, - $signature: 2974 + $signature: 2971 }; A._$serializers_closure104.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SubscriptionEntity); }, - $signature: 680 + $signature: 679 }; A._$serializers_closure105.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskEntity); }, - $signature: 692 + $signature: 691 }; A._$serializers_closure106.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskStatusEntity); }, - $signature: 706 + $signature: 774 }; A._$serializers_closure107.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaxRateEntity); }, - $signature: 773 + $signature: 708 }; A._$serializers_closure108.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TimezoneEntity); }, - $signature: 716 + $signature: 717 }; A._$serializers_closure109.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TokenEntity); }, - $signature: 685 + $signature: 686 }; A._$serializers_closure110.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TransactionEntity); }, - $signature: 699 + $signature: 695 }; A._$serializers_closure111.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TransactionRuleCriteriaEntity); }, - $signature: 2977 + $signature: 2972 }; A._$serializers_closure112.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TransactionRuleEntity); }, - $signature: 693 + $signature: 694 }; A._$serializers_closure113.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserCompanyEntity); }, - $signature: 2985 + $signature: 2974 }; A._$serializers_closure114.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserCompanyState); }, - $signature: 2986 + $signature: 2977 }; A._$serializers_closure115.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserEntity); }, - $signature: 592 + $signature: 703 }; A._$serializers_closure116.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_VendorContactEntity); }, - $signature: 2993 + $signature: 2985 }; A._$serializers_closure117.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ActivityEntity); }, - $signature: 424 + $signature: 339 }; A._$serializers_closure118.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 147 + $signature: 146 }; A._$serializers_closure119.prototype = { call$0() { @@ -365341,464 +365436,464 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_WebhookEntity); }, - $signature: 684 + $signature: 682 }; A._$serializers_closure121.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_EntityType, type$.legacy_BuiltList_legacy_String); }, - $signature: 2997 + $signature: 2986 }; A._$serializers_closure122.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_EntityType, type$.legacy_bool); }, - $signature: 676 + $signature: 677 }; A._$serializers_closure123.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_EntityType, type$.legacy_bool); }, - $signature: 676 + $signature: 677 }; A._$serializers_closure124.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 182 + $signature: 195 }; A._$serializers_closure125.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 182 + $signature: 195 }; A._$serializers_closure126.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure127.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_EntityType, type$.legacy_PrefStateSortField); }, - $signature: 3013 + $signature: 2997 }; A._$serializers_closure128.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CompanyPrefState); }, - $signature: 3014 + $signature: 3001 }; A._$serializers_closure129.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BankAccountEntity); }, - $signature: 3018 + $signature: 3013 }; A._$serializers_closure130.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure131.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BuiltList_legacy_String); }, - $signature: 571 + $signature: 573 }; A._$serializers_closure132.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BuiltList_legacy_String); }, - $signature: 571 + $signature: 573 }; A._$serializers_closure133.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ReportSettingsEntity); }, - $signature: 3030 + $signature: 3018 }; A._$serializers_closure134.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DashboardField); }, - $signature: 3031 + $signature: 3028 }; A._$serializers_closure135.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ClientEntity); }, - $signature: 3032 + $signature: 3030 }; A._$serializers_closure136.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure137.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CompanyGatewayEntity); }, - $signature: 3033 + $signature: 3031 }; A._$serializers_closure138.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure139.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CurrencyEntity); }, - $signature: 3037 + $signature: 3032 }; A._$serializers_closure140.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_SizeEntity); }, - $signature: 3040 + $signature: 3033 }; A._$serializers_closure141.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_GatewayEntity); }, - $signature: 3041 + $signature: 3037 }; A._$serializers_closure142.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_IndustryEntity); }, - $signature: 3047 + $signature: 3040 }; A._$serializers_closure143.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TimezoneEntity); }, - $signature: 3049 + $signature: 3041 }; A._$serializers_closure144.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_DateFormatEntity); }, - $signature: 3064 + $signature: 3047 }; A._$serializers_closure145.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_LanguageEntity); }, - $signature: 3066 + $signature: 3049 }; A._$serializers_closure146.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PaymentTypeEntity); }, - $signature: 3067 + $signature: 3064 }; A._$serializers_closure147.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CountryEntity); }, - $signature: 3072 + $signature: 3066 }; A._$serializers_closure148.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TemplateEntity); }, - $signature: 711 + $signature: 712 }; A._$serializers_closure149.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_DesignEntity); }, - $signature: 3074 + $signature: 3067 }; A._$serializers_closure150.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure151.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_DocumentEntity); }, - $signature: 3077 + $signature: 3072 }; A._$serializers_closure152.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure153.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ExpenseCategoryEntity); }, - $signature: 3078 + $signature: 3074 }; A._$serializers_closure154.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure155.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ExpenseEntity); }, - $signature: 675 + $signature: 676 }; A._$serializers_closure156.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure157.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ExpenseEntity); }, - $signature: 675 + $signature: 676 }; A._$serializers_closure158.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure159.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_FeesAndLimitsSettings); }, - $signature: 3083 + $signature: 3078 }; A._$serializers_closure160.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SystemLogEntity); }, - $signature: 590 + $signature: 453 }; A._$serializers_closure161.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_GatewayOptionsEntity); }, - $signature: 3084 + $signature: 3081 }; A._$serializers_closure162.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_GroupEntity); }, - $signature: 3092 + $signature: 3083 }; A._$serializers_closure163.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure164.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ImportRequestMapping); }, - $signature: 3095 + $signature: 3084 }; A._$serializers_closure165.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, - $signature: 276 + $signature: 266 }; A._$serializers_closure166.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure167.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, - $signature: 276 + $signature: 266 }; A._$serializers_closure168.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure169.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, - $signature: 276 + $signature: 266 }; A._$serializers_closure170.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure171.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, - $signature: 276 + $signature: 266 }; A._$serializers_closure172.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure173.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, - $signature: 276 + $signature: 266 }; A._$serializers_closure174.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure175.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PaymentEntity); }, - $signature: 3106 + $signature: 3095 }; A._$serializers_closure176.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure177.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PaymentTermEntity); }, - $signature: 3146 + $signature: 3098 }; A._$serializers_closure178.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure179.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PreImportResponseEntityDetails); }, - $signature: 3150 + $signature: 3106 }; A._$serializers_closure180.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ProductEntity); }, - $signature: 3155 + $signature: 3146 }; A._$serializers_closure181.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure182.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ProjectEntity); }, - $signature: 3159 + $signature: 3150 }; A._$serializers_closure183.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure184.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ScheduleEntity); }, - $signature: 3160 + $signature: 3155 }; A._$serializers_closure185.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure186.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 182 + $signature: 195 }; A._$serializers_closure187.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 182 + $signature: 195 }; A._$serializers_closure188.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 182 + $signature: 195 }; A._$serializers_closure189.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 182 + $signature: 195 }; A._$serializers_closure190.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 182 + $signature: 195 }; A._$serializers_closure191.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BuiltList_legacy_String); }, - $signature: 571 + $signature: 573 }; A._$serializers_closure192.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_SubscriptionEntity); }, - $signature: 3161 + $signature: 3159 }; A._$serializers_closure193.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure194.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaskEntity); }, - $signature: 3197 + $signature: 3160 }; A._$serializers_closure195.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure196.prototype = { call$0() { @@ -365810,109 +365905,109 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure198.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaxRateEntity); }, - $signature: 3201 + $signature: 3161 }; A._$serializers_closure199.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure200.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaxRegionDataEntity); }, - $signature: 3202 + $signature: 3197 }; A._$serializers_closure201.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaxSubregionDataEntity); }, - $signature: 3203 + $signature: 3201 }; A._$serializers_closure202.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TokenEntity); }, - $signature: 3212 + $signature: 3202 }; A._$serializers_closure203.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure204.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TransactionEntity); }, - $signature: 3213 + $signature: 3203 }; A._$serializers_closure205.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure206.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TransactionRuleEntity); }, - $signature: 3221 + $signature: 3212 }; A._$serializers_closure207.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure208.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_UserEntity); }, - $signature: 3223 + $signature: 3213 }; A._$serializers_closure209.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure210.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_VendorEntity); }, - $signature: 3224 + $signature: 3221 }; A._$serializers_closure211.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure212.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_WebhookEntity); }, - $signature: 3228 + $signature: 3223 }; A._$serializers_closure213.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 39 + $signature: 38 }; A._$serializers_closure214.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_int, type$.legacy_String); }, - $signature: 3229 + $signature: 3224 }; A.SettingsEntity.prototype = { getFieldsForSection$1(section) { @@ -374961,7 +375056,7 @@ b.get$_task_model$_$this()._task_model$_endDate = t1; return b; }, - $signature: 243 + $signature: 252 }; A.TaskEntity.prototype = { get$clone(_) { @@ -375373,7 +375468,7 @@ B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, - $signature: 64 + $signature: 69 }; A.TaskEntity_areTimesValid_closure.prototype = { call$1(time) { @@ -375399,7 +375494,7 @@ t1.lastDateTime = t3 > t4 ? lastDateTime : endDate; } }, - $signature: 200 + $signature: 213 }; A.TaskEntity_getInvalidTimeIndices_closure.prototype = { call$1(time) { @@ -375425,19 +375520,19 @@ } ++t1.counter; }, - $signature: 200 + $signature: 213 }; A.TaskEntity_isRunning_closure.prototype = { call$1(taskTime) { return taskTime.endDate == null; }, - $signature: 199 + $signature: 214 }; A.TaskEntity_isBetween_closure.prototype = { call$1(element) { return element.endDate != null; }, - $signature: 199 + $signature: 214 }; A.TaskEntity_getTaskTimes_closure.prototype = { call$1(detail) { @@ -375459,7 +375554,7 @@ t2 = timeB.startDate; return B.JSInt_methods.compareTo$1(t1._value, t2._value); }, - $signature: 3248 + $signature: 3246 }; A.TaskEntity_addTaskTime_closure.prototype = { call$1(b) { @@ -375469,7 +375564,7 @@ b.get$_task_model$_$this()._timeLog = t1; return b; }, - $signature: 64 + $signature: 69 }; A.TaskEntity_updateTaskTime_closure.prototype = { call$1(b) { @@ -375479,7 +375574,7 @@ b.get$_task_model$_$this()._timeLog = t1; return b; }, - $signature: 64 + $signature: 69 }; A.TaskEntity_deleteTaskTime_closure.prototype = { call$1(b) { @@ -375489,7 +375584,7 @@ b.get$_task_model$_$this()._timeLog = t1; return b; }, - $signature: 64 + $signature: 69 }; A.TaskEntity_calculateDuration_closure.prototype = { call$1(taskTime) { @@ -375499,7 +375594,7 @@ t1.seconds = t1.seconds + B.JSInt_methods._tdivFast$1(taskTime.get$duration(taskTime)._duration, 1000000); } }, - $signature: 200 + $signature: 213 }; A._$TaskListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -377917,13 +378012,13 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].bankAccountState.map._map$_map.$index(0, bankAccountId); }, - $signature: 336 + $signature: 415 }; A.TransactionEntity_TransactionEntity_closure0.prototype = { call$1(bankAccount) { return !bankAccount.isDeleted; }, - $signature: 3264 + $signature: 3248 }; A.TransactionStatusEntity.prototype = {}; A._$TransactionListResponseSerializer.prototype = { @@ -380666,38 +380761,38 @@ b.get$_vendor_model$_$this()._isPrimary = true; return b; }, - $signature: 337 + $signature: 419 }; A.VendorEntity_emailContacts_closure.prototype = { call$1(contact) { return contact.sendEmail; }, - $signature: 179 + $signature: 196 }; A.VendorEntity_primaryContact_closure.prototype = { call$1(contact) { return contact.isPrimary; }, - $signature: 179 + $signature: 196 }; A.VendorEntity_primaryContact_closure0.prototype = { call$0() { return A.VendorContactEntity_VendorContactEntity(); }, - $signature: 581 + $signature: 435 }; A.VendorEntity_hasEmailAddress_closure.prototype = { call$1(contact) { var t1 = contact.email; return t1.length !== 0; }, - $signature: 179 + $signature: 196 }; A.VendorEntity_getContact_closure.prototype = { call$1(contact) { return contact.id === this.contactId; }, - $signature: 179 + $signature: 196 }; A.VendorEntity_getContact_closure0.prototype = { call$0() { @@ -382373,6 +382468,77 @@ }; A._WebhookEntity_Object_BaseEntity.prototype = {}; A._WebhookEntity_Object_BaseEntity_SelectableEntity.prototype = {}; + A.WidgetData.prototype = { + toJson$0() { + var _this = this; + return A.LinkedHashMap_LinkedHashMap$_literal(["companies", _this.companies, "company_id", _this.companyId, "url", _this.url, "date_ranges", _this.dateRanges, "dashboard_fields", _this.dashboardFields], type$.legacy_String, type$.dynamic); + } + }; + A.WidgetData$fromState_closure.prototype = { + call$1(state) { + var t1 = state.userCompany.company.settings; + t1 = t1 == null ? null : t1.name; + return (t1 == null ? "" : t1).length !== 0; + }, + $signature: 675 + }; + A.WidgetData$fromState_closure0.prototype = { + call$1(item) { + return item; + }, + $signature: 26 + }; + A.WidgetData$fromState_closure1.prototype = { + call$1(item) { + return this.localization.lookup$1(A.S(item)); + }, + $signature: 26 + }; + A.WidgetData$fromState_closure2.prototype = { + call$1(value) { + return value !== B.DateRange_custom; + }, + $signature: 215 + }; + A.WidgetData$fromState_closure3.prototype = { + call$1(item) { + return A.toSnakeCase(A.S(item)); + }, + $signature: 26 + }; + A.WidgetData$fromState_closure4.prototype = { + call$1(item) { + return this.localization.lookup$1(A.toSnakeCase(A.S(item))); + }, + $signature: 26 + }; + A.WidgetCompany.prototype = { + toJson$0() { + var _this = this; + return A.LinkedHashMap_LinkedHashMap$_literal(["id", _this.id, "name", _this.name, "token", _this.token, "accent_color", _this.accentColor, "currencies", _this.currencies, "currency_id", _this.currencyId, "first_month_of_year", _this.firstMonthOfYear], type$.legacy_String, type$.dynamic); + }, + get$id(receiver) { + return this.id; + }, + get$token() { + return this.token; + } + }; + A.WidgetCompany$fromUserCompany_closure.prototype = { + call$1(currencyId) { + return currencyId !== "-1"; + }, + $signature: 14 + }; + A.WidgetCurrency.prototype = { + toJson$0() { + var _this = this; + return A.LinkedHashMap_LinkedHashMap$_literal(["id", _this.id, "name", _this.name, "code", _this.code, "exchange_rate", _this.exchangeRate], type$.legacy_String, type$.dynamic); + }, + get$id(receiver) { + return this.id; + } + }; A.AuthRepository.prototype = { signUp$3$email$password$referralCode(email, password, referralCode) { return this.signUp$body$AuthRepository(email, password, referralCode); @@ -383131,7 +383297,7 @@ B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, - $signature: 51 + $signature: 54 }; A.CompanyGatewayRepository.prototype = { loadItem$2(credentials, entityId) { @@ -385399,7 +385565,7 @@ B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, - $signature: 163 + $signature: 165 }; A.ProjectRepository.prototype = { loadItem$2(credentials, entityId) { @@ -388010,7 +388176,7 @@ t1.$indexSet(0, "ninja_category_id", t2); return t1; }, - $signature: 3288 + $signature: 3289 }; A.TransactionRuleRepository.prototype = { loadItem$2(credentials, entityId) { @@ -388929,7 +389095,7 @@ call$2(field, errors) { J.forEach$1$ax(type$.legacy_List_dynamic._as(errors), new A._parseError__closure(this._box_0)); }, - $signature: 3289 + $signature: 3290 }; A._parseError__closure.prototype = { call$1(error) { @@ -388975,7 +389141,7 @@ b.get$_pref_state$_$this()._enableDarkModeSystem = t1.platformBrightness === B.Brightness_0; return b; }, - $signature: 579 + $signature: 446 }; A._initialState_closure0.prototype = { call$1(b) { @@ -388983,7 +389149,7 @@ b.get$useSidebarEditor().$indexSet(0, B.EntityType_task, true); return b; }, - $signature: 579 + $signature: 446 }; A.InvoiceNinjaApp.prototype = { createState$0() { @@ -389119,7 +389285,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); } }, - $signature: 574 + $signature: 448 }; A.InvoiceNinjaAppState_generateRoute_closure.prototype = { call$1(_) { @@ -389251,7 +389417,7 @@ t4 = A.getLayout(context) === 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()], t4, t5) : A.LinkedHashMap_LinkedHashMap$_empty(t4, t5); 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: 3304 + $signature: 3305 }; A.InvoiceNinjaAppState_build__closure123.prototype = { call$2(context, child) { @@ -389270,7 +389436,7 @@ call$1(locale) { return A.AppLocalization_createLocale(locale); }, - $signature: 3307 + $signature: 3313 }; A.InvoiceNinjaAppState_build__closure0.prototype = { call$1(context) { @@ -389288,181 +389454,181 @@ call$1(context) { return new A.ChangeLayoutBanner(new A.DashboardScreenBuilder(null), this.state.prefState.appLayout, B.AppLayout_mobile, null); }, - $signature: 3313 + $signature: 3315 }; A.InvoiceNinjaAppState_build__closure3.prototype = { call$1(context) { return new A.ProductScreenBuilder(null); }, - $signature: 3315 + $signature: 3319 }; A.InvoiceNinjaAppState_build__closure4.prototype = { call$1(context) { return new A.ProductViewScreen(null); }, - $signature: 3319 + $signature: 3320 }; A.InvoiceNinjaAppState_build__closure5.prototype = { call$1(context) { return new A.ProductEditScreen(null); }, - $signature: 3320 + $signature: 3337 }; A.InvoiceNinjaAppState_build__closure6.prototype = { call$1(context) { return new A.ClientScreenBuilder(null); }, - $signature: 3337 + $signature: 3356 }; A.InvoiceNinjaAppState_build__closure7.prototype = { call$1(context) { return new A.ClientViewScreen(false, false, null); }, - $signature: 3356 + $signature: 3357 }; A.InvoiceNinjaAppState_build__closure8.prototype = { call$1(context) { return new A.ClientEditScreen(null); }, - $signature: 3357 + $signature: 3359 }; A.InvoiceNinjaAppState_build__closure9.prototype = { call$1(context) { return new A.ClientPdfScreen(null); }, - $signature: 3359 + $signature: 3370 }; A.InvoiceNinjaAppState_build__closure10.prototype = { call$1(context) { return new A.InvoiceScreenBuilder(null); }, - $signature: 3370 + $signature: 3413 }; A.InvoiceNinjaAppState_build__closure11.prototype = { call$1(context) { return new A.InvoiceViewScreen(false, null); }, - $signature: 3413 + $signature: 3431 }; A.InvoiceNinjaAppState_build__closure12.prototype = { call$1(context) { return new A.InvoiceEditScreen(null); }, - $signature: 3431 + $signature: 3455 }; A.InvoiceNinjaAppState_build__closure13.prototype = { call$1(context) { return new A.InvoiceEmailScreen(null); }, - $signature: 3455 + $signature: 3491 }; A.InvoiceNinjaAppState_build__closure14.prototype = { call$1(context) { return new A.InvoicePdfScreen(true, null); }, - $signature: 3491 + $signature: 3514 }; A.InvoiceNinjaAppState_build__closure15.prototype = { call$1(context) { return new A.DocumentScreenBuilder(null); }, - $signature: 3514 + $signature: 3532 }; A.InvoiceNinjaAppState_build__closure16.prototype = { call$1(context) { return new A.DocumentViewScreen(null); }, - $signature: 3532 + $signature: 3575 }; A.InvoiceNinjaAppState_build__closure17.prototype = { call$1(context) { return new A.DocumentEditScreen(null); }, - $signature: 3575 + $signature: 3598 }; A.InvoiceNinjaAppState_build__closure18.prototype = { call$1(context) { return new A.ExpenseScreenBuilder(null); }, - $signature: 3598 + $signature: 3617 }; A.InvoiceNinjaAppState_build__closure19.prototype = { call$1(context) { return new A.ExpenseViewScreen(false, null); }, - $signature: 3617 + $signature: 3639 }; A.InvoiceNinjaAppState_build__closure20.prototype = { call$1(context) { return new A.ExpenseEditScreen(null); }, - $signature: 3639 + $signature: 3761 }; A.InvoiceNinjaAppState_build__closure21.prototype = { call$1(context) { return new A.VendorScreenBuilder(null); }, - $signature: 3761 + $signature: 3781 }; A.InvoiceNinjaAppState_build__closure22.prototype = { call$1(context) { return new A.VendorViewScreen(false, false, null); }, - $signature: 3781 + $signature: 3799 }; A.InvoiceNinjaAppState_build__closure23.prototype = { call$1(context) { return new A.VendorEditScreen(null); }, - $signature: 3799 + $signature: 3826 }; A.InvoiceNinjaAppState_build__closure24.prototype = { call$1(context) { return new A.TaskScreenBuilder(null); }, - $signature: 3826 + $signature: 3846 }; A.InvoiceNinjaAppState_build__closure25.prototype = { call$1(context) { return new A.TaskViewScreen(null); }, - $signature: 3846 + $signature: 3863 }; A.InvoiceNinjaAppState_build__closure26.prototype = { call$1(context) { return new A.TaskEditScreen(null); }, - $signature: 3863 + $signature: 3882 }; A.InvoiceNinjaAppState_build__closure27.prototype = { call$1(context) { return new A.ProjectScreenBuilder(null); }, - $signature: 3882 + $signature: 3907 }; A.InvoiceNinjaAppState_build__closure28.prototype = { call$1(context) { return new A.ProjectViewScreen(false, null); }, - $signature: 3907 + $signature: 3926 }; A.InvoiceNinjaAppState_build__closure29.prototype = { call$1(context) { return new A.ProjectEditScreen(null); }, - $signature: 3926 + $signature: 3954 }; A.InvoiceNinjaAppState_build__closure30.prototype = { call$1(context) { return new A.PaymentScreenBuilder(null); }, - $signature: 3954 + $signature: 3978 }; A.InvoiceNinjaAppState_build__closure31.prototype = { call$1(context) { return new A.PaymentViewScreen(false, null); }, - $signature: 3978 + $signature: 4089 }; A.InvoiceNinjaAppState_build__closure32.prototype = { call$1(context) { @@ -389474,541 +389640,541 @@ call$1(context) { return new A.PaymentRefundScreen(null); }, - $signature: 670 + $signature: 669 }; A.InvoiceNinjaAppState_build__closure34.prototype = { call$1(context) { return new A.QuoteScreenBuilder(null); }, - $signature: 4094 + $signature: 4098 }; A.InvoiceNinjaAppState_build__closure35.prototype = { call$1(context) { return new A.QuoteViewScreen(false, null); }, - $signature: 4098 + $signature: 931 }; A.InvoiceNinjaAppState_build__closure36.prototype = { call$1(context) { return new A.QuoteEditScreen(null); }, - $signature: 929 + $signature: 932 }; A.InvoiceNinjaAppState_build__closure37.prototype = { call$1(context) { return new A.QuoteEmailScreen(null); }, - $signature: 930 + $signature: 933 }; A.InvoiceNinjaAppState_build__closure38.prototype = { call$1(context) { return new A.QuotePdfScreen(true, null); }, - $signature: 931 + $signature: 934 }; A.InvoiceNinjaAppState_build__closure39.prototype = { call$1(context) { return new A.ScheduleScreenBuilder(null); }, - $signature: 932 + $signature: 935 }; A.InvoiceNinjaAppState_build__closure40.prototype = { call$1(context) { return new A.ScheduleViewScreen(null); }, - $signature: 933 + $signature: 936 }; A.InvoiceNinjaAppState_build__closure41.prototype = { call$1(context) { return new A.ScheduleEditScreen(null); }, - $signature: 934 + $signature: 937 }; A.InvoiceNinjaAppState_build__closure42.prototype = { call$1(context) { return new A.TransactionRuleScreenBuilder(null); }, - $signature: 935 + $signature: 938 }; A.InvoiceNinjaAppState_build__closure43.prototype = { call$1(context) { return new A.TransactionRuleViewScreen(false, null); }, - $signature: 936 + $signature: 939 }; A.InvoiceNinjaAppState_build__closure44.prototype = { call$1(context) { return new A.TransactionRuleEditScreen(null); }, - $signature: 937 + $signature: 940 }; A.InvoiceNinjaAppState_build__closure45.prototype = { call$1(context) { return new A.TransactionScreenBuilder(null); }, - $signature: 938 + $signature: 941 }; A.InvoiceNinjaAppState_build__closure46.prototype = { call$1(context) { return new A.TransactionViewScreen(false, null); }, - $signature: 939 + $signature: 942 }; A.InvoiceNinjaAppState_build__closure47.prototype = { call$1(context) { return new A.TransactionEditScreen(null); }, - $signature: 940 + $signature: 943 }; A.InvoiceNinjaAppState_build__closure48.prototype = { call$1(context) { return new A.BankAccountScreenBuilder(null); }, - $signature: 941 + $signature: 944 }; A.InvoiceNinjaAppState_build__closure49.prototype = { call$1(context) { return new A.BankAccountViewScreen(false, null); }, - $signature: 942 + $signature: 945 }; A.InvoiceNinjaAppState_build__closure50.prototype = { call$1(context) { return new A.BankAccountEditScreen(null); }, - $signature: 943 + $signature: 946 }; A.InvoiceNinjaAppState_build__closure51.prototype = { call$1(context) { return new A.PurchaseOrderScreenBuilder(null); }, - $signature: 944 + $signature: 947 }; A.InvoiceNinjaAppState_build__closure52.prototype = { call$1(context) { return new A.PurchaseOrderViewScreen(false, null); }, - $signature: 945 + $signature: 948 }; A.InvoiceNinjaAppState_build__closure53.prototype = { call$1(context) { return new A.PurchaseOrderEditScreen(null); }, - $signature: 946 + $signature: 949 }; A.InvoiceNinjaAppState_build__closure54.prototype = { call$1(context) { return new A.PurchaseOrderEmailScreen(null); }, - $signature: 947 + $signature: 950 }; A.InvoiceNinjaAppState_build__closure55.prototype = { call$1(context) { return new A.PurchaseOrderPdfScreen(true, null); }, - $signature: 948 + $signature: 951 }; A.InvoiceNinjaAppState_build__closure56.prototype = { call$1(context) { return new A.RecurringExpenseScreenBuilder(null); }, - $signature: 949 + $signature: 952 }; A.InvoiceNinjaAppState_build__closure57.prototype = { call$1(context) { return new A.RecurringExpenseViewScreen(null); }, - $signature: 950 + $signature: 953 }; A.InvoiceNinjaAppState_build__closure58.prototype = { call$1(context) { return new A.RecurringExpenseEditScreen(null); }, - $signature: 951 + $signature: 954 }; A.InvoiceNinjaAppState_build__closure59.prototype = { call$1(context) { return new A.SubscriptionScreenBuilder(null); }, - $signature: 952 + $signature: 955 }; A.InvoiceNinjaAppState_build__closure60.prototype = { call$1(context) { return new A.SubscriptionViewScreen(false, null); }, - $signature: 953 + $signature: 956 }; A.InvoiceNinjaAppState_build__closure61.prototype = { call$1(context) { return new A.SubscriptionEditScreen(null); }, - $signature: 954 + $signature: 957 }; A.InvoiceNinjaAppState_build__closure62.prototype = { call$1(context) { return new A.TaskStatusScreenBuilder(null); }, - $signature: 955 + $signature: 958 }; A.InvoiceNinjaAppState_build__closure63.prototype = { call$1(context) { return new A.TaskStatusViewScreen(false, null); }, - $signature: 956 + $signature: 959 }; A.InvoiceNinjaAppState_build__closure64.prototype = { call$1(context) { return new A.TaskStatusEditScreen(null); }, - $signature: 957 + $signature: 960 }; A.InvoiceNinjaAppState_build__closure65.prototype = { call$1(context) { return new A.ExpenseCategoryScreenBuilder(null); }, - $signature: 958 + $signature: 961 }; A.InvoiceNinjaAppState_build__closure66.prototype = { call$1(context) { return new A.ExpenseCategoryViewScreen(false, null); }, - $signature: 959 + $signature: 962 }; A.InvoiceNinjaAppState_build__closure67.prototype = { call$1(context) { return new A.ExpenseCategoryEditScreen(null); }, - $signature: 960 + $signature: 963 }; A.InvoiceNinjaAppState_build__closure68.prototype = { call$1(context) { return new A.RecurringInvoiceScreenBuilder(null); }, - $signature: 961 + $signature: 964 }; A.InvoiceNinjaAppState_build__closure69.prototype = { call$1(context) { return new A.RecurringInvoiceViewScreen(false, null); }, - $signature: 962 + $signature: 965 }; A.InvoiceNinjaAppState_build__closure70.prototype = { call$1(context) { return new A.RecurringInvoiceEditScreen(null); }, - $signature: 963 + $signature: 966 }; A.InvoiceNinjaAppState_build__closure71.prototype = { call$1(context) { return new A.RecurringInvoicePdfScreen(null); }, - $signature: 964 + $signature: 967 }; A.InvoiceNinjaAppState_build__closure72.prototype = { call$1(context) { return new A.WebhookScreenBuilder(null); }, - $signature: 965 + $signature: 968 }; A.InvoiceNinjaAppState_build__closure73.prototype = { call$1(context) { return new A.WebhookViewScreen(null); }, - $signature: 966 + $signature: 969 }; A.InvoiceNinjaAppState_build__closure74.prototype = { call$1(context) { return new A.WebhookEditScreen(null); }, - $signature: 967 + $signature: 970 }; A.InvoiceNinjaAppState_build__closure75.prototype = { call$1(context) { return new A.TokenScreenBuilder(null); }, - $signature: 968 + $signature: 971 }; A.InvoiceNinjaAppState_build__closure76.prototype = { call$1(context) { return new A.TokenViewScreen(null); }, - $signature: 969 + $signature: 972 }; A.InvoiceNinjaAppState_build__closure77.prototype = { call$1(context) { return new A.TokenEditScreen(null); }, - $signature: 970 + $signature: 973 }; A.InvoiceNinjaAppState_build__closure78.prototype = { call$1(context) { return new A.PaymentTermScreenBuilder(null); }, - $signature: 971 + $signature: 974 }; A.InvoiceNinjaAppState_build__closure79.prototype = { call$1(context) { return new A.PaymentTermEditScreen(null); }, - $signature: 972 + $signature: 975 }; A.InvoiceNinjaAppState_build__closure80.prototype = { call$1(context) { return new A.PaymentTermViewScreen(null); }, - $signature: 973 + $signature: 976 }; A.InvoiceNinjaAppState_build__closure81.prototype = { call$1(context) { return new A.DesignScreenBuilder(null); }, - $signature: 974 + $signature: 977 }; A.InvoiceNinjaAppState_build__closure82.prototype = { call$1(context) { return new A.DesignViewScreen(false, null); }, - $signature: 975 + $signature: 978 }; A.InvoiceNinjaAppState_build__closure83.prototype = { call$1(context) { return new A.DesignEditScreen(null); }, - $signature: 976 + $signature: 979 }; A.InvoiceNinjaAppState_build__closure84.prototype = { call$1(context) { return new A.CreditScreenBuilder(null); }, - $signature: 977 + $signature: 980 }; A.InvoiceNinjaAppState_build__closure85.prototype = { call$1(context) { return new A.CreditViewScreen(false, null); }, - $signature: 978 + $signature: 981 }; A.InvoiceNinjaAppState_build__closure86.prototype = { call$1(context) { return new A.CreditEditScreen(null); }, - $signature: 979 + $signature: 982 }; A.InvoiceNinjaAppState_build__closure87.prototype = { call$1(context) { return new A.CreditEmailScreen(null); }, - $signature: 980 + $signature: 983 }; A.InvoiceNinjaAppState_build__closure88.prototype = { call$1(context) { return new A.CreditPdfScreen(true, null); }, - $signature: 981 + $signature: 984 }; A.InvoiceNinjaAppState_build__closure89.prototype = { call$1(context) { return new A.UserScreenBuilder(null); }, - $signature: 982 + $signature: 985 }; A.InvoiceNinjaAppState_build__closure90.prototype = { call$1(context) { return new A.UserViewScreen(false, null); }, - $signature: 983 + $signature: 986 }; A.InvoiceNinjaAppState_build__closure91.prototype = { call$1(context) { return new A.UserEditScreen(null); }, - $signature: 984 + $signature: 987 }; A.InvoiceNinjaAppState_build__closure92.prototype = { call$1(context) { return new A.GroupScreenBuilder(null); }, - $signature: 985 + $signature: 988 }; A.InvoiceNinjaAppState_build__closure93.prototype = { call$1(context) { return new A.GroupViewScreen(false, null); }, - $signature: 986 + $signature: 989 }; A.InvoiceNinjaAppState_build__closure94.prototype = { call$1(context) { return new A.GroupEditScreen(null); }, - $signature: 987 + $signature: 990 }; A.InvoiceNinjaAppState_build__closure95.prototype = { call$1(context) { return new A.SettingsScreenBuilder(null); }, - $signature: 988 + $signature: 991 }; A.InvoiceNinjaAppState_build__closure96.prototype = { call$1(context) { return new A.ReportsScreenBuilder(null); }, - $signature: 989 + $signature: 992 }; A.InvoiceNinjaAppState_build__closure97.prototype = { call$1(context) { return new A.CompanyDetailsScreen(null); }, - $signature: 990 + $signature: 993 }; A.InvoiceNinjaAppState_build__closure98.prototype = { call$1(context) { return new A.UserDetailsScreen(null); }, - $signature: 991 + $signature: 994 }; A.InvoiceNinjaAppState_build__closure99.prototype = { call$1(context) { return new A.LocalizationScreen(null); }, - $signature: 992 + $signature: 995 }; A.InvoiceNinjaAppState_build__closure100.prototype = { call$1(context) { return new A.PaymentsSettingsScreen(null); }, - $signature: 993 + $signature: 996 }; A.InvoiceNinjaAppState_build__closure101.prototype = { call$1(context) { return new A.CompanyGatewayScreenBuilder(null); }, - $signature: 994 + $signature: 997 }; A.InvoiceNinjaAppState_build__closure102.prototype = { call$1(context) { return new A.CompanyGatewayViewScreen(false, null); }, - $signature: 995 + $signature: 998 }; A.InvoiceNinjaAppState_build__closure103.prototype = { call$1(context) { return new A.CompanyGatewayEditScreen(null); }, - $signature: 996 + $signature: 999 }; A.InvoiceNinjaAppState_build__closure104.prototype = { call$1(context) { return new A.TaxSettingsScreen(null); }, - $signature: 997 + $signature: 1000 }; A.InvoiceNinjaAppState_build__closure105.prototype = { call$1(context) { return new A.TaxRateScreenBuilder(null); }, - $signature: 998 + $signature: 1001 }; A.InvoiceNinjaAppState_build__closure106.prototype = { call$1(context) { return new A.TaxRateViewScreen(null); }, - $signature: 999 + $signature: 1002 }; A.InvoiceNinjaAppState_build__closure107.prototype = { call$1(context) { return new A.TaxRateEditScreen(null); }, - $signature: 1000 + $signature: 1003 }; A.InvoiceNinjaAppState_build__closure108.prototype = { call$1(context) { return new A.ProductSettingsScreen(null); }, - $signature: 1001 + $signature: 1004 }; A.InvoiceNinjaAppState_build__closure109.prototype = { call$1(context) { return new A.ExpenseSettingsScreen(null); }, - $signature: 1002 + $signature: 1005 }; A.InvoiceNinjaAppState_build__closure110.prototype = { call$1(context) { return new A.TaskSettingsScreen(null); }, - $signature: 1003 + $signature: 1006 }; A.InvoiceNinjaAppState_build__closure111.prototype = { call$1(context) { return new A.ImportExportScreen(null); }, - $signature: 1004 + $signature: 1007 }; A.InvoiceNinjaAppState_build__closure112.prototype = { call$1(context) { return new A.DeviceSettingsScreen(null); }, - $signature: 1005 + $signature: 1008 }; A.InvoiceNinjaAppState_build__closure113.prototype = { call$1(context) { return new A.AccountManagementScreen(null); }, - $signature: 1006 + $signature: 1009 }; A.InvoiceNinjaAppState_build__closure114.prototype = { call$1(context) { return new A.CustomFieldsScreen(null); }, - $signature: 1007 + $signature: 1010 }; A.InvoiceNinjaAppState_build__closure115.prototype = { call$1(context) { return new A.GeneratedNumbersScreen(null); }, - $signature: 1008 + $signature: 1011 }; A.InvoiceNinjaAppState_build__closure116.prototype = { call$1(context) { return new A.WorkflowSettingsScreen(null); }, - $signature: 1009 + $signature: 1012 }; A.InvoiceNinjaAppState_build__closure117.prototype = { call$1(context) { return new A.InvoiceDesignScreen(null); }, - $signature: 1010 + $signature: 1013 }; A.InvoiceNinjaAppState_build__closure118.prototype = { call$1(context) { return new A.ClientPortalScreen(null); }, - $signature: 1011 + $signature: 1014 }; A.InvoiceNinjaAppState_build__closure119.prototype = { call$1(context) { return new A.EmailSettingsScreen(null); }, - $signature: 1012 + $signature: 1015 }; A.InvoiceNinjaAppState_build__closure120.prototype = { call$1(context) { return new A.TemplatesAndRemindersScreen(null); }, - $signature: 1013 + $signature: 1016 }; A.InvoiceNinjaAppState_build__closure121.prototype = { call$1(context) { return new A.CreditCardsAndBanksScreen(null); }, - $signature: 1014 + $signature: 1017 }; A.InvoiceNinjaAppState_build__closure122.prototype = { call$1(context) { return new A.DataVisualizationsScreen(null); }, - $signature: 1015 + $signature: 1018 }; A.MyCustomScrollBehavior.prototype = { get$dragDevices() { @@ -390471,7 +390637,7 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].userCompany.company.isModuleEnabled$1(entityType); }, - $signature: 267 + $signature: 265 }; A.createEntityByType_closure.prototype = { call$0() { @@ -391118,7 +391284,7 @@ t1 = ""; return new A.MessageDialog(t2, t1, null, null, new A.checkForChanges__closure(this.store, this.callback), null); }, - $signature: 342 + $signature: 346 }; A.checkForChanges__closure.prototype = { call$0() { @@ -391341,7 +391507,7 @@ b.get$_ui_state$_$this()._currentRoute = t1; return b; }, - $signature: 669 + $signature: 668 }; A._createLoadState__closure0.prototype = { call$1(b) { @@ -391362,7 +391528,7 @@ b.get$userCompanyStates().replace$1(0, this.companyStates); return b; }, - $signature: 266 + $signature: 264 }; A._createLoadState__closure1.prototype = { call$1(value) { @@ -391394,7 +391560,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.ViewDashboard(false, null)); }, - $signature: 38 + $signature: 39 }; A._getRoutes_closure.prototype = { call$1(part) { @@ -391498,7 +391664,7 @@ call$1(prefs) { return prefs._setValue$3("String", "shared_prefs", B.C_JsonCodec.encode$1(this.string)); }, - $signature: 1025 + $signature: 1028 }; A._createAccountLoaded_closure.prototype = { call$3(store, dynamicAction, next) { @@ -391625,6 +391791,7 @@ action.toString; action.completer.complete$1(0, null); next.call$1(action); + A.updateWidgetData(); // implicit return return A._asyncReturn(null, $async$completer); case 1: @@ -391755,6 +391922,7 @@ if (action.completer != null) action.completer.complete$1(0, null); next.call$1(action); + A.updateWidgetData(); t2 = store.__Store__state_A; t3 = t2.userCompanyStates; t2 = t2.uiState.selectedCompanyIndex; @@ -391856,7 +392024,7 @@ call$1(duration) { $.$get$navigatorKey().get$currentState().pushNamed$1$1("/main", type$.legacy_Object); }, - $signature: 38 + $signature: 39 }; A._createClearData_closure.prototype = { call$3(store, action, next) { @@ -391901,7 +392069,7 @@ b.get$_$this()._isTesting = t2.isTesting; return b; }, - $signature: 266 + $signature: 264 }; A.appReducer__closure.prototype = { call$1(b) { @@ -391909,7 +392077,7 @@ b.get$_auth_state$_$this()._lastEnteredPasswordAt = 0; return b; }, - $signature: 176 + $signature: 164 }; A.appReducer_closure0.prototype = { call$1(b) { @@ -391917,7 +392085,7 @@ b.get$_$this()._isSaving = false; return b; }, - $signature: 266 + $signature: 264 }; A.appReducer_closure1.prototype = { call$1(b) { @@ -391929,7 +392097,7 @@ t1.get$_safeList()[t3] = t2; return b; }, - $signature: 266 + $signature: 264 }; A.appReducer_closure2.prototype = { call$1(b) { @@ -391971,169 +392139,169 @@ t4._pref_state$_$v = t5; return b; }, - $signature: 266 + $signature: 264 }; A.lastErrorReducer_closure.prototype = { call$2(state, action) { return ""; }, - $signature: 1028 + $signature: 1031 }; A.lastErrorReducer_closure0.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1029 + $signature: 1032 }; A.lastErrorReducer_closure1.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1030 + $signature: 1033 }; A.lastErrorReducer_closure2.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1031 + $signature: 1034 }; A.lastErrorReducer_closure3.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1032 + $signature: 1035 }; A.lastErrorReducer_closure4.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1033 + $signature: 1036 }; A.lastErrorReducer_closure5.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1034 + $signature: 1037 }; A.lastErrorReducer_closure6.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1035 + $signature: 1038 }; A.lastErrorReducer_closure7.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1036 + $signature: 1039 }; A.lastErrorReducer_closure8.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1037 + $signature: 1040 }; A.lastErrorReducer_closure9.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1038 + $signature: 1041 }; A.lastErrorReducer_closure10.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1039 + $signature: 1042 }; A.lastErrorReducer_closure11.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1040 + $signature: 1043 }; A.lastErrorReducer_closure12.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1041 + $signature: 1044 }; A.lastErrorReducer_closure13.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1042 + $signature: 1045 }; A.lastErrorReducer_closure14.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1043 + $signature: 1046 }; A.lastErrorReducer_closure15.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1044 + $signature: 1047 }; A.lastErrorReducer_closure16.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1045 + $signature: 1048 }; A.lastErrorReducer_closure17.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1046 + $signature: 1049 }; A.lastErrorReducer_closure18.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1047 + $signature: 1050 }; A.lastErrorReducer_closure19.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1048 + $signature: 1051 }; A.lastErrorReducer_closure20.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1049 + $signature: 1052 }; A.lastErrorReducer_closure21.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1050 + $signature: 1053 }; A.lastErrorReducer_closure22.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1051 + $signature: 1054 }; A.lastErrorReducer_closure23.prototype = { call$2(state, action) { return action.error; }, - $signature: 1052 + $signature: 1055 }; A.dismissedNativeWarningReducer_closure.prototype = { call$2(state, action) { return true; }, - $signature: 1053 + $signature: 1056 }; A.dismissedNativeWarningReducer_closure0.prototype = { call$2(state, action) { return true; }, - $signature: 666 + $signature: 665 }; A.AppState.prototype = { get$company() { @@ -392179,19 +392347,6 @@ return false; return color.length !== 0; }, - get$apiTokens() { - var t2, t3, t4, - t1 = type$.legacy_String, - map = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1); - for (t1 = this.userCompanyStates._list, t1 = new J.ArrayIterator(t1, t1.length, A._arrayInstanceType(t1)._eval$1("ArrayIterator<1>")); t1.moveNext$0();) { - t2 = t1.__interceptors$_current.userCompany; - t3 = t2.company.settings; - t4 = t3 == null ? null : t3.name; - if ((t4 == null ? "" : t4).length !== 0) - map.$indexSet(0, t2.token.token, t3.name); - } - return map; - }, get$showReviewApp() { if (!this.prefState.hideReviewApp) { var t1 = this.uiState.selectedCompanyIndex; @@ -392264,7 +392419,7 @@ version = "v" + (t1 == null ? "" : t1); if (version.length !== 0) version += "-"; - return B.JSString_methods.$add(version + A.getPlatformLetter(), B.JSArray_methods.get$last("5.0.121".split("."))); + return B.JSString_methods.$add(version + A.getPlatformLetter(), B.JSArray_methods.get$last("5.0.122".split("."))); }, get$historyList() { var _this = this, @@ -392783,14 +392938,14 @@ call$1(index) { return A.UserCompanyState_UserCompanyState(this.reportErrors); }, - $signature: 1055 + $signature: 1058 }; A.AppState_companies_closure.prototype = { call$1(company) { var t1 = company.id; return t1.length !== 0; }, - $signature: 665 + $signature: 664 }; A.AppState_historyList_closure.prototype = { call$1($history) { @@ -393230,7 +393385,7 @@ t2[0].call$1(new A.LoadAccountSuccess(t1.completer, data)); t2[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 263 + $signature: 249 }; A._createLoginRequest__closure0.prototype = { call$1(error) { @@ -393267,7 +393422,7 @@ t1[0].call$1(new A.LoadAccountSuccess(this.action.completer, data)); t1[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 263 + $signature: 249 }; A._createSignUpRequest__closure0.prototype = { call$1(error) { @@ -393309,7 +393464,7 @@ t2[0].call$1(new A.LoadAccountSuccess(t1.completer, data)); t2[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 263 + $signature: 249 }; A._createOAuthLoginRequest__closure0.prototype = { call$1(error) { @@ -393351,7 +393506,7 @@ t1[0].call$1(new A.LoadAccountSuccess(this.action.completer, data)); t1[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 263 + $signature: 249 }; A._createOAuthSignUpRequest__closure0.prototype = { call$1(error) { @@ -393496,7 +393651,7 @@ t1.toString; $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); }, - $signature: 263 + $signature: 249 }; A._createRefreshRequest___closure.prototype = { call$1(userCompany) { @@ -393515,7 +393670,7 @@ this._box_0.permissionsWereChanged = true; } }, - $signature: 1061 + $signature: 1064 }; A._createRefreshRequest__closure0.prototype = { call$1(error) { @@ -393558,7 +393713,7 @@ t1[0].call$1(new A.RecoverPasswordSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 263 + $signature: 249 }; A._createRecoverRequest__closure0.prototype = { call$1(error) { @@ -393846,7 +394001,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 176 + $signature: 164 }; A.userSignUpRequestReducer_closure.prototype = { call$1(b) { @@ -393854,7 +394009,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 176 + $signature: 164 }; A.userLoginRequestReducer_closure.prototype = { call$1(b) { @@ -393865,7 +394020,7 @@ b.get$_auth_state$_$this()._auth_state$_email = t1; return b; }, - $signature: 176 + $signature: 164 }; A.oauthLoginRequestReducer_closure.prototype = { call$1(b) { @@ -393873,7 +394028,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 176 + $signature: 164 }; A.oauthSignUpRequestReducer_closure.prototype = { call$1(b) { @@ -393881,14 +394036,14 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 176 + $signature: 164 }; A.userLoginSuccessReducer_closure.prototype = { call$1(b) { b.get$_auth_state$_$this()._isAuthenticated = true; return b; }, - $signature: 176 + $signature: 164 }; A.userVerifiedPasswordReducer_closure.prototype = { call$1(b) { @@ -393896,14 +394051,14 @@ b.get$_auth_state$_$this()._lastEnteredPasswordAt = t1; return b; }, - $signature: 176 + $signature: 164 }; A.userUnverifiedPasswordReducer_closure.prototype = { call$1(b) { b.get$_auth_state$_$this()._lastEnteredPasswordAt = 0; return b; }, - $signature: 176 + $signature: 164 }; A.AuthState.prototype = { get$isHosted() { @@ -394261,7 +394416,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].bankAccountState.map._map$_map.$index(0, id); }, - $signature: 336 + $signature: 415 }; A._archiveBankAccount__closure0.prototype = { call$1(bankAccounts) { @@ -394270,7 +394425,7 @@ t1[0].call$1(new A.ArchiveBankAccountsSuccess(bankAccounts)); this.action.completer.complete$1(0, null); }, - $signature: 511 + $signature: 495 }; A._archiveBankAccount__closure1.prototype = { call$1(error) { @@ -394308,7 +394463,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].bankAccountState.map._map$_map.$index(0, id); }, - $signature: 336 + $signature: 415 }; A._deleteBankAccount__closure0.prototype = { call$1(bankAccounts) { @@ -394317,7 +394472,7 @@ t1[0].call$1(new A.DeleteBankAccountsSuccess(bankAccounts)); this.action.completer.complete$1(0, null); }, - $signature: 511 + $signature: 495 }; A._deleteBankAccount__closure1.prototype = { call$1(error) { @@ -394355,7 +394510,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].bankAccountState.map._map$_map.$index(0, id); }, - $signature: 336 + $signature: 415 }; A._restoreBankAccount__closure0.prototype = { call$1(bankAccounts) { @@ -394364,7 +394519,7 @@ t1[0].call$1(new A.RestoreBankAccountsSuccess(bankAccounts)); this.action.completer.complete$1(0, null); }, - $signature: 511 + $signature: 495 }; A._restoreBankAccount__closure1.prototype = { call$1(error) { @@ -394404,7 +394559,7 @@ } t1.completer.complete$1(0, bankAccount); }, - $signature: 345 + $signature: 372 }; A._saveBankAccount__closure0.prototype = { call$1(error) { @@ -394440,7 +394595,7 @@ t1[0].call$1(new A.LoadBankAccountSuccess(bankAccount)); this.action.completer.complete$1(0, null); }, - $signature: 345 + $signature: 372 }; A._loadBankAccount__closure0.prototype = { call$1(error) { @@ -394478,7 +394633,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1066 + $signature: 1069 }; A._loadBankAccounts__closure0.prototype = { call$1(error) { @@ -394513,151 +394668,151 @@ b.get$_bank_account_state$_$this()._bank_account_state$_tabIndex = t3; return b; }, - $signature: 1067 + $signature: 1070 }; A.forceSelectedReducer_closure167.prototype = { call$2(completer, action) { return true; }, - $signature: 1068 + $signature: 1071 }; A.forceSelectedReducer_closure168.prototype = { call$2(completer, action) { return false; }, - $signature: 1069 + $signature: 1072 }; A.forceSelectedReducer_closure169.prototype = { call$2(completer, action) { return false; }, - $signature: 1070 + $signature: 1073 }; A.forceSelectedReducer_closure170.prototype = { call$2(completer, action) { return false; }, - $signature: 1071 + $signature: 1074 }; A.forceSelectedReducer_closure171.prototype = { call$2(completer, action) { return false; }, - $signature: 1072 + $signature: 1075 }; A.forceSelectedReducer_closure172.prototype = { call$2(completer, action) { return false; }, - $signature: 1073 + $signature: 1076 }; A.forceSelectedReducer_closure173.prototype = { call$2(completer, action) { return false; }, - $signature: 1074 + $signature: 1077 }; A.forceSelectedReducer_closure174.prototype = { call$2(completer, action) { return false; }, - $signature: 1075 + $signature: 1078 }; A.tabIndexReducer_closure21.prototype = { call$2(completer, action) { return action.get$tabIndex(action); }, - $signature: 1076 + $signature: 1079 }; A.tabIndexReducer_closure22.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 99 }; A.selectedIdReducer_closure336.prototype = { call$2(completer, action) { return ""; }, - $signature: 1078 + $signature: 1081 }; A.selectedIdReducer_closure337.prototype = { call$2(completer, action) { return ""; }, - $signature: 1079 + $signature: 1082 }; A.selectedIdReducer_closure338.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_bankAccount ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure339.prototype = { call$2(selectedId, action) { return action.get$bankAccountId(); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure340.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$bankAccount()); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure341.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure342.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure343.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1084 + $signature: 1087 }; A.selectedIdReducer_closure344.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1085 + $signature: 1088 }; A.selectedIdReducer_closure345.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1086 + $signature: 1089 }; A.selectedIdReducer_closure346.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1087 + $signature: 1090 }; A.selectedIdReducer_closure347.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1088 + $signature: 1091 }; A.selectedIdReducer_closure348.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1089 + $signature: 1092 }; A.selectedIdReducer_closure349.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1090 + $signature: 1093 }; A.selectedIdReducer_closure350.prototype = { call$2(selectedId, action) { @@ -394670,44 +394825,44 @@ } return t1; }, - $signature: 83 + $signature: 81 }; A.editingReducer_closure114.prototype = { call$2(bankAccount, action) { return action.bankAccount.rebuild$1(new A.editingReducer__closure45()); }, - $signature: 1092 + $signature: 1095 }; A.editingReducer__closure45.prototype = { call$1(b) { b.get$_bank_account_model$_$this()._bank_account_model$_isChanged = true; return b; }, - $signature: 261 + $signature: 246 }; A.editingReducer_closure115.prototype = { call$2(bankAccounts, action) { return J.$index$asx(action.bankAccounts, 0); }, - $signature: 1094 + $signature: 1097 }; A.editingReducer_closure116.prototype = { call$2(bankAccounts, action) { return J.$index$asx(action.bankAccounts, 0); }, - $signature: 1095 + $signature: 1098 }; A.editingReducer_closure117.prototype = { call$2(bankAccounts, action) { return J.$index$asx(action.bankAccounts, 0); }, - $signature: 1096 + $signature: 1099 }; A.bankAccountListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.bankAccountListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.bankAccountListReducer__closure.prototype = { call$1(b) { @@ -394864,7 +395019,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 497 + $signature: 518 }; A._deleteBankAccountSuccess_closure.prototype = { call$1(b) { @@ -394886,7 +395041,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 497 + $signature: 518 }; A._restoreBankAccountSuccess_closure.prototype = { call$1(b) { @@ -394908,7 +395063,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 497 + $signature: 518 }; A._addBankAccount_closure.prototype = { call$1(b) { @@ -394921,7 +395076,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 350 + $signature: 377 }; A._updateBankAccount_closure.prototype = { call$1(b) { @@ -394930,7 +395085,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 350 + $signature: 377 }; A._setLoadedBankAccount_closure.prototype = { call$1(b) { @@ -394939,13 +395094,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 350 + $signature: 377 }; A.memoizedDropdownBankAccountList_closure.prototype = { call$5(bankAccountMap, bankAccountList, staticState, userMap, bankAccountId) { return A.dropdownBankAccountsSelector(bankAccountMap, bankAccountList, staticState, userMap, bankAccountId); }, - $signature: 1101 + $signature: 1104 }; A.dropdownBankAccountsSelector_closure.prototype = { call$1(bankAccountId) { @@ -394965,7 +395120,7 @@ call$4(selectionState, bankAccountMap, bankAccountList, bankAccountListState) { return A.filteredBankAccountsSelector(selectionState, bankAccountMap, bankAccountList, bankAccountListState); }, - $signature: 1103 + $signature: 1106 }; A.filteredBankAccountsSelector_closure.prototype = { call$1(bankAccountId) { @@ -395014,7 +395169,7 @@ call$1(item) { return item; }, - $signature: 1105 + $signature: 1107 }; A.BankAccountState_loadBankAccounts_closure.prototype = { call$1(b) { @@ -395029,7 +395184,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 350 + $signature: 377 }; A.BankAccountUIState.prototype = { get$isCreatingNew() { @@ -395548,7 +395703,7 @@ call$1(contact) { return contact.link.length !== 0; }, - $signature: 154 + $signature: 148 }; A.handleClientAction_closure1.prototype = { call$1(b) { @@ -395556,7 +395711,7 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 64 + $signature: 69 }; A.handleClientAction_closure2.prototype = { call$1(b) { @@ -395605,7 +395760,7 @@ call$1(context) { return new A._MergClientPicker(this.client, null); }, - $signature: 1109 + $signature: 1111 }; A.StartClientMultiselect.prototype = {}; A.AddToClientMultiselect.prototype = {}; @@ -395647,7 +395802,7 @@ var t1 = this.$this; return t1.setState$1(new A.__MergClientPickerState_build__closure0(t1, client)); }, - $signature: 171 + $signature: 167 }; A.__MergClientPickerState_build__closure0.prototype = { call$0() { @@ -395655,7 +395810,7 @@ t1 = t1 == null ? null : t1.get$id(t1); return this.$this._mergeIntoClientId = t1; }, - $signature: 135 + $signature: 132 }; A.__MergClientPickerState_build_closure0.prototype = { call$0() { @@ -395794,7 +395949,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].clientState.map._map$_map.$index(0, id); }, - $signature: 353 + $signature: 382 }; A._archiveClient__closure0.prototype = { call$1(clients) { @@ -395803,7 +395958,7 @@ t1[0].call$1(new A.ArchiveClientsSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 476 + $signature: 532 }; A._archiveClient__closure1.prototype = { call$1(error) { @@ -395841,7 +395996,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, null); }, - $signature: 275 + $signature: 272 }; A._mergeClients__closure0.prototype = { call$1(error) { @@ -395877,7 +396032,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].clientState.map._map$_map.$index(0, id); }, - $signature: 353 + $signature: 382 }; A._deleteClient__closure0.prototype = { call$1(clients) { @@ -395886,7 +396041,7 @@ t1[0].call$1(new A.DeleteClientsSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 476 + $signature: 532 }; A._deleteClient__closure1.prototype = { call$1(error) { @@ -395923,7 +396078,7 @@ t2[0].call$1(new A.PurgeClientSuccess(t1.clientId)); t1.completer.complete$1(0, null); }, - $signature: 19 + $signature: 20 }; A._purgeClient__closure0.prototype = { call$1(error) { @@ -395961,7 +396116,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].clientState.map._map$_map.$index(0, id); }, - $signature: 353 + $signature: 382 }; A._restoreClient__closure0.prototype = { call$1(clients) { @@ -395970,7 +396125,7 @@ t1[0].call$1(new A.RestoreClientSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 476 + $signature: 532 }; A._restoreClient__closure1.prototype = { call$1(error) { @@ -396016,7 +396171,7 @@ if (t1 != null) t1.complete$1(0, client); }, - $signature: 275 + $signature: 272 }; A._saveClient__closure0.prototype = { call$1(error) { @@ -396054,7 +396209,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 275 + $signature: 272 }; A._loadClient__closure0.prototype = { call$1(error) { @@ -396097,7 +396252,7 @@ } else t1[0].call$1(new A.LoadProducts(null, 1)); }, - $signature: 1116 + $signature: 1118 }; A._loadClients__closure0.prototype = { call$1(error) { @@ -396142,7 +396297,7 @@ t1[0].call$1(new A.SaveClientSuccess(client)); this.action.completer.complete$1(0, null); }, - $signature: 275 + $signature: 272 }; A._saveDocument__closure24.prototype = { call$1(error) { @@ -396217,67 +396372,67 @@ b.get$_client_state$_$this()._client_state$_cancelCompleter = t3; return b; }, - $signature: 1117 + $signature: 1119 }; A.forceSelectedReducer_closure207.prototype = { call$2(completer, action) { return true; }, - $signature: 1118 + $signature: 1120 }; A.forceSelectedReducer_closure208.prototype = { call$2(completer, action) { return false; }, - $signature: 1119 + $signature: 1121 }; A.forceSelectedReducer_closure209.prototype = { call$2(completer, action) { return false; }, - $signature: 1120 + $signature: 1122 }; A.forceSelectedReducer_closure210.prototype = { call$2(completer, action) { return false; }, - $signature: 1121 + $signature: 1123 }; A.forceSelectedReducer_closure211.prototype = { call$2(completer, action) { return false; }, - $signature: 1122 + $signature: 1124 }; A.forceSelectedReducer_closure212.prototype = { call$2(completer, action) { return false; }, - $signature: 1123 + $signature: 1125 }; A.forceSelectedReducer_closure213.prototype = { call$2(completer, action) { return false; }, - $signature: 1124 + $signature: 1126 }; A.forceSelectedReducer_closure214.prototype = { call$2(completer, action) { return false; }, - $signature: 1125 + $signature: 1127 }; A.tabIndexReducer_closure31.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1126 + $signature: 1128 }; A.tabIndexReducer_closure32.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 99 }; A.saveCompleterReducer_closure2.prototype = { call$2(completer, action) { @@ -396298,110 +396453,110 @@ t1 = A.ClientContactEntity_ClientContactEntity(); return t1; }, - $signature: 1128 + $signature: 1130 }; A.editingContactReducer_closure0.prototype = { call$2(contact, action) { var t1 = action.contact; return t1 == null ? A.ClientContactEntity_ClientContactEntity() : t1; }, - $signature: 1129 + $signature: 1131 }; A.selectedIdReducer_closure416.prototype = { call$2(completer, action) { return ""; }, - $signature: 1130 + $signature: 1132 }; A.selectedIdReducer_closure417.prototype = { call$2(completer, action) { return ""; }, - $signature: 1131 + $signature: 1133 }; A.selectedIdReducer_closure418.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_client ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure419.prototype = { call$2(selectedId, action) { return action.clientId; }, - $signature: 1132 + $signature: 1134 }; A.selectedIdReducer_closure420.prototype = { call$2(selectedId, action) { return action.client.id; }, - $signature: 1133 + $signature: 1135 }; A.selectedIdReducer_closure421.prototype = { call$2(selectedId, action) { return action.client.id; }, - $signature: 1134 + $signature: 1136 }; A.selectedIdReducer_closure422.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure423.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure424.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1135 + $signature: 1137 }; A.selectedIdReducer_closure425.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1136 + $signature: 1138 }; A.selectedIdReducer_closure426.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1137 + $signature: 1139 }; A.selectedIdReducer_closure427.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1138 + $signature: 1140 }; A.selectedIdReducer_closure428.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1139 + $signature: 1141 }; A.selectedIdReducer_closure429.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1140 + $signature: 1142 }; A.selectedIdReducer_closure430.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1141 + $signature: 1143 }; A.selectedIdReducer_closure431.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_client ? "" : selectedId; }, - $signature: 175 + $signature: 162 }; A.selectedIdReducer_closure432.prototype = { call$2(selectedId, action) { @@ -396414,62 +396569,62 @@ } return t1; }, - $signature: 83 + $signature: 81 }; A.editingReducer_closure141.prototype = { call$2(client, action) { return action.client; }, - $signature: 1143 + $signature: 1145 }; A.editingReducer_closure142.prototype = { call$2(client, action) { return action.client; }, - $signature: 1144 + $signature: 1146 }; A.editingReducer_closure143.prototype = { call$2(clients, action) { return J.$index$asx(action.clients, 0); }, - $signature: 1145 + $signature: 1147 }; A.editingReducer_closure144.prototype = { call$2(clients, action) { return J.$index$asx(action.clients, 0); }, - $signature: 1146 + $signature: 1148 }; A.editingReducer_closure145.prototype = { call$2(clients, action) { return J.$index$asx(action.clients, 0); }, - $signature: 1147 + $signature: 1149 }; A.editingReducer_closure146.prototype = { call$2(client, action) { return action.client; }, - $signature: 1148 + $signature: 1150 }; A.editingReducer_closure147.prototype = { call$2(client, action) { return action.client.rebuild$1(new A.editingReducer__closure59()); }, - $signature: 1149 + $signature: 1151 }; 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: 1150 + $signature: 1152 }; A.editingReducer__closure58.prototype = { call$1(b) { @@ -396480,13 +396635,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: 1151 + $signature: 1153 }; A.editingReducer__closure57.prototype = { call$1(b) { @@ -396496,13 +396651,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: 1152 + $signature: 1154 }; A.editingReducer__closure56.prototype = { call$1(b) { @@ -396515,41 +396670,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: 1153 + $signature: 1155 }; A.editingReducer_closure152.prototype = { call$2(client, action) { var _null = null; return A.ClientEntity_ClientEntity(_null, _null, _null, _null); }, - $signature: 1154 + $signature: 1156 }; A.editingReducer_closure153.prototype = { call$2(client, action) { var _null = null; return A.ClientEntity_ClientEntity(_null, _null, _null, _null); }, - $signature: 1155 + $signature: 1157 }; A.editingReducer_closure154.prototype = { call$2(client, action) { var _null = null; return A.ClientEntity_ClientEntity(_null, _null, _null, _null); }, - $signature: 1156 + $signature: 1158 }; A.clientListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.clientListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.clientListReducer__closure.prototype = { call$1(b) { @@ -396744,7 +396899,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 466 + $signature: 542 }; A._deleteClientSuccess_closure.prototype = { call$1(b) { @@ -396766,7 +396921,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 466 + $signature: 542 }; A._restoreClientSuccess_closure.prototype = { call$1(b) { @@ -396788,7 +396943,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 466 + $signature: 542 }; A._addClient_closure.prototype = { call$1(b) { @@ -396801,7 +396956,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 256 + $signature: 243 }; A._addClient__closure.prototype = { call$1(b) { @@ -396809,7 +396964,7 @@ b.get$_client_model$_$this()._loadedAt = t1; return b; }, - $signature: 51 + $signature: 54 }; A._updateClient_closure.prototype = { call$1(b) { @@ -396818,7 +396973,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._updateClient__closure())); return b; }, - $signature: 256 + $signature: 243 }; A._updateClient__closure.prototype = { call$1(b) { @@ -396826,7 +396981,7 @@ b.get$_client_model$_$this()._loadedAt = t1; return b; }, - $signature: 51 + $signature: 54 }; A._setLoadedClient_closure.prototype = { call$1(b) { @@ -396835,7 +396990,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._setLoadedClient__closure())); return b; }, - $signature: 256 + $signature: 243 }; A._setLoadedClient__closure.prototype = { call$1(b) { @@ -396843,7 +396998,7 @@ b.get$_client_model$_$this()._loadedAt = t1; return b; }, - $signature: 51 + $signature: 54 }; A._mergeClientSuccess_closure.prototype = { call$1(b) { @@ -396853,7 +397008,7 @@ B.JSArray_methods.remove$1(b.get$list(b).get$_safeList(), t2); return b; }, - $signature: 256 + $signature: 243 }; A._purgeClientSuccess_closure26.prototype = { call$1(b) { @@ -396863,13 +397018,13 @@ B.JSArray_methods.remove$1(b.get$list(b).get$_safeList(), t2); return b; }, - $signature: 256 + $signature: 243 }; A.memoizedDropdownClientList_closure.prototype = { call$4(clientMap, clientList, userMap, staticState) { return A.dropdownClientsSelector(clientMap, clientList, userMap, staticState); }, - $signature: 1159 + $signature: 1161 }; A.dropdownClientsSelector_closure.prototype = { call$1(clientId) { @@ -396899,13 +397054,13 @@ else if (client.isDeleted) ++this._box_0.countArchived; }, - $signature: 278 + $signature: 274 }; A.memoizedFilteredClientList_closure.prototype = { call$7(selectionState, clientMap, clientList, groupMap, clientListState, userMap, staticState) { return A.filteredClientsSelector(selectionState, clientMap, clientList, groupMap, clientListState, userMap, staticState); }, - $signature: 1162 + $signature: 1164 }; A.filteredClientsSelector_closure.prototype = { call$1(clientId) { @@ -396986,7 +397141,7 @@ call$1(item) { return item; }, - $signature: 1164 + $signature: 1166 }; A.ClientState_loadClients_closure.prototype = { call$1(b) { @@ -397001,7 +397156,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 256 + $signature: 243 }; A.ClientUIState.prototype = { get$isCreatingNew() { @@ -397604,13 +397759,13 @@ t4._group_state$_$v = t2; return b; }, - $signature: 1165 + $signature: 1167 }; A.userCompanyEntityReducer_closure.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure12(action)); }, - $signature: 1166 + $signature: 1168 }; A.userCompanyEntityReducer__closure12.prototype = { call$1(b) { @@ -397623,7 +397778,7 @@ t3.get$_company_model$_$this()._hasEInvoiceCertificatePassphrase = t2; return b; }, - $signature: 97 + $signature: 95 }; A.userCompanyEntityReducer_closure0.prototype = { call$2(userCompany, action) { @@ -397635,7 +397790,7 @@ else return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure11(action)); }, - $signature: 1168 + $signature: 1170 }; A.userCompanyEntityReducer__closure10.prototype = { call$1(b) { @@ -397644,7 +397799,7 @@ b.get$settings().get$reportSettings().$indexSet(0, t1.report, t2.rebuild$1(new A.userCompanyEntityReducer___closure(t1, t2))); return b; }, - $signature: 97 + $signature: 95 }; A.userCompanyEntityReducer___closure.prototype = { call$1(b) { @@ -397689,13 +397844,13 @@ b.get$settings().get$reportSettings().$indexSet(0, t1.report, A.ReportSettingsEntity_ReportSettingsEntity(t1.sortColumn, t1.sortTotalsIndex)); return b; }, - $signature: 97 + $signature: 95 }; A.userCompanyEntityReducer_closure1.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure9(action)); }, - $signature: 1170 + $signature: 1172 }; A.userCompanyEntityReducer__closure9.prototype = { call$1(b) { @@ -397709,13 +397864,13 @@ t1._company_model$_$v = t2; return b; }, - $signature: 97 + $signature: 95 }; A.userCompanyEntityReducer_closure2.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure8(action)); }, - $signature: 1171 + $signature: 1173 }; A.userCompanyEntityReducer__closure8.prototype = { call$1(b) { @@ -397725,13 +397880,13 @@ t1._user_model$_$v = t2; return b; }, - $signature: 97 + $signature: 95 }; A.userCompanyEntityReducer_closure3.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure7(action)); }, - $signature: 1172 + $signature: 1174 }; A.userCompanyEntityReducer__closure7.prototype = { call$1(b) { @@ -397741,13 +397896,13 @@ t1._user_model$_$v = t2; return b; }, - $signature: 97 + $signature: 95 }; A.userCompanyEntityReducer_closure4.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure6(action)); }, - $signature: 1173 + $signature: 1175 }; A.userCompanyEntityReducer__closure6.prototype = { call$1(b) { @@ -397757,13 +397912,13 @@ t1._user_model$_$v = t2; return b; }, - $signature: 97 + $signature: 95 }; A.userCompanyEntityReducer_closure5.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure5(action)); }, - $signature: 1174 + $signature: 1176 }; A.userCompanyEntityReducer__closure5.prototype = { call$1(b) { @@ -397773,26 +397928,26 @@ t1._user_model$_$v = t2; return b; }, - $signature: 97 + $signature: 95 }; A.userCompanyEntityReducer_closure6.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure4()); }, - $signature: 1175 + $signature: 1177 }; A.userCompanyEntityReducer__closure4.prototype = { call$1(b) { b.get$user(b).get$_user_model$_$this()._isTwoFactorEnabled = false; return b; }, - $signature: 97 + $signature: 95 }; A.userCompanyEntityReducer_closure7.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure3(action)); }, - $signature: 1176 + $signature: 1178 }; A.userCompanyEntityReducer__closure3.prototype = { call$1(b) { @@ -397802,13 +397957,13 @@ t1._company_model$_$v = t2; return b; }, - $signature: 97 + $signature: 95 }; A.userCompanyEntityReducer_closure8.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure2(action)); }, - $signature: 1177 + $signature: 1179 }; A.userCompanyEntityReducer__closure2.prototype = { call$1(b) { @@ -397817,20 +397972,20 @@ t1.get$_settings_model$_$this()._languageId = t2; return b; }, - $signature: 97 + $signature: 95 }; A.userCompanyEntityReducer_closure9.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure1(action)); }, - $signature: 1178 + $signature: 1180 }; A.userCompanyEntityReducer__closure1.prototype = { call$1(b) { b.get$settings().get$dashboardFields().replace$1(0, this.action.dashboardFields); return b; }, - $signature: 97 + $signature: 95 }; A.userCompanyEntityReducer_closure10.prototype = { call$2(userCompany, action) { @@ -397840,21 +397995,21 @@ return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure0(action)); return userCompany; }, - $signature: 1179 + $signature: 1181 }; A.userCompanyEntityReducer__closure.prototype = { call$1(b) { b.get$settings().get$_company_model$_$this()._dashboardFieldsPerRowDesktop = this.action.numberFieldsPerRowDesktop; return b; }, - $signature: 97 + $signature: 95 }; A.userCompanyEntityReducer__closure0.prototype = { call$1(b) { b.get$settings().get$_company_model$_$this()._dashboardFieldsPerRowMobile = this.action.numberFieldsPerRowMobile; return b; }, - $signature: 97 + $signature: 95 }; A.loadCompanySuccessReducer_closure.prototype = { call$1(b) { @@ -397865,7 +398020,7 @@ b.get$user(b).get$userCompany().get$notifications().replace$1(0, A.BuiltMap_BuiltMap(B.Map_empty0, type$.legacy_String, type$.legacy_BuiltList_legacy_String)); return b; }, - $signature: 97 + $signature: 95 }; A.loadCompanySuccessReducer_closure0.prototype = { call$1(b) { @@ -397875,7 +398030,7 @@ t1.get$expenseCategories().replace$1(0, A._setArrayType([], type$.JSArray_legacy_ExpenseCategoryEntity)); return t1; }, - $signature: 1180 + $signature: 1182 }; A.loadCompanySuccessReducer_closure1.prototype = { call$1(b) { @@ -397885,7 +398040,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 97 + $signature: 95 }; A.saveCompanySuccessReducer_closure.prototype = { call$1(b) { @@ -397907,25 +398062,25 @@ t1._company_model$_$v = t2; return b; }, - $signature: 97 + $signature: 95 }; A.lastUpdatedReducer_closure.prototype = { call$2(state, action) { return action.userCompany.company.isLarge && state === 0 ? 0 : Date.now(); }, - $signature: 1181 + $signature: 1183 }; A.lastUpdatedReducer_closure0.prototype = { call$2(state, action) { return Date.now(); }, - $signature: 1182 + $signature: 1184 }; A.memoizedDropdownExpenseCategoriesList_closure.prototype = { call$2(categoryMap, categoryList) { return A.dropdownExpenseCategoriesSelector0(categoryMap, categoryList); }, - $signature: 1183 + $signature: 1185 }; A.dropdownExpenseCategoriesSelector_closure1.prototype = { call$1(categoryId) { @@ -397945,13 +398100,13 @@ call$3(company, clientMap, groupMap) { return J.get$length$asx($.$get$memoizedGetCurrencyIds().call$3(company, clientMap, groupMap)) > 1; }, - $signature: 1184 + $signature: 1186 }; A.memoizedGetCurrencyIds_closure.prototype = { call$3(company, clientMap, groupMap) { return A.getCurrencyIds(company, clientMap, groupMap); }, - $signature: 1185 + $signature: 1187 }; A.getCurrencyIds_closure.prototype = { call$2(clientId, client) { @@ -397967,19 +398122,19 @@ this.currencyIds.push(currencyId); } }, - $signature: 278 + $signature: 274 }; A.memoizedFilteredSelector_closure.prototype = { call$2(filter, state) { return A.filteredSelector(filter, state); }, - $signature: 1186 + $signature: 1188 }; A.filteredSelector_closure.prototype = { call$1(productId) { return this.state.productState.map._map$_map.$index(0, productId); }, - $signature: 280 + $signature: 277 }; A.filteredSelector_closure0.prototype = { call$1(product) { @@ -397991,13 +398146,13 @@ call$1(clientId) { return this.state.clientState.map._map$_map.$index(0, clientId); }, - $signature: 353 + $signature: 382 }; A.filteredSelector_closure2.prototype = { call$1(client) { return client.matchesFilter$1(this.filter); }, - $signature: 1189 + $signature: 1191 }; A.filteredSelector_closure3.prototype = { call$1(quoteId) { @@ -398009,25 +398164,25 @@ call$1(quote) { return quote.matchesFilter$1(this.filter); }, - $signature: 111 + $signature: 107 }; A.filteredSelector_closure5.prototype = { call$1(paymentId) { return this.state.paymentState.map._map$_map.$index(0, paymentId); }, - $signature: 253 + $signature: 240 }; A.filteredSelector_closure6.prototype = { call$1(payment) { return payment.matchesFilter$1(this.filter); }, - $signature: 282 + $signature: 280 }; A.filteredSelector_closure7.prototype = { call$1(projectId) { return this.state.projectState.map._map$_map.$index(0, projectId); }, - $signature: 357 + $signature: 400 }; A.filteredSelector_closure8.prototype = { call$1(project) { @@ -398039,7 +398194,7 @@ call$1(taskId) { return this.state.taskState.map._map$_map.$index(0, taskId); }, - $signature: 198 + $signature: 224 }; A.filteredSelector_closure10.prototype = { call$1(task) { @@ -398057,13 +398212,13 @@ call$1(invoice) { return invoice.matchesFilter$1(this.filter); }, - $signature: 111 + $signature: 107 }; A.filteredSelector_closure13.prototype = { call$2(entityA, entityB) { return J.compareTo$1$ns(entityA.get$listDisplayName(), entityB.get$listDisplayName()); }, - $signature: 652 + $signature: 651 }; A.UserCompanyState.prototype = { get$company() { @@ -399163,7 +399318,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 361 + $signature: 412 }; A._archiveCompanyGateway__closure0.prototype = { call$1(companyGateways) { @@ -399172,7 +399327,7 @@ t1[0].call$1(new A.ArchiveCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 442 + $signature: 574 }; A._archiveCompanyGateway__closure1.prototype = { call$1(error) { @@ -399210,7 +399365,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 361 + $signature: 412 }; A._deleteCompanyGateway__closure0.prototype = { call$1(companyGateways) { @@ -399219,7 +399374,7 @@ t1[0].call$1(new A.DeleteCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 442 + $signature: 574 }; A._deleteCompanyGateway__closure1.prototype = { call$1(error) { @@ -399257,7 +399412,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 361 + $signature: 412 }; A._restoreCompanyGateway__closure0.prototype = { call$1(companyGateways) { @@ -399266,7 +399421,7 @@ t1[0].call$1(new A.RestoreCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 442 + $signature: 574 }; A._restoreCompanyGateway__closure1.prototype = { call$1(error) { @@ -399339,7 +399494,7 @@ } t1.completer.complete$1(0, companyGateway); }, - $signature: 362 + $signature: 413 }; A._saveCompanyGateway__closure0.prototype = { call$1(error) { @@ -399376,7 +399531,7 @@ t1[0].call$1(new A.LoadCompanyGatewaySuccess(companyGateway)); this.action.completer.complete$1(0, null); }, - $signature: 362 + $signature: 413 }; A._loadCompanyGateway__closure0.prototype = { call$1(error) { @@ -399414,7 +399569,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1202 + $signature: 1204 }; A._loadCompanyGateways__closure0.prototype = { call$1(error) { @@ -399447,139 +399602,139 @@ b.get$_company_gateway_state$_$this()._company_gateway_state$_forceSelected = t3; return b; }, - $signature: 1203 + $signature: 1205 }; A.forceSelectedReducer_closure59.prototype = { call$2(completer, action) { return true; }, - $signature: 1204 + $signature: 1206 }; A.forceSelectedReducer_closure60.prototype = { call$2(completer, action) { return false; }, - $signature: 1205 + $signature: 1207 }; A.forceSelectedReducer_closure61.prototype = { call$2(completer, action) { return false; }, - $signature: 1206 + $signature: 1208 }; A.forceSelectedReducer_closure62.prototype = { call$2(completer, action) { return false; }, - $signature: 1207 + $signature: 1209 }; A.forceSelectedReducer_closure63.prototype = { call$2(completer, action) { return false; }, - $signature: 1208 + $signature: 1210 }; A.forceSelectedReducer_closure64.prototype = { call$2(completer, action) { return false; }, - $signature: 1209 + $signature: 1211 }; A.forceSelectedReducer_closure65.prototype = { call$2(completer, action) { return false; }, - $signature: 1210 + $signature: 1212 }; A.forceSelectedReducer_closure66.prototype = { call$2(completer, action) { return false; }, - $signature: 1211 + $signature: 1213 }; A.selectedIdReducer_closure120.prototype = { call$2(completer, action) { return ""; }, - $signature: 1212 + $signature: 1214 }; A.selectedIdReducer_closure121.prototype = { call$2(completer, action) { return ""; }, - $signature: 1213 + $signature: 1215 }; A.selectedIdReducer_closure122.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_companyGateway ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure123.prototype = { call$2(selectedId, action) { return action.companyGatewayId; }, - $signature: 1214 + $signature: 1216 }; A.selectedIdReducer_closure124.prototype = { call$2(selectedId, action) { return action.companyGateway.id; }, - $signature: 1215 + $signature: 1217 }; A.selectedIdReducer_closure125.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure126.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure127.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1216 + $signature: 1218 }; A.selectedIdReducer_closure128.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1217 + $signature: 1219 }; A.selectedIdReducer_closure129.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1218 + $signature: 1220 }; A.selectedIdReducer_closure130.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1219 + $signature: 1221 }; A.selectedIdReducer_closure131.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1220 + $signature: 1222 }; A.selectedIdReducer_closure132.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1221 + $signature: 1223 }; A.selectedIdReducer_closure133.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1222 + $signature: 1224 }; A.selectedIdReducer_closure134.prototype = { call$2(selectedId, action) { @@ -399592,44 +399747,44 @@ } return t1; }, - $signature: 83 + $signature: 81 }; A.editingReducer_closure37.prototype = { call$2(companyGateways, action) { return J.$index$asx(action.companyGateways, 0); }, - $signature: 1223 + $signature: 1225 }; A.editingReducer_closure38.prototype = { call$2(companyGateways, action) { return J.$index$asx(action.companyGateways, 0); }, - $signature: 1224 + $signature: 1226 }; A.editingReducer_closure39.prototype = { call$2(companyGateways, action) { return J.$index$asx(action.companyGateways, 0); }, - $signature: 1225 + $signature: 1227 }; A.editingReducer_closure40.prototype = { call$2(companyGateway, action) { return action.companyGateway.rebuild$1(new A.editingReducer__closure13()); }, - $signature: 1226 + $signature: 1228 }; A.editingReducer__closure13.prototype = { call$1(b) { b.get$_company_gateway_model$_$this()._company_gateway_model$_isChanged = true; return b; }, - $signature: 59 + $signature: 57 }; A.companyGatewayListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.companyGatewayListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.companyGatewayListReducer__closure.prototype = { call$1(b) { @@ -399779,7 +399934,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 440 + $signature: 576 }; A._deleteCompanyGatewaySuccess_closure.prototype = { call$1(b) { @@ -399801,7 +399956,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 440 + $signature: 576 }; A._restoreCompanyGatewaySuccess_closure.prototype = { call$1(b) { @@ -399823,7 +399978,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 440 + $signature: 576 }; A._addCompanyGateway_closure.prototype = { call$1(b) { @@ -399836,7 +399991,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 229 + $signature: 223 }; A._addCompanyGateway__closure.prototype = { call$1(b) { @@ -399844,7 +399999,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_loadedAt = t1; return b; }, - $signature: 59 + $signature: 57 }; A._updateCompanyGateway_closure.prototype = { call$1(b) { @@ -399853,7 +400008,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._updateCompanyGateway__closure())); return b; }, - $signature: 229 + $signature: 223 }; A._updateCompanyGateway__closure.prototype = { call$1(b) { @@ -399861,7 +400016,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_loadedAt = t1; return b; }, - $signature: 59 + $signature: 57 }; A._setLoadedCompanyGateway_closure.prototype = { call$1(b) { @@ -399870,7 +400025,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._setLoadedCompanyGateway__closure())); return b; }, - $signature: 229 + $signature: 223 }; A._setLoadedCompanyGateway__closure.prototype = { call$1(b) { @@ -399878,14 +400033,14 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_loadedAt = t1; return b; }, - $signature: 59 + $signature: 57 }; 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$.legacy_String, type$.legacy_CompanyGatewayEntity)); return b; }, - $signature: 229 + $signature: 223 }; A._setLoadedCompany__closure1.prototype = { call$1(item) { @@ -399897,7 +400052,7 @@ call$1(item) { return item; }, - $signature: 651 + $signature: 649 }; A._setLoadedCompany_closure2.prototype = { call$1(b) { @@ -399906,14 +400061,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 229 + $signature: 223 }; 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$.legacy_String, type$.legacy_CompanyGatewayEntity)); return b; }, - $signature: 229 + $signature: 223 }; A._setLoadedCompanyGateways__closure.prototype = { call$1(item) { @@ -399925,7 +400080,7 @@ call$1(item) { return item; }, - $signature: 651 + $signature: 649 }; A._setLoadedCompanyGateways_closure0.prototype = { call$1(b) { @@ -399934,13 +400089,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 229 + $signature: 223 }; A.memoizedFilteredCompanyGatewayList_closure.prototype = { call$5(companyGatewayMap, companyGatewayList, companyGatewayListState, companyGatewayIds, includeAll) { return A.filteredCompanyGatewaysSelector(companyGatewayMap, companyGatewayList, companyGatewayListState, companyGatewayIds, includeAll); }, - $signature: 1230 + $signature: 1232 }; A.filteredCompanyGatewaysSelector_closure.prototype = { call$1(companyGatewayId) { @@ -399974,7 +400129,7 @@ call$2(companyGatewayId, paymentMap) { return A.calculateCompanyGatewayProcessed(companyGatewayId, paymentMap); }, - $signature: 1231 + $signature: 1233 }; A.calculateCompanyGatewayProcessed_closure.prototype = { call$2(paymentId, payment) { @@ -399984,7 +400139,7 @@ t1.total = t1.total + payment.get$completedAmount() * payment.exchangeRate; } }, - $signature: 181 + $signature: 187 }; A.memoizedClientStatsForCompanyGateway_closure.prototype = { call$2(companyGatewayId, clientMap) { @@ -400002,7 +400157,7 @@ else if (client.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 278 + $signature: 274 }; A.clientStatsForCompanyGateway__closure.prototype = { call$1(token) { @@ -400014,7 +400169,7 @@ call$2(companyGatewayId, paymentMap) { return A.paymentStatsForCompanyGateway(companyGatewayId, paymentMap); }, - $signature: 1233 + $signature: 1235 }; A.paymentStatsForCompanyGateway_closure.prototype = { call$2(paymentId, payment) { @@ -400024,7 +400179,7 @@ else if (payment.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 181 + $signature: 187 }; A.getUnconnectedStripeAccount_closure.prototype = { call$2(id, gateway) { @@ -400035,7 +400190,7 @@ this._box_0.unconnectedGateway = gateway; } }, - $signature: 1234 + $signature: 1236 }; A.CompanyGatewayState.prototype = { $get$1(_, companyGatewayId) { @@ -400614,7 +400769,7 @@ if (!t1.userCompanyStates._list[t2].clientState.$get$1(0, type$.legacy_InvoiceEntity._as(credit).clientId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 150 + $signature: 154 }; A.handleCreditAction_closure1.prototype = { call$0() { @@ -400641,7 +400796,7 @@ b.get$parameters(b).get$_schedule_model$_$this()._entityId = this.credit.id; return b; }, - $signature: 78 + $signature: 75 }; A.handleCreditAction_closure4.prototype = { call$1(_) { @@ -400703,7 +400858,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: 55 + $signature: 47 }; A.handleCreditAction__closure.prototype = { call$1(credit) { @@ -400713,19 +400868,19 @@ t2 = credit.statusId !== "1" ? credit.balance : credit.amount; return A.PaymentableEntity_PaymentableEntity(t2, t1, null); }, - $signature: 649 + $signature: 648 }; A.handleCreditAction_closure10.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 113 + $signature: 115 }; A.handleCreditAction_closure11.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 113 + $signature: 115 }; A.StartCreditMultiselect.prototype = {}; A.AddToCreditMultiselect.prototype = {}; @@ -400933,7 +401088,7 @@ t1[0].call$1(new A.ArchiveCreditsSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._archiveCredit__closure1.prototype = { call$1(error) { @@ -400980,7 +401135,7 @@ t1[0].call$1(new A.DeleteCreditsSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._deleteCredit__closure1.prototype = { call$1(error) { @@ -401027,7 +401182,7 @@ t1[0].call$1(new A.RestoreCreditsSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._restoreCredit__closure1.prototype = { call$1(error) { @@ -401060,7 +401215,7 @@ t1[0].call$1(new A.MarkSentCreditSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._markSentCredit__closure0.prototype = { call$1(error) { @@ -401094,7 +401249,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._markPaidCredit__closure0.prototype = { call$1(error) { @@ -401188,7 +401343,7 @@ } t1.completer.complete$1(0, credit); }, - $signature: 73 + $signature: 70 }; A._saveCredit__closure1.prototype = { call$1(error) { @@ -401226,7 +401381,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 73 + $signature: 70 }; A._loadCredit__closure0.prototype = { call$1(error) { @@ -401265,7 +401420,7 @@ this.action.toString; t1[0].call$1(new A.LoadProjects()); }, - $signature: 288 + $signature: 310 }; A._loadCredits__closure0.prototype = { call$1(error) { @@ -401298,7 +401453,7 @@ t1[0].call$1(new A.DownloadCreditsSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._downloadCredits__closure0.prototype = { call$1(error) { @@ -401331,7 +401486,7 @@ t1[0].call$1(new A.BulkEmailCreditsSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._bulkEmailCredits__closure0.prototype = { call$1(error) { @@ -401377,7 +401532,7 @@ t1[0].call$1(new A.SaveCreditSuccess(credit)); this.action.completer.complete$1(0, null); }, - $signature: 73 + $signature: 70 }; A._saveDocument__closure2.prototype = { call$1(error) { @@ -401414,67 +401569,67 @@ b.get$_credit_state$_$this()._credit_state$_historyActivityId = t3; return b; }, - $signature: 1243 + $signature: 1245 }; A.forceSelectedReducer_closure79.prototype = { call$2(completer, action) { return true; }, - $signature: 1244 + $signature: 1246 }; A.forceSelectedReducer_closure80.prototype = { call$2(completer, action) { return false; }, - $signature: 1245 + $signature: 1247 }; A.forceSelectedReducer_closure81.prototype = { call$2(completer, action) { return false; }, - $signature: 1246 + $signature: 1248 }; A.forceSelectedReducer_closure82.prototype = { call$2(completer, action) { return false; }, - $signature: 1247 + $signature: 1249 }; A.forceSelectedReducer_closure83.prototype = { call$2(completer, action) { return false; }, - $signature: 1248 + $signature: 1250 }; A.forceSelectedReducer_closure84.prototype = { call$2(completer, action) { return false; }, - $signature: 1249 + $signature: 1251 }; A.forceSelectedReducer_closure85.prototype = { call$2(completer, action) { return false; }, - $signature: 1250 + $signature: 1252 }; A.forceSelectedReducer_closure86.prototype = { call$2(completer, action) { return false; }, - $signature: 1251 + $signature: 1253 }; A.tabIndexReducer_closure11.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1252 + $signature: 1254 }; A.tabIndexReducer_closure12.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 99 }; A.historyActivityIdReducer_closure0.prototype = { call$2(index, action) { @@ -401487,49 +401642,49 @@ action.toString; return null; }, - $signature: 1254 + $signature: 1256 }; A.editingItemReducer_closure2.prototype = { call$2(index, action) { return action.creditItemIndex; }, - $signature: 1255 + $signature: 1257 }; A.selectedIdReducer_closure161.prototype = { call$2(completer, action) { return ""; }, - $signature: 1256 + $signature: 1258 }; A.selectedIdReducer_closure162.prototype = { call$2(completer, action) { return ""; }, - $signature: 1257 + $signature: 1259 }; A.selectedIdReducer_closure163.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_credit ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure164.prototype = { call$2(selectedId, action) { return action.creditId; }, - $signature: 1258 + $signature: 1260 }; A.selectedIdReducer_closure165.prototype = { call$2(selectedId, action) { return action.credit.id; }, - $signature: 1259 + $signature: 1261 }; A.selectedIdReducer_closure166.prototype = { call$2(selectedId, action) { return action.credit.id; }, - $signature: 1260 + $signature: 1262 }; A.selectedIdReducer_closure167.prototype = { call$2(selectedId, action) { @@ -401541,67 +401696,67 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure169.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure170.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1261 + $signature: 1263 }; A.selectedIdReducer_closure171.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1262 + $signature: 1264 }; A.selectedIdReducer_closure172.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1263 + $signature: 1265 }; A.selectedIdReducer_closure173.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1264 + $signature: 1266 }; A.selectedIdReducer_closure174.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1265 + $signature: 1267 }; A.selectedIdReducer_closure175.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1266 + $signature: 1268 }; A.selectedIdReducer_closure176.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1267 + $signature: 1269 }; A.selectedIdReducer_closure177.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1268 + $signature: 1270 }; A.selectedIdReducer_closure178.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_credit ? "" : selectedId; }, - $signature: 175 + $signature: 162 }; A.selectedIdReducer_closure179.prototype = { call$2(selectedId, action) { @@ -401614,13 +401769,13 @@ } return t1; }, - $signature: 83 + $signature: 81 }; A.editingReducer_closure49.prototype = { call$2(credit, action) { return action.credit.rebuild$1(new A.editingReducer__closure22()); }, - $signature: 1269 + $signature: 1271 }; A.editingReducer__closure22.prototype = { call$1(b) { @@ -401633,7 +401788,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure21()); }, - $signature: 646 + $signature: 645 }; A.editingReducer__closure21.prototype = { call$1(b) { @@ -401646,13 +401801,13 @@ call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1271 + $signature: 1273 }; A.editingReducer_closure52.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure20()); }, - $signature: 645 + $signature: 644 }; A.editingReducer__closure20.prototype = { call$1(b) { @@ -401665,7 +401820,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure19()); }, - $signature: 643 + $signature: 642 }; A.editingReducer__closure19.prototype = { call$1(b) { @@ -401678,7 +401833,7 @@ call$2(credit, action) { return credit.rebuild$1(new A.editingReducer__closure18(action.client)); }, - $signature: 1274 + $signature: 1276 }; A.editingReducer__closure18.prototype = { call$1(b) { @@ -401704,31 +401859,31 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 203 + $signature: 208 }; A.editingReducer_closure55.prototype = { call$2(credits, action) { return J.$index$asx(action.credits, 0); }, - $signature: 1275 + $signature: 1277 }; A.editingReducer_closure56.prototype = { call$2(credits, action) { return J.$index$asx(action.credits, 0); }, - $signature: 1276 + $signature: 1278 }; A.editingReducer_closure57.prototype = { call$2(credits, action) { return J.$index$asx(action.credits, 0); }, - $signature: 1277 + $signature: 1279 }; A.editingReducer_closure58.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure17(action)); }, - $signature: 1278 + $signature: 1280 }; A.editingReducer__closure17.prototype = { call$1(b) { @@ -401746,7 +401901,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure16(action)); }, - $signature: 1279 + $signature: 1281 }; A.editingReducer__closure16.prototype = { call$1(b) { @@ -401795,7 +401950,7 @@ call$2(state, action) { return state.rebuild$1(new A.creditListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.creditListReducer__closure.prototype = { call$1(b) { @@ -401995,13 +402150,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 111 + $signature: 107 }; A._purgeClientSuccess_closure10.prototype = { call$1(each) { return each.id; }, - $signature: 291 + $signature: 289 }; A._purgeClientSuccess_closure8.prototype = { call$1(b) { @@ -402014,13 +402169,13 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure6(t1), true); return b; }, - $signature: 292 + $signature: 290 }; A._purgeClientSuccess__closure5.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 421 + $signature: 340 }; A._purgeClientSuccess__closure6.prototype = { call$1(p0) { @@ -402038,14 +402193,14 @@ call$1(item) { return item; }, - $signature: 107 + $signature: 111 }; A._markSentCreditSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.creditMap); return b; }, - $signature: 292 + $signature: 290 }; A._archiveCreditSuccess_closure.prototype = { call$1(b) { @@ -402067,7 +402222,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 437 + $signature: 438 }; A._deleteCreditSuccess_closure.prototype = { call$1(b) { @@ -402089,7 +402244,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 437 + $signature: 438 }; A._restoreCreditSuccess_closure.prototype = { call$1(b) { @@ -402111,7 +402266,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 437 + $signature: 438 }; A._addCredit_closure.prototype = { call$1(b) { @@ -402124,7 +402279,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 292 + $signature: 290 }; A._addCredit__closure.prototype = { call$1(b) { @@ -402140,7 +402295,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updateCredit__closure())); return b; }, - $signature: 292 + $signature: 290 }; A._updateCredit__closure.prototype = { call$1(b) { @@ -402154,19 +402309,19 @@ call$1(invitation) { return invitation.clientContactId; }, - $signature: 418 + $signature: 341 }; A.creditContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 154 + $signature: 148 }; A.memoizedDropdownCreditList_closure.prototype = { call$7(creditMap, clientMap, vendorMap, creditList, clientId, userMap, excludedIds) { return A.dropdownCreditSelector(creditMap, clientMap, vendorMap, creditList, clientId, userMap, excludedIds); }, - $signature: 642 + $signature: 641 }; A.dropdownCreditSelector_closure.prototype = { call$1(creditId) { @@ -402205,13 +402360,13 @@ call$8(selectionState, creditMap, creditList, clientMap, vendorMap, paymentMap, creditListState, userMap) { return A.filteredCreditsSelector(selectionState, creditMap, creditList, clientMap, vendorMap, paymentMap, creditListState, userMap); }, - $signature: 1287 + $signature: 1289 }; A.filteredCreditsSelector_closure.prototype = { call$2(paymentId, payment) { B.JSArray_methods.forEach$1(payment.get$creditPaymentables(), new A.filteredCreditsSelector__closure0(this.creditPaymentMap, payment)); }, - $signature: 181 + $signature: 187 }; A.filteredCreditsSelector__closure0.prototype = { call$1(creditPaymentable) { @@ -402223,7 +402378,7 @@ paymentIds.push(this.payment.id); t1.$indexSet(0, t2, paymentIds); }, - $signature: 173 + $signature: 171 }; A.filteredCreditsSelector_closure0.prototype = { call$1(creditId) { @@ -402384,7 +402539,7 @@ call$1(item) { return item; }, - $signature: 107 + $signature: 111 }; A.CreditState_loadCredits_closure.prototype = { call$1(b) { @@ -402399,7 +402554,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 292 + $signature: 290 }; A.CreditUIState.prototype = { get$isCreatingNew() { @@ -402881,13 +403036,13 @@ b.get$_dashboard_state$_$this()._showSidebar = t3; return b; }, - $signature: 1291 + $signature: 1293 }; A.selectedEntitiesReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.selectedEntitiesReducer__closure0(action)); }, - $signature: 1292 + $signature: 1294 }; A.selectedEntitiesReducer__closure0.prototype = { call$1(b) { @@ -402905,7 +403060,7 @@ call$2(state, action) { return state.rebuild$1(new A.selectedEntitiesReducer__closure()); }, - $signature: 1294 + $signature: 1296 }; A.selectedEntitiesReducer__closure.prototype = { call$1(b) { @@ -402918,13 +403073,13 @@ call$2(state, action) { return action.entityType; }, - $signature: 1295 + $signature: 1297 }; A.showSidebarReducer_closure.prototype = { call$2(state, action) { return action.showSidebar; }, - $signature: 1296 + $signature: 1298 }; A.dashboardSettingsReducer_closure.prototype = { call$1(b) { @@ -402946,14 +403101,14 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = 0; return b; }, - $signature: 143 + $signature: 147 }; A.dashboardSettingsReducer_closure0.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._includeTaxes = this.action.includeTaxes; return b; }, - $signature: 143 + $signature: 147 }; A.dashboardSettingsReducer_closure1.prototype = { call$1(b) { @@ -402961,21 +403116,21 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = t1 + this.action.offset; return b; }, - $signature: 143 + $signature: 147 }; A.dashboardSettingsReducer_closure2.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._dashboard_state$_currencyId = this.action.currencyId; return b; }, - $signature: 143 + $signature: 147 }; A.dashboardSettingsReducer_closure3.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._groupBy = this.action.groupBy; return b; }, - $signature: 143 + $signature: 147 }; A.ChartDataGroup.prototype = {}; A.ChartMoneyData.prototype = { @@ -402990,19 +403145,19 @@ call$5(currencyMap, company, settings, invoiceMap, clientMap) { return A._chartInvoices(clientMap, company, currencyMap, invoiceMap, settings); }, - $signature: 295 + $signature: 292 }; A.memoizedChartOverviewInvoices_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, clientMap) { return A._chartInvoices(clientMap, company, currencyMap, invoiceMap, settings); }, - $signature: 295 + $signature: 292 }; A.memoizedPreviousChartInvoices_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, clientMap) { return A._chartInvoices(clientMap, company, currencyMap, invoiceMap, settings); }, - $signature: 295 + $signature: 292 }; A._chartInvoices_closure.prototype = { call$2(int, invoice) { @@ -403085,13 +403240,13 @@ call$5(currencyMap, company, settings, quoteMap, clientMap) { return A.chartQuotes(clientMap, company, currencyMap, quoteMap, settings); }, - $signature: 295 + $signature: 292 }; A.memoizedPreviousChartQuotes_closure.prototype = { call$5(currencyMap, company, settings, quoteMap, clientMap) { return A.chartQuotes(clientMap, company, currencyMap, quoteMap, settings); }, - $signature: 295 + $signature: 292 }; A.chartQuotes_closure.prototype = { call$2(int, quote) { @@ -403184,13 +403339,13 @@ call$6(currencyMap, company, settings, invoiceMap, clientMap, paymentMap) { return A.chartPayments(currencyMap, company, settings, invoiceMap, clientMap, paymentMap); }, - $signature: 639 + $signature: 637 }; A.memoizedPreviousChartPayments_closure.prototype = { call$6(currencyMap, company, settings, invoiceMap, clientMap, paymentMap) { return A.chartPayments(currencyMap, company, settings, invoiceMap, clientMap, paymentMap); }, - $signature: 639 + $signature: 637 }; A.chartPayments_closure.prototype = { call$2(int, payment) { @@ -403288,19 +403443,19 @@ } } }, - $signature: 181 + $signature: 187 }; 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: 638 + $signature: 636 }; 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: 638 + $signature: 636 }; A.chartTasks_closure.prototype = { call$2(int, task) { @@ -403346,14 +403501,14 @@ } } }, - $signature: 153 + $signature: 140 }; 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: 200 + $signature: 213 }; A.chartTasks___closure.prototype = { call$2(date, duration) { @@ -403444,7 +403599,7 @@ } } }, - $signature: 1302 + $signature: 1304 }; A.chartExpenses_closure.prototype = { call$2(int, expense) { @@ -403562,7 +403717,7 @@ } } }, - $signature: 117 + $signature: 123 }; A.memoizedChartExpenses_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, expenseMap) { @@ -403580,7 +403735,7 @@ call$2(taskMap, userId) { return A.runningTasks(taskMap, userId); }, - $signature: 1305 + $signature: 1307 }; A.runningTasks_closure.prototype = { call$2(taskId, task) { @@ -403596,13 +403751,13 @@ if (t1) this.tasks.push(task); }, - $signature: 153 + $signature: 140 }; A.memoizedUpcomingInvoices_closure.prototype = { call$2(invoiceMap, clientMap) { return A._upcomingInvoices(clientMap, invoiceMap); }, - $signature: 404 + $signature: 350 }; A._upcomingInvoices_closure.prototype = { call$2(index, invoice) { @@ -403620,13 +403775,13 @@ call$2(invoiceA, invoiceB) { return J.compareTo$1$ns(invoiceA.get$primaryDate(), invoiceB.get$primaryDate()); }, - $signature: 331 + $signature: 296 }; A.memoizedPastDueInvoices_closure.prototype = { call$2(invoiceMap, clientMap) { return A._pastDueInvoices(clientMap, invoiceMap); }, - $signature: 404 + $signature: 350 }; A._pastDueInvoices_closure.prototype = { call$2(index, invoice) { @@ -403644,13 +403799,13 @@ call$2(invoiceA, invoiceB) { return J.compareTo$1$ns(invoiceA.get$primaryDate(), invoiceB.get$primaryDate()); }, - $signature: 331 + $signature: 296 }; A.memoizedRecentPayments_closure.prototype = { call$2(paymentMap, clientMap) { return A._recentPayments(clientMap, paymentMap); }, - $signature: 1308 + $signature: 1310 }; A._recentPayments_closure.prototype = { call$2(index, payment) { @@ -403662,7 +403817,7 @@ if (!payment.get$isArchived() && !payment.isDeleted && payment.createdAt > this.threeMonthsAgo) this.payments.push(payment); }, - $signature: 181 + $signature: 187 }; A._recentPayments_closure0.prototype = { call$2(paymentA, paymentB) { @@ -403679,7 +403834,7 @@ call$2(quoteMap, clientMap) { return A._upcomingQuotes(clientMap, quoteMap); }, - $signature: 404 + $signature: 350 }; A._upcomingQuotes_closure.prototype = { call$2(index, quote) { @@ -403697,13 +403852,13 @@ call$2(quoteA, quoteB) { return J.compareTo$1$ns(quoteA.get$primaryDate(), quoteB.get$primaryDate()); }, - $signature: 331 + $signature: 296 }; A.memoizedExpiredQuotes_closure.prototype = { call$2(quoteMap, clientMap) { return A._expiredQuotes(clientMap, quoteMap); }, - $signature: 404 + $signature: 350 }; A._expiredQuotes_closure.prototype = { call$2(index, quote) { @@ -403721,7 +403876,7 @@ call$2(quoteA, quoteB) { return J.compareTo$1$ns(quoteA.get$primaryDate(), quoteB.get$primaryDate()); }, - $signature: 331 + $signature: 296 }; A.memoizedRunningTasks_closure.prototype = { call$2(taskMap, clientMap) { @@ -403739,7 +403894,7 @@ if (task.get$isRunning()) this.tasks.push(task); }, - $signature: 153 + $signature: 140 }; A._runningTasks_closure0.prototype = { call$2(taskA, taskB) { @@ -403747,7 +403902,7 @@ t2 = taskA.updatedAt; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 455 + $signature: 456 }; A.memoizedRecentTasks_closure.prototype = { call$2(taskMap, clientMap) { @@ -403765,7 +403920,7 @@ if (!task.get$isRunning()) this.tasks.push(task); }, - $signature: 153 + $signature: 140 }; A._recentTasks_closure0.prototype = { call$2(taskA, taskB) { @@ -403773,13 +403928,13 @@ t2 = taskA.updatedAt; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 455 + $signature: 456 }; A.memoizedRecentExpenses_closure.prototype = { call$2(expenseMap, clientMap) { return A._recentExpenses(clientMap, expenseMap); }, - $signature: 1312 + $signature: 1314 }; A._recentExpenses_closure.prototype = { call$2(index, expense) { @@ -403798,7 +403953,7 @@ if (!t1) this.expenses.push(expense); }, - $signature: 117 + $signature: 123 }; A._recentExpenses_closure0.prototype = { call$2(expenseA, expenseB) { @@ -403814,7 +403969,7 @@ else return B.JSString_methods.compareTo$1(expenseBdate, expenseAdate); }, - $signature: 456 + $signature: 457 }; A.DashboardUIState.prototype = {}; A.DashboardUISettings.prototype = { @@ -404277,28 +404432,28 @@ var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 140 + $signature: 157 }; A.handleDesignAction_closure1.prototype = { call$1(b) { var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 140 + $signature: 157 }; A.handleDesignAction_closure2.prototype = { call$1(b) { var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 140 + $signature: 157 }; A.handleDesignAction_closure3.prototype = { call$1(b) { var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 140 + $signature: 157 }; A.StartDesignMultiselect.prototype = {}; A.AddToDesignMultiselect.prototype = {}; @@ -404409,7 +404564,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].designState.map._map$_map.$index(0, id); }, - $signature: 399 + $signature: 374 }; A._archiveDesign__closure0.prototype = { call$1(designs) { @@ -404418,7 +404573,7 @@ t1[0].call$1(new A.ArchiveDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 459 + $signature: 460 }; A._archiveDesign__closure1.prototype = { call$1(error) { @@ -404456,7 +404611,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].designState.map._map$_map.$index(0, id); }, - $signature: 399 + $signature: 374 }; A._deleteDesign__closure0.prototype = { call$1(designs) { @@ -404465,7 +404620,7 @@ t1[0].call$1(new A.DeleteDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 459 + $signature: 460 }; A._deleteDesign__closure1.prototype = { call$1(error) { @@ -404503,7 +404658,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].designState.map._map$_map.$index(0, id); }, - $signature: 399 + $signature: 374 }; A._restoreDesign__closure0.prototype = { call$1(designs) { @@ -404512,7 +404667,7 @@ t1[0].call$1(new A.RestoreDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 459 + $signature: 460 }; A._restoreDesign__closure1.prototype = { call$1(error) { @@ -404552,7 +404707,7 @@ } t1.completer.complete$1(0, design); }, - $signature: 164 + $signature: 168 }; A._saveDesign__closure0.prototype = { call$1(error) { @@ -404588,7 +404743,7 @@ t1[0].call$1(new A.LoadDesignSuccess(design)); this.action.completer.complete$1(0, null); }, - $signature: 164 + $signature: 168 }; A._loadDesign__closure0.prototype = { call$1(error) { @@ -404626,7 +404781,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1318 + $signature: 1320 }; A._loadDesigns__closure0.prototype = { call$1(error) { @@ -404659,176 +404814,176 @@ b.get$_design_state$_$this()._design_state$_forceSelected = t3; return b; }, - $signature: 1319 + $signature: 1321 }; A.forceSelectedReducer_closure87.prototype = { call$2(completer, action) { return true; }, - $signature: 1320 + $signature: 1322 }; A.forceSelectedReducer_closure88.prototype = { call$2(completer, action) { return false; }, - $signature: 1321 + $signature: 1323 }; A.forceSelectedReducer_closure89.prototype = { call$2(completer, action) { return false; }, - $signature: 1322 + $signature: 1324 }; A.forceSelectedReducer_closure90.prototype = { call$2(completer, action) { return false; }, - $signature: 1323 + $signature: 1325 }; A.forceSelectedReducer_closure91.prototype = { call$2(completer, action) { return false; }, - $signature: 1324 + $signature: 1326 }; A.forceSelectedReducer_closure92.prototype = { call$2(completer, action) { return false; }, - $signature: 1325 + $signature: 1327 }; A.forceSelectedReducer_closure93.prototype = { call$2(completer, action) { return false; }, - $signature: 1326 + $signature: 1328 }; A.forceSelectedReducer_closure94.prototype = { call$2(completer, action) { return false; }, - $signature: 1327 + $signature: 1329 }; A.selectedIdReducer_closure180.prototype = { call$2(completer, action) { return ""; }, - $signature: 1328 + $signature: 1330 }; A.selectedIdReducer_closure181.prototype = { call$2(completer, action) { return ""; }, - $signature: 1329 + $signature: 1331 }; A.selectedIdReducer_closure182.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_design ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure183.prototype = { call$2(selectedId, action) { return action.get$designId(); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure184.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$design()); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure185.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure186.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure187.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1330 + $signature: 1332 }; A.selectedIdReducer_closure188.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1331 + $signature: 1333 }; A.selectedIdReducer_closure189.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1332 + $signature: 1334 }; A.selectedIdReducer_closure190.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1333 + $signature: 1335 }; A.selectedIdReducer_closure191.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1334 + $signature: 1336 }; A.selectedIdReducer_closure192.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1335 + $signature: 1337 }; A.selectedIdReducer_closure193.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1336 + $signature: 1338 }; A.editingReducer_closure60.prototype = { call$2(designs, action) { return J.$index$asx(action.designs, 0); }, - $signature: 1337 + $signature: 1339 }; A.editingReducer_closure61.prototype = { call$2(designs, action) { return J.$index$asx(action.designs, 0); }, - $signature: 1338 + $signature: 1340 }; A.editingReducer_closure62.prototype = { call$2(designs, action) { return J.$index$asx(action.designs, 0); }, - $signature: 1339 + $signature: 1341 }; A.editingReducer_closure63.prototype = { call$2(design, action) { return action.design.rebuild$1(new A.editingReducer__closure23()); }, - $signature: 1340 + $signature: 1342 }; A.editingReducer__closure23.prototype = { call$1(b) { b.get$_design_model$_$this()._design_model$_isChanged = true; return b; }, - $signature: 351 + $signature: 398 }; A.designListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.designListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.designListReducer__closure.prototype = { call$1(b) { @@ -404985,7 +405140,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 461 + $signature: 462 }; A._deleteDesignSuccess_closure.prototype = { call$1(b) { @@ -405007,7 +405162,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 461 + $signature: 462 }; A._restoreDesignSuccess_closure.prototype = { call$1(b) { @@ -405029,7 +405184,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 461 + $signature: 462 }; A._addDesign_closure.prototype = { call$1(b) { @@ -405042,7 +405197,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 398 + $signature: 354 }; A._updateDesign_closure.prototype = { call$1(b) { @@ -405051,7 +405206,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 398 + $signature: 354 }; A._setLoadedDesign_closure.prototype = { call$1(b) { @@ -405060,13 +405215,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 398 + $signature: 354 }; A.memoizedFilteredDesignList_closure.prototype = { call$3(designMap, designList, designListState) { return A.filteredDesignsSelector(designMap, designList, designListState); }, - $signature: 1343 + $signature: 1345 }; A.filteredDesignsSelector_closure.prototype = { call$1(designId) { @@ -405132,7 +405287,7 @@ call$1(designId) { return this.$this.map._map$_map.$index(0, designId); }, - $signature: 399 + $signature: 374 }; A.DesignState_loadDesigns_closure0.prototype = { call$1(item) { @@ -405144,7 +405299,7 @@ call$1(item) { return item; }, - $signature: 1344 + $signature: 1346 }; A.DesignState_loadDesigns_closure.prototype = { call$1(b) { @@ -405159,7 +405314,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 398 + $signature: 354 }; A.DesignUIState.prototype = { get$isCreatingNew() { @@ -405753,7 +405908,7 @@ t1[0].call$1(new A.SaveDocumentSuccess($document)); this.action.completer.complete$1(0, null); }, - $signature: 50 + $signature: 48 }; A._saveDocument__closure28.prototype = { call$1(error) { @@ -405800,7 +405955,7 @@ t1[0].call$1(new A.ArchiveDocumentSuccess(documents)); this.action.completer.complete$1(0, null); }, - $signature: 465 + $signature: 466 }; A._archiveDocument__closure1.prototype = { call$1(error) { @@ -405833,7 +405988,7 @@ t1[0].call$1(new A.DownloadDocumentsSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 465 + $signature: 466 }; A._downloadDocuments__closure0.prototype = { call$1(error) { @@ -405866,7 +406021,7 @@ t1[0].call$1(new A.DeleteDocumentSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 19 + $signature: 20 }; A._deleteDocument__closure0.prototype = { call$1(error) { @@ -405913,7 +406068,7 @@ t1[0].call$1(new A.RestoreDocumentSuccess(documents)); this.action.completer.complete$1(0, null); }, - $signature: 465 + $signature: 466 }; A._restoreDocument__closure1.prototype = { call$1(error) { @@ -405949,7 +406104,7 @@ t1[0].call$1(new A.LoadDocumentSuccess($document)); this.action.completer.complete$1(0, null); }, - $signature: 50 + $signature: 48 }; A._loadDocument__closure0.prototype = { call$1(error) { @@ -405987,7 +406142,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1348 + $signature: 1350 }; A._loadDocuments__closure0.prototype = { call$1(error) { @@ -406020,152 +406175,152 @@ b.get$_document_state$_$this()._document_state$_forceSelected = t3; return b; }, - $signature: 1349 + $signature: 1351 }; A.forceSelectedReducer_closure47.prototype = { call$2(completer, action) { return true; }, - $signature: 1350 + $signature: 1352 }; A.forceSelectedReducer_closure48.prototype = { call$2(completer, action) { return false; }, - $signature: 1351 + $signature: 1353 }; A.forceSelectedReducer_closure49.prototype = { call$2(completer, action) { return false; }, - $signature: 1352 + $signature: 1354 }; A.forceSelectedReducer_closure50.prototype = { call$2(completer, action) { return false; }, - $signature: 1353 + $signature: 1355 }; A.forceSelectedReducer_closure51.prototype = { call$2(completer, action) { return false; }, - $signature: 1354 + $signature: 1356 }; A.forceSelectedReducer_closure52.prototype = { call$2(completer, action) { return false; }, - $signature: 1355 + $signature: 1357 }; A.forceSelectedReducer_closure53.prototype = { call$2(completer, action) { return false; }, - $signature: 1356 + $signature: 1358 }; A.forceSelectedReducer_closure54.prototype = { call$2(completer, action) { return false; }, - $signature: 1357 + $signature: 1359 }; A.selectedIdReducer_closure95.prototype = { call$2(completer, action) { return ""; }, - $signature: 1358 + $signature: 1360 }; A.selectedIdReducer_closure96.prototype = { call$2(completer, action) { return ""; }, - $signature: 1359 + $signature: 1361 }; A.selectedIdReducer_closure97.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_document ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure98.prototype = { call$2(selectedId, action) { return action.get$documentId(); }, - $signature: 1360 + $signature: 1362 }; A.selectedIdReducer_closure99.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure100.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure101.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1361 + $signature: 1363 }; A.selectedIdReducer_closure102.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1362 + $signature: 1364 }; A.selectedIdReducer_closure103.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1363 + $signature: 1365 }; A.selectedIdReducer_closure104.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1364 + $signature: 1366 }; A.selectedIdReducer_closure105.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1365 + $signature: 1367 }; A.selectedIdReducer_closure106.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1366 + $signature: 930 }; A.selectedIdReducer_closure107.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1367 + $signature: 1369 }; A.editingReducer_closure32.prototype = { call$2($document, action) { return action.document.rebuild$1(new A.editingReducer__closure11()); }, - $signature: 928 + $signature: 1370 }; A.editingReducer__closure11.prototype = { call$1(b) { b.get$_document_model$_$this()._document_model$_isChanged = true; return b; }, - $signature: 467 + $signature: 468 }; A.documentListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.documentListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.documentListReducer__closure.prototype = { call$1(b) { @@ -406331,7 +406486,7 @@ t1.get$_safeMap().remove$1(0, null); return b; }, - $signature: 300 + $signature: 299 }; A._restoreDocumentSuccess_closure.prototype = { call$1(b) { @@ -406362,7 +406517,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 300 + $signature: 299 }; A._setLoadedDocument_closure.prototype = { call$1(b) { @@ -406371,14 +406526,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 300 + $signature: 299 }; 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$.legacy_String, type$.legacy_DocumentEntity)); return b; }, - $signature: 300 + $signature: 299 }; A._setLoadedDocuments__closure.prototype = { call$1(item) { @@ -406390,7 +406545,7 @@ call$1(item) { return item; }, - $signature: 1372 + $signature: 1374 }; A._setLoadedDocuments_closure0.prototype = { call$1(b) { @@ -406399,13 +406554,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 300 + $signature: 299 }; A.memoizedFilteredDocumentList_closure.prototype = { call$3(documentMap, documentList, documentListState) { return A.filteredDocumentsSelector(documentMap, documentList, documentListState); }, - $signature: 1373 + $signature: 1375 }; A.filteredDocumentsSelector_closure.prototype = { call$1(documentId) { @@ -406949,13 +407104,13 @@ t1 = false; return t1; }, - $signature: 184 + $signature: 180 }; A.handleExpenseAction_closure3.prototype = { call$1(expense) { return A.convertExpenseToInvoiceItem(this.context, expense); }, - $signature: 1375 + $signature: 1377 }; A.handleExpenseAction_closure4.prototype = { call$1(b) { @@ -407086,7 +407241,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseState.map._map$_map.$index(0, id); }, - $signature: 207 + $signature: 228 }; A._archiveExpense__closure0.prototype = { call$1(expenses) { @@ -407095,7 +407250,7 @@ t1[0].call$1(new A.ArchiveExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 186 + $signature: 181 }; A._archiveExpense__closure1.prototype = { call$1(error) { @@ -407133,7 +407288,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseState.map._map$_map.$index(0, id); }, - $signature: 207 + $signature: 228 }; A._deleteExpense__closure0.prototype = { call$1(expenses) { @@ -407142,7 +407297,7 @@ t1[0].call$1(new A.DeleteExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 186 + $signature: 181 }; A._deleteExpense__closure1.prototype = { call$1(error) { @@ -407180,7 +407335,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseState.map._map$_map.$index(0, id); }, - $signature: 207 + $signature: 228 }; A._restoreExpense__closure0.prototype = { call$1(expenses) { @@ -407189,7 +407344,7 @@ t1[0].call$1(new A.RestoreExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 186 + $signature: 181 }; A._restoreExpense__closure1.prototype = { call$1(error) { @@ -407229,7 +407384,7 @@ } t1.completer.complete$1(0, expense); }, - $signature: 133 + $signature: 137 }; A._saveExpense__closure0.prototype = { call$1(error) { @@ -407267,7 +407422,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 133 + $signature: 137 }; A._loadExpense__closure0.prototype = { call$1(error) { @@ -407355,7 +407510,7 @@ t1[0].call$1(new A.SaveExpenseSuccess(expense)); this.action.completer.complete$1(0, null); }, - $signature: 133 + $signature: 137 }; A._saveDocument__closure20.prototype = { call$1(error) { @@ -407388,181 +407543,181 @@ b.get$_expense_state$_$this()._expense_state$_tabIndex = t3; return b; }, - $signature: 1380 + $signature: 1382 }; A.forceSelectedReducer_closure39.prototype = { call$2(completer, action) { return true; }, - $signature: 1381 + $signature: 1383 }; A.forceSelectedReducer_closure40.prototype = { call$2(completer, action) { return false; }, - $signature: 1382 + $signature: 1384 }; A.forceSelectedReducer_closure41.prototype = { call$2(completer, action) { return false; }, - $signature: 1383 + $signature: 1385 }; A.forceSelectedReducer_closure42.prototype = { call$2(completer, action) { return false; }, - $signature: 1384 + $signature: 1386 }; A.forceSelectedReducer_closure43.prototype = { call$2(completer, action) { return false; }, - $signature: 1385 + $signature: 1387 }; A.forceSelectedReducer_closure44.prototype = { call$2(completer, action) { return false; }, - $signature: 1386 + $signature: 1388 }; A.forceSelectedReducer_closure45.prototype = { call$2(completer, action) { return false; }, - $signature: 1387 + $signature: 1389 }; A.forceSelectedReducer_closure46.prototype = { call$2(completer, action) { return false; }, - $signature: 1388 + $signature: 1390 }; A.tabIndexReducer_closure9.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1389 + $signature: 1391 }; A.tabIndexReducer_closure10.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 99 }; A.selectedIdReducer_closure80.prototype = { call$2(completer, action) { return ""; }, - $signature: 1390 + $signature: 1392 }; A.selectedIdReducer_closure81.prototype = { call$2(completer, action) { return ""; }, - $signature: 1391 + $signature: 1393 }; A.selectedIdReducer_closure82.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_expense ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure83.prototype = { call$2(selectedId, action) { return action.expenseId; }, - $signature: 1392 + $signature: 1394 }; A.selectedIdReducer_closure84.prototype = { call$2(selectedId, action) { return action.expense.id; }, - $signature: 1393 + $signature: 1395 }; A.selectedIdReducer_closure85.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure86.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure87.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1394 + $signature: 1396 }; A.selectedIdReducer_closure88.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1395 + $signature: 1397 }; A.selectedIdReducer_closure89.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1396 + $signature: 1398 }; A.selectedIdReducer_closure90.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1397 + $signature: 1399 }; A.selectedIdReducer_closure91.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1398 + $signature: 1400 }; A.selectedIdReducer_closure92.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1399 + $signature: 1401 }; A.selectedIdReducer_closure93.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1400 + $signature: 1402 }; A.selectedIdReducer_closure94.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1401 + $signature: 1403 }; A.editingReducer_closure28.prototype = { call$2(expenses, action) { return J.$index$asx(action.expenses, 0); }, - $signature: 1402 + $signature: 1404 }; A.editingReducer_closure29.prototype = { call$2(expenses, action) { return J.$index$asx(action.expenses, 0); }, - $signature: 1403 + $signature: 1405 }; A.editingReducer_closure30.prototype = { call$2(expenses, action) { return J.$index$asx(action.expenses, 0); }, - $signature: 1404 + $signature: 1406 }; A.editingReducer_closure31.prototype = { call$2(expense, action) { return action.expense.rebuild$1(new A.editingReducer__closure10()); }, - $signature: 1405 + $signature: 1407 }; A.editingReducer__closure10.prototype = { call$1(b) { @@ -407575,7 +407730,7 @@ call$2(state, action) { return state.rebuild$1(new A.expenseListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.expenseListReducer__closure.prototype = { call$1(b) { @@ -407773,13 +407928,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 392 + $signature: 361 }; A._purgeClientSuccess_closure22.prototype = { call$1(each) { return each.id; }, - $signature: 391 + $signature: 362 }; A._purgeClientSuccess_closure20.prototype = { call$1(b) { @@ -407792,7 +407947,7 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure14(t1), true); return b; }, - $signature: 303 + $signature: 302 }; A._purgeClientSuccess__closure13.prototype = { call$2(p0, p1) { @@ -407826,7 +407981,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 479 + $signature: 480 }; A._deleteExpenseSuccess_closure.prototype = { call$1(b) { @@ -407848,7 +408003,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 479 + $signature: 480 }; A._restoreExpenseSuccess_closure.prototype = { call$1(b) { @@ -407870,7 +408025,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 479 + $signature: 480 }; A._addExpense_closure.prototype = { call$1(b) { @@ -407883,7 +408038,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 303 + $signature: 302 }; A._updateExpense_closure.prototype = { call$1(b) { @@ -407892,7 +408047,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 303 + $signature: 302 }; A._setLoadedExpense_closure.prototype = { call$1(b) { @@ -407901,13 +408056,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 303 + $signature: 302 }; A.memoizedExpensePurchaseOrderSelector_closure.prototype = { call$2(expense, purchaseOrderMap) { return A.expensePurchaseOrderSelector(expense, purchaseOrderMap); }, - $signature: 1411 + $signature: 1413 }; A.expensePurchaseOrderSelector_closure.prototype = { call$2(purchaseOrderId, purchaseOrder) { @@ -407967,7 +408122,7 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 66 + $signature: 65 }; A.memoizedFilteredExpenseList_closure.prototype = { call$9(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState) { @@ -408070,7 +408225,7 @@ call$2(vendorId, expenseMap) { return A.expenseStatsForVendor(vendorId, expenseMap); }, - $signature: 165 + $signature: 161 }; A.expenseStatsForVendor_closure.prototype = { call$2(expenseId, expense) { @@ -408080,13 +408235,13 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 117 + $signature: 123 }; A.memoizedExpenseStatsForClient_closure.prototype = { call$2(clientId, expenseMap) { return A.expenseStatsForClient(clientId, expenseMap); }, - $signature: 165 + $signature: 161 }; A.expenseStatsForClient_closure.prototype = { call$2(expenseId, expense) { @@ -408096,13 +408251,13 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 117 + $signature: 123 }; A.memoizedClientExpenseList_closure.prototype = { call$2(expenseMap, clientId) { return A.clientExpenseList(expenseMap, clientId); }, - $signature: 1414 + $signature: 1416 }; A.clientExpenseList_closure.prototype = { call$1(expenseid) { @@ -408138,7 +408293,7 @@ call$2(projectId, expenseMap) { return A.expenseStatsForProject(projectId, expenseMap); }, - $signature: 165 + $signature: 161 }; A.expenseStatsForProject_closure.prototype = { call$2(expenseId, expense) { @@ -408148,13 +408303,13 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 117 + $signature: 123 }; A.memoizedExpenseStatsForUser_closure.prototype = { call$2(userId, expenseMap) { return A.expenseStatsForUser(userId, expenseMap); }, - $signature: 165 + $signature: 161 }; A.expenseStatsForUser_closure.prototype = { call$2(expenseId, expense) { @@ -408164,7 +408319,7 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 117 + $signature: 123 }; A.ExpenseState.prototype = { $get$1(_, expenseId) { @@ -408207,7 +408362,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 303 + $signature: 302 }; A.ExpenseUIState.prototype = { get$isCreatingNew() { @@ -408845,7 +409000,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseCategoryState.map._map$_map.$index(0, id); }, - $signature: 483 + $signature: 484 }; A._archiveExpenseCategory__closure0.prototype = { call$1(expenseCategories) { @@ -408854,7 +409009,7 @@ t1[0].call$1(new A.ArchiveExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 484 + $signature: 485 }; A._archiveExpenseCategory__closure1.prototype = { call$1(error) { @@ -408892,7 +409047,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseCategoryState.map._map$_map.$index(0, id); }, - $signature: 483 + $signature: 484 }; A._deleteExpenseCategory__closure0.prototype = { call$1(expenseCategories) { @@ -408901,7 +409056,7 @@ t1[0].call$1(new A.DeleteExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 484 + $signature: 485 }; A._deleteExpenseCategory__closure1.prototype = { call$1(error) { @@ -408939,7 +409094,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseCategoryState.map._map$_map.$index(0, id); }, - $signature: 483 + $signature: 484 }; A._restoreExpenseCategory__closure0.prototype = { call$1(expenseCategories) { @@ -408948,7 +409103,7 @@ t1[0].call$1(new A.RestoreExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 484 + $signature: 485 }; A._restoreExpenseCategory__closure1.prototype = { call$1(error) { @@ -408994,7 +409149,7 @@ if (t1 != null) t1.complete$1(0, expenseCategory); }, - $signature: 387 + $signature: 366 }; A._saveExpenseCategory__closure0.prototype = { call$1(error) { @@ -409030,7 +409185,7 @@ t1[0].call$1(new A.LoadExpenseCategorySuccess(expenseCategory)); this.action.completer.complete$1(0, null); }, - $signature: 387 + $signature: 366 }; A._loadExpenseCategory__closure0.prototype = { call$1(error) { @@ -409068,7 +409223,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1419 + $signature: 1421 }; A._loadExpenseCategories__closure0.prototype = { call$1(error) { @@ -409105,151 +409260,151 @@ b.get$_expense_category_state$_$this()._expense_category_state$_cancelCompleter = t3; return b; }, - $signature: 1420 + $signature: 1422 }; A.saveCompleterReducer_closure1.prototype = { call$2(completer, action) { return action.completer; }, - $signature: 626 + $signature: 625 }; A.cancelCompleterReducer_closure1.prototype = { call$2(completer, action) { return action.cancelCompleter; }, - $signature: 626 + $signature: 625 }; A.forceSelectedReducer_closure127.prototype = { call$2(completer, action) { return true; }, - $signature: 1422 + $signature: 1424 }; A.forceSelectedReducer_closure128.prototype = { call$2(completer, action) { return false; }, - $signature: 1423 + $signature: 1425 }; A.forceSelectedReducer_closure129.prototype = { call$2(completer, action) { return false; }, - $signature: 1424 + $signature: 1426 }; A.forceSelectedReducer_closure130.prototype = { call$2(completer, action) { return false; }, - $signature: 1425 + $signature: 1427 }; A.forceSelectedReducer_closure131.prototype = { call$2(completer, action) { return false; }, - $signature: 1426 + $signature: 1428 }; A.forceSelectedReducer_closure132.prototype = { call$2(completer, action) { return false; }, - $signature: 1427 + $signature: 1429 }; A.forceSelectedReducer_closure133.prototype = { call$2(completer, action) { return false; }, - $signature: 1428 + $signature: 1430 }; A.forceSelectedReducer_closure134.prototype = { call$2(completer, action) { return false; }, - $signature: 1429 + $signature: 1431 }; A.selectedIdReducer_closure257.prototype = { call$2(completer, action) { return ""; }, - $signature: 1430 + $signature: 1432 }; A.selectedIdReducer_closure258.prototype = { call$2(completer, action) { return ""; }, - $signature: 1431 + $signature: 1433 }; A.selectedIdReducer_closure259.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_expenseCategory ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure260.prototype = { call$2(selectedId, action) { return action.get$expenseCategoryId(); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure261.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$expenseCategory()); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure262.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure263.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure264.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1432 + $signature: 1434 }; A.selectedIdReducer_closure265.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1433 + $signature: 1435 }; A.selectedIdReducer_closure266.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1434 + $signature: 1436 }; A.selectedIdReducer_closure267.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1435 + $signature: 1437 }; A.selectedIdReducer_closure268.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1436 + $signature: 1438 }; A.selectedIdReducer_closure269.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1437 + $signature: 1439 }; A.selectedIdReducer_closure270.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1438 + $signature: 1440 }; A.selectedIdReducer_closure271.prototype = { call$2(selectedId, action) { @@ -409262,31 +409417,31 @@ } return t1; }, - $signature: 83 + $signature: 81 }; A.editingReducer_closure87.prototype = { call$2(expenseCategories, action) { return J.$index$asx(action.expenseCategories, 0); }, - $signature: 1439 + $signature: 1441 }; A.editingReducer_closure88.prototype = { call$2(expenseCategories, action) { return J.$index$asx(action.expenseCategories, 0); }, - $signature: 1440 + $signature: 1442 }; A.editingReducer_closure89.prototype = { call$2(expenseCategories, action) { return J.$index$asx(action.expenseCategories, 0); }, - $signature: 1441 + $signature: 1443 }; A.editingReducer_closure90.prototype = { call$2(expenseCategory, action) { return action.expenseCategory.rebuild$1(new A.editingReducer__closure34()); }, - $signature: 1442 + $signature: 1444 }; A.editingReducer__closure34.prototype = { call$1(b) { @@ -409299,7 +409454,7 @@ call$2(state, action) { return state.rebuild$1(new A.expenseCategoryListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.expenseCategoryListReducer__closure.prototype = { call$1(b) { @@ -409445,7 +409600,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 488 + $signature: 489 }; A._deleteExpenseCategorySuccess_closure.prototype = { call$1(b) { @@ -409467,7 +409622,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 488 + $signature: 489 }; A._restoreExpenseCategorySuccess_closure.prototype = { call$1(b) { @@ -409489,7 +409644,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 488 + $signature: 489 }; A._addExpenseCategory_closure.prototype = { call$1(b) { @@ -409502,7 +409657,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 386 + $signature: 369 }; A._updateExpenseCategory_closure.prototype = { call$1(b) { @@ -409511,7 +409666,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 386 + $signature: 369 }; A._setLoadedExpenseCategory_closure.prototype = { call$1(b) { @@ -409520,13 +409675,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 386 + $signature: 369 }; A.memoizedDropdownExpenseCategoryList_closure.prototype = { call$5(expenseCategoryMap, expenseCategoryList, staticState, userMap, categoryId) { return A.dropdownExpenseCategoriesSelector(expenseCategoryMap, expenseCategoryList, staticState, userMap, categoryId); }, - $signature: 1446 + $signature: 1448 }; A.dropdownExpenseCategoriesSelector_closure.prototype = { call$1(expenseCategoryId) { @@ -409546,7 +409701,7 @@ call$4(selectionState, expenseCategoryMap, expenseCategoryList, expenseCategoryListState) { return A.filteredExpenseCategoriesSelector(selectionState, expenseCategoryMap, expenseCategoryList, expenseCategoryListState); }, - $signature: 1447 + $signature: 1449 }; A.filteredExpenseCategoriesSelector_closure.prototype = { call$1(expenseCategoryId) { @@ -409577,7 +409732,7 @@ call$2(categoryId, expenseMap) { return A.calculateExpenseCategoryAmount(categoryId, expenseMap); }, - $signature: 1448 + $signature: 1450 }; A.calculateExpenseCategoryAmount_closure.prototype = { call$2(expenseId, expense) { @@ -409587,13 +409742,13 @@ t1.total = t1.total + expense.get$grossAmount(); } }, - $signature: 117 + $signature: 123 }; A.memoizedExpenseStatsForExpenseCategory_closure.prototype = { call$2(companyGatewayId, expenseMap) { return A.expenseStatsForExpenseCategory(companyGatewayId, expenseMap); }, - $signature: 165 + $signature: 161 }; A.expenseStatsForExpenseCategory_closure.prototype = { call$2(expenseId, expense) { @@ -409603,13 +409758,13 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 117 + $signature: 123 }; A.memoizedTransactionStatsForExpenseCategory_closure.prototype = { call$2(companyGatewayId, transactionMap) { return A.transactionStatsForExpenseCategory(companyGatewayId, transactionMap); }, - $signature: 384 + $signature: 370 }; A.transactionStatsForExpenseCategory_closure.prototype = { call$2(transactionId, transaction) { @@ -409619,7 +409774,7 @@ else if (transaction.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 383 + $signature: 371 }; A.ExpenseCategoryState.prototype = { $get$1(_, categoryId) { @@ -409646,7 +409801,7 @@ call$1(item) { return item; }, - $signature: 1451 + $signature: 1453 }; A.ExpenseCategoryState_loadExpenseCategories_closure.prototype = { call$1(b) { @@ -409661,7 +409816,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 386 + $signature: 369 }; A.ExpenseCategoryUIState.prototype = { get$isCreatingNew() { @@ -410137,7 +410292,7 @@ b.get$_client_model$_$this()._groupId = t1; return b; }, - $signature: 51 + $signature: 54 }; A.StartGroupMultiselect.prototype = {}; A.AddToGroupMultiselect.prototype = {}; @@ -410254,7 +410409,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].groupState.map._map$_map.$index(0, id); }, - $signature: 492 + $signature: 493 }; A._archiveGroup__closure0.prototype = { call$1(groups) { @@ -410263,7 +410418,7 @@ t1[0].call$1(new A.ArchiveGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 493 + $signature: 494 }; A._archiveGroup__closure1.prototype = { call$1(error) { @@ -410301,7 +410456,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].groupState.map._map$_map.$index(0, id); }, - $signature: 492 + $signature: 493 }; A._deleteGroup__closure0.prototype = { call$1(groups) { @@ -410310,7 +410465,7 @@ t1[0].call$1(new A.DeleteGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 493 + $signature: 494 }; A._deleteGroup__closure1.prototype = { call$1(error) { @@ -410348,7 +410503,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].groupState.map._map$_map.$index(0, id); }, - $signature: 492 + $signature: 493 }; A._restoreGroup__closure0.prototype = { call$1(groups) { @@ -410357,7 +410512,7 @@ t1[0].call$1(new A.RestoreGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 493 + $signature: 494 }; A._restoreGroup__closure1.prototype = { call$1(error) { @@ -410475,7 +410630,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1455 + $signature: 1457 }; A._loadGroups__closure0.prototype = { call$1(error) { @@ -410554,97 +410709,97 @@ b.get$_group_state$_$this()._group_state$_forceSelected = t3; return b; }, - $signature: 1456 + $signature: 1458 }; A.forceSelectedReducer_closure55.prototype = { call$2(completer, action) { return true; }, - $signature: 1457 + $signature: 1459 }; A.forceSelectedReducer_closure56.prototype = { call$2(completer, action) { return false; }, - $signature: 1458 + $signature: 1460 }; A.forceSelectedReducer_closure57.prototype = { call$2(completer, action) { return false; }, - $signature: 1459 + $signature: 1461 }; A.forceSelectedReducer_closure58.prototype = { call$2(completer, action) { return false; }, - $signature: 1460 + $signature: 1462 }; A.selectedIdReducer_closure108.prototype = { call$2(completer, action) { return ""; }, - $signature: 1461 + $signature: 1463 }; A.selectedIdReducer_closure109.prototype = { call$2(completer, action) { return ""; }, - $signature: 1462 + $signature: 1464 }; A.selectedIdReducer_closure110.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_group ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure111.prototype = { call$2(selectedId, action) { return action.groupId; }, - $signature: 1463 + $signature: 1465 }; A.selectedIdReducer_closure112.prototype = { call$2(selectedId, action) { return action.group.id; }, - $signature: 1464 + $signature: 1466 }; A.selectedIdReducer_closure113.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure114.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure115.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1465 + $signature: 1467 }; A.selectedIdReducer_closure116.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1466 + $signature: 1468 }; A.selectedIdReducer_closure117.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1467 + $signature: 1469 }; A.selectedIdReducer_closure118.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_group ? "" : selectedId; }, - $signature: 175 + $signature: 162 }; A.selectedIdReducer_closure119.prototype = { call$2(selectedId, action) { @@ -410657,44 +410812,44 @@ } return t1; }, - $signature: 83 + $signature: 81 }; A.editingReducer_closure33.prototype = { call$2(groups, action) { return J.$index$asx(action.groups, 0); }, - $signature: 1468 + $signature: 1470 }; A.editingReducer_closure34.prototype = { call$2(groups, action) { return J.$index$asx(action.groups, 0); }, - $signature: 1469 + $signature: 1471 }; A.editingReducer_closure35.prototype = { call$2(groups, action) { return J.$index$asx(action.groups, 0); }, - $signature: 1470 + $signature: 1472 }; A.editingReducer_closure36.prototype = { call$2(group, action) { return action.group.rebuild$1(new A.editingReducer__closure12()); }, - $signature: 1471 + $signature: 1473 }; A.editingReducer__closure12.prototype = { call$1(b) { b.get$_group_model$_$this()._group_model$_isChanged = true; return b; }, - $signature: 495 + $signature: 496 }; A.groupListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.groupListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.groupListReducer__closure.prototype = { call$1(b) { @@ -410813,7 +410968,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 496 + $signature: 497 }; A._deleteGroupSuccess_closure.prototype = { call$1(b) { @@ -410835,7 +410990,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 496 + $signature: 497 }; A._restoreGroupSuccess_closure.prototype = { call$1(b) { @@ -410857,7 +411012,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 496 + $signature: 497 }; A._addGroup_closure.prototype = { call$1(b) { @@ -410870,7 +411025,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 211 + $signature: 227 }; A._updateGroup_closure.prototype = { call$1(b) { @@ -410879,7 +411034,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 211 + $signature: 227 }; A._setLoadedGroup_closure.prototype = { call$1(b) { @@ -410888,14 +411043,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 211 + $signature: 227 }; 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$.legacy_String, type$.legacy_GroupEntity)); return b; }, - $signature: 211 + $signature: 227 }; A._setLoadedGroups__closure.prototype = { call$1(item) { @@ -410907,7 +411062,7 @@ call$1(item) { return item; }, - $signature: 625 + $signature: 624 }; A._setLoadedGroups_closure0.prototype = { call$1(b) { @@ -410916,14 +411071,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 211 + $signature: 227 }; 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$.legacy_String, type$.legacy_GroupEntity)); return b; }, - $signature: 211 + $signature: 227 }; A._setLoadedCompany__closure.prototype = { call$1(item) { @@ -410935,7 +411090,7 @@ call$1(item) { return item; }, - $signature: 625 + $signature: 624 }; A._setLoadedCompany_closure0.prototype = { call$1(b) { @@ -410944,13 +411099,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 211 + $signature: 227 }; A.memoizedFilteredGroupList_closure.prototype = { call$4(selectionState, groupMap, groupList, groupListState) { return A.filteredGroupsSelector(selectionState, groupMap, groupList, groupListState); }, - $signature: 1476 + $signature: 1478 }; A.filteredGroupsSelector_closure.prototype = { call$1(groupId) { @@ -410999,7 +411154,7 @@ call$2(clientMap, groupId) { return A.clientStatsForGroup(clientMap, groupId); }, - $signature: 1477 + $signature: 1479 }; A.clientStatsForGroup_closure.prototype = { call$2(clientId, client) { @@ -411009,7 +411164,7 @@ else if (client.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 278 + $signature: 274 }; A.GroupState.prototype = { $get$1(_, groupId) { @@ -411675,7 +411830,7 @@ if (!t1.userCompanyStates._list[t2].clientState.$get$1(0, type$.legacy_InvoiceEntity._as(invoice).clientId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 150 + $signature: 154 }; A.handleInvoiceAction_closure4.prototype = { call$0() { @@ -411702,7 +411857,7 @@ b.get$parameters(b).get$_schedule_model$_$this()._entityId = this.invoice.id; return b; }, - $signature: 78 + $signature: 75 }; A.handleInvoiceAction_closure7.prototype = { call$1(context) { @@ -411745,14 +411900,14 @@ t3 = A.MappedIterable_MappedIterable(new A.LinkedHashMapKeyIterable(t1, t3), new A.handleInvoiceAction__closure1(t1, context), t3._eval$1("Iterable.E"), type$.legacy_SimpleDialogOption); return A.SimpleDialog$(A.List_List$of(t3, true, A._instanceType(t3)._eval$1("Iterable.E")), t2); }, - $signature: 168 + $signature: 175 }; A.handleInvoiceAction__closure1.prototype = { call$1(template) { var _null = null; return A.SimpleDialogOption$(A.Text$(this.templates.$index(0, template), _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.handleInvoiceAction___closure(this.context, template)); }, - $signature: 1479 + $signature: 1481 }; A.handleInvoiceAction___closure.prototype = { call$0() { @@ -411799,14 +411954,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: 55 + $signature: 47 }; A.handleInvoiceAction__closure.prototype = { call$1(invoice) { type$.legacy_InvoiceEntity._as(invoice); return !(invoice.entityType === B.EntityType_invoice && invoice.statusId === "4"); }, - $signature: 184 + $signature: 180 }; A.handleInvoiceAction__closure0.prototype = { call$1(invoice) { @@ -411816,19 +411971,19 @@ t2 = invoice.statusId !== "1" ? invoice.balance : invoice.amount; return A.PaymentableEntity_PaymentableEntity(t2, null, t1); }, - $signature: 649 + $signature: 648 }; A.handleInvoiceAction_closure13.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 113 + $signature: 115 }; A.handleInvoiceAction_closure14.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 113 + $signature: 115 }; A._viewInvoiceList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -412019,7 +412174,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._cancelInvoices__closure0.prototype = { call$1(error) { @@ -412066,7 +412221,7 @@ t1[0].call$1(new A.ArchiveInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._archiveInvoice__closure1.prototype = { call$1(error) { @@ -412114,7 +412269,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._deleteInvoice__closure1.prototype = { call$1(error) { @@ -412162,7 +412317,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._restoreInvoice__closure1.prototype = { call$1(error) { @@ -412196,7 +412351,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._markInvoiceSent__closure0.prototype = { call$1(error) { @@ -412230,7 +412385,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._autoBillInvoices__closure0.prototype = { call$1(error) { @@ -412264,7 +412419,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._markInvoicePaid__closure0.prototype = { call$1(error) { @@ -412297,7 +412452,7 @@ t1[0].call$1(new A.DownloadInvoicesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._downloadInvoices__closure0.prototype = { call$1(error) { @@ -412336,7 +412491,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 73 + $signature: 70 }; A._emailInvoice__closure0.prototype = { call$1(error) { @@ -412369,7 +412524,7 @@ t1[0].call$1(new A.BulkEmailInvoicesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._bulkEmailInvoices__closure0.prototype = { call$1(error) { @@ -412429,7 +412584,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, invoice); }, - $signature: 73 + $signature: 70 }; A._saveInvoice__closure1.prototype = { call$1(error) { @@ -412467,7 +412622,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 73 + $signature: 70 }; A._loadInvoice__closure0.prototype = { call$1(error) { @@ -412510,7 +412665,7 @@ } else t1[0].call$1(new A.LoadRecurringInvoices(null, 1)); }, - $signature: 288 + $signature: 310 }; A._loadInvoices__closure0.prototype = { call$1(error) { @@ -412555,7 +412710,7 @@ t1[0].call$1(new A.SaveInvoiceSuccess(invoice)); this.action.completer.complete$1(0, null); }, - $signature: 73 + $signature: 70 }; A._saveDocument__closure22.prototype = { call$1(error) { @@ -412592,67 +412747,67 @@ b.get$_invoice_state$_$this()._invoice_state$_historyActivityId = t3; return b; }, - $signature: 1480 + $signature: 1482 }; A.forceSelectedReducer_closure199.prototype = { call$2(completer, action) { return true; }, - $signature: 1481 + $signature: 1483 }; A.forceSelectedReducer_closure200.prototype = { call$2(completer, action) { return false; }, - $signature: 1482 + $signature: 1484 }; A.forceSelectedReducer_closure201.prototype = { call$2(completer, action) { return false; }, - $signature: 1483 + $signature: 1485 }; A.forceSelectedReducer_closure202.prototype = { call$2(completer, action) { return false; }, - $signature: 1484 + $signature: 1486 }; A.forceSelectedReducer_closure203.prototype = { call$2(completer, action) { return false; }, - $signature: 1485 + $signature: 1487 }; A.forceSelectedReducer_closure204.prototype = { call$2(completer, action) { return false; }, - $signature: 1486 + $signature: 1488 }; A.forceSelectedReducer_closure205.prototype = { call$2(completer, action) { return false; }, - $signature: 1487 + $signature: 1489 }; A.forceSelectedReducer_closure206.prototype = { call$2(completer, action) { return false; }, - $signature: 1488 + $signature: 1490 }; A.tabIndexReducer_closure29.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1489 + $signature: 1491 }; A.tabIndexReducer_closure30.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 99 }; A.historyActivityIdReducer_closure3.prototype = { call$2(index, action) { @@ -412664,49 +412819,49 @@ call$2(index, action) { return action.invoiceItemIndex; }, - $signature: 1491 + $signature: 1493 }; A.editingItemIndexReducer_closure2.prototype = { call$2(index, action) { return action.invoiceItemIndex; }, - $signature: 1492 + $signature: 1494 }; A.selectedIdReducer_closure397.prototype = { call$2(completer, action) { return ""; }, - $signature: 1493 + $signature: 1495 }; A.selectedIdReducer_closure398.prototype = { call$2(completer, action) { return ""; }, - $signature: 1494 + $signature: 1496 }; A.selectedIdReducer_closure399.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_invoice ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure400.prototype = { call$2(selectedId, action) { return action.invoiceId; }, - $signature: 1495 + $signature: 1497 }; A.selectedIdReducer_closure401.prototype = { call$2(selectedId, action) { return action.invoice.id; }, - $signature: 1496 + $signature: 1498 }; A.selectedIdReducer_closure402.prototype = { call$2(selectedId, action) { return action.invoice.id; }, - $signature: 1497 + $signature: 1499 }; A.selectedIdReducer_closure403.prototype = { call$2(selectedId, action) { @@ -412718,67 +412873,67 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure405.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure406.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1498 + $signature: 1500 }; A.selectedIdReducer_closure407.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1499 + $signature: 1501 }; A.selectedIdReducer_closure408.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1500 + $signature: 1502 }; A.selectedIdReducer_closure409.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1501 + $signature: 1503 }; A.selectedIdReducer_closure410.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1502 + $signature: 1504 }; A.selectedIdReducer_closure411.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1503 + $signature: 1505 }; A.selectedIdReducer_closure412.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1504 + $signature: 1506 }; A.selectedIdReducer_closure413.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1505 + $signature: 1507 }; A.selectedIdReducer_closure414.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_invoice ? "" : selectedId; }, - $signature: 175 + $signature: 162 }; A.selectedIdReducer_closure415.prototype = { call$2(selectedId, action) { @@ -412791,13 +412946,13 @@ } return t1; }, - $signature: 83 + $signature: 81 }; A.editingReducer_closure130.prototype = { call$2(invoice, action) { return action.invoice.rebuild$1(new A.editingReducer__closure55()); }, - $signature: 1506 + $signature: 1508 }; A.editingReducer__closure55.prototype = { call$1(b) { @@ -412823,13 +412978,13 @@ call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1508 + $signature: 1510 }; A.editingReducer_closure133.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure53()); }, - $signature: 621 + $signature: 620 }; A.editingReducer__closure53.prototype = { call$1(b) { @@ -412842,7 +412997,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure52()); }, - $signature: 620 + $signature: 619 }; A.editingReducer__closure52.prototype = { call$1(b) { @@ -412855,7 +413010,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure51(action.client)); }, - $signature: 1511 + $signature: 1513 }; A.editingReducer__closure51.prototype = { call$1(b) { @@ -412881,31 +413036,31 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 203 + $signature: 208 }; A.editingReducer_closure136.prototype = { call$2(invoices, action) { return J.$index$asx(action.invoices, 0); }, - $signature: 1512 + $signature: 1514 }; A.editingReducer_closure137.prototype = { call$2(invoices, action) { return J.$index$asx(action.invoices, 0); }, - $signature: 1513 + $signature: 1515 }; A.editingReducer_closure138.prototype = { call$2(invoices, action) { return J.$index$asx(action.invoices, 0); }, - $signature: 1514 + $signature: 1516 }; A.editingReducer_closure139.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure50(action)); }, - $signature: 1515 + $signature: 1517 }; A.editingReducer__closure50.prototype = { call$1(b) { @@ -412923,7 +413078,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure49(action)); }, - $signature: 1516 + $signature: 1518 }; A.editingReducer__closure49.prototype = { call$1(b) { @@ -412979,7 +413134,7 @@ call$2(state, action) { return state.rebuild$1(new A.invoiceListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.invoiceListReducer__closure.prototype = { call$1(b) { @@ -413177,13 +413332,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 111 + $signature: 107 }; A._purgeClientSuccess_closure25.prototype = { call$1(each) { return each.id; }, - $signature: 291 + $signature: 289 }; A._purgeClientSuccess_closure23.prototype = { call$1(b) { @@ -413196,13 +413351,13 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure16(t1), true); return b; }, - $signature: 307 + $signature: 309 }; A._purgeClientSuccess__closure15.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 421 + $signature: 340 }; A._purgeClientSuccess__closure16.prototype = { call$1(p0) { @@ -413230,7 +413385,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 254 + $signature: 260 }; A._markInvoicesPaidSuccess_closure.prototype = { call$1(b) { @@ -413252,7 +413407,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 254 + $signature: 260 }; A._cancelInvoicesSuccess_closure.prototype = { call$1(b) { @@ -413274,7 +413429,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 254 + $signature: 260 }; A._archiveInvoiceSuccess_closure.prototype = { call$1(b) { @@ -413296,7 +413451,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 254 + $signature: 260 }; A._deleteInvoiceSuccess_closure.prototype = { call$1(b) { @@ -413318,7 +413473,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 254 + $signature: 260 }; A._emailInvoiceSuccess_closure.prototype = { call$1(b) { @@ -413327,7 +413482,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 307 + $signature: 309 }; A._restoreInvoiceSuccess_closure.prototype = { call$1(b) { @@ -413349,7 +413504,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 254 + $signature: 260 }; A._addInvoice_closure.prototype = { call$1(b) { @@ -413362,7 +413517,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 307 + $signature: 309 }; A._addInvoice__closure.prototype = { call$1(b) { @@ -413377,7 +413532,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: 307 + $signature: 309 }; A._updateInvoice__closure.prototype = { call$1(b) { @@ -413391,13 +413546,13 @@ call$2(clientId, invoiceMap) { return A.hasActiveUnpaidInvoices(clientId, invoiceMap); }, - $signature: 1519 + $signature: 1521 }; A.memoizedInvoiceQuoteSelector_closure.prototype = { call$2(invoice, quoteMap) { return A.invoiceQuoteSelector(invoice, quoteMap); }, - $signature: 1520 + $signature: 1522 }; A.invoiceQuoteSelector_closure.prototype = { call$2(quoteId, quote) { @@ -413410,19 +413565,19 @@ call$1(invitation) { return invitation.clientContactId; }, - $signature: 418 + $signature: 341 }; A.invoiceContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 154 + $signature: 148 }; 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: 1521 + $signature: 1523 }; A.dropdownInvoiceSelector_closure.prototype = { call$1(invoiceId) { @@ -413459,13 +413614,13 @@ call$9(selectionState, invoiceMap, invoiceList, clientMap, vendorMap, paymentMap, invoiceListState, userMap, recurringPrefix) { return A.filteredInvoicesSelector(selectionState, invoiceMap, invoiceList, clientMap, vendorMap, paymentMap, invoiceListState, userMap, recurringPrefix); }, - $signature: 1522 + $signature: 1524 }; A.filteredInvoicesSelector_closure.prototype = { call$2(paymentId, payment) { B.JSArray_methods.forEach$1(payment.get$invoicePaymentables(), new A.filteredInvoicesSelector__closure0(this.invoicePaymentMap, payment)); }, - $signature: 181 + $signature: 187 }; A.filteredInvoicesSelector__closure0.prototype = { call$1(invoicePaymentable) { @@ -413477,7 +413632,7 @@ paymentIds.push(this.payment.id); t1.$indexSet(0, t2, paymentIds); }, - $signature: 173 + $signature: 171 }; A.filteredInvoicesSelector_closure0.prototype = { call$1(invoiceId) { @@ -413676,7 +413831,7 @@ call$1(item) { return item; }, - $signature: 107 + $signature: 111 }; A.InvoiceState_loadInvoices_closure.prototype = { call$1(b) { @@ -413691,7 +413846,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 307 + $signature: 309 }; A.InvoiceUIState.prototype = { get$isCreatingNew() { @@ -414239,14 +414394,14 @@ call$1(duration) { A.editEntity(null, this._box_0.payment.rebuild$1(new A.handlePaymentAction__closure1()), true, null); }, - $signature: 38 + $signature: 39 }; A.handlePaymentAction__closure1.prototype = { call$1(b) { b.get$_payment_model$_$this()._isApplying = true; return b; }, - $signature: 55 + $signature: 47 }; A.handlePaymentAction_closure1.prototype = { call$1(duration) { @@ -414259,7 +414414,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.ViewRefundPayment(t1)); }, - $signature: 38 + $signature: 39 }; A.handlePaymentAction__closure.prototype = { call$1(b) { @@ -414271,7 +414426,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t3); return b; }, - $signature: 55 + $signature: 47 }; A.handlePaymentAction__closure0.prototype = { call$1(b) { @@ -414279,7 +414434,7 @@ b.get$_payment_model$_$this()._sendEmail = t1; return b; }, - $signature: 55 + $signature: 47 }; A._editPayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -414337,7 +414492,7 @@ call$1(context) { return new A.PaymentRefundScreen(null); }, - $signature: 670 + $signature: 669 }; A._viewPayment_closure.prototype = { call$3(store, action, next) { @@ -414427,7 +414582,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentState.map._map$_map.$index(0, id); }, - $signature: 253 + $signature: 240 }; A._archivePayment__closure0.prototype = { call$1(payments) { @@ -414436,7 +414591,7 @@ t1[0].call$1(new A.ArchivePaymentsSuccess(payments)); this.action.completer.complete$1(0, null); }, - $signature: 376 + $signature: 378 }; A._archivePayment__closure1.prototype = { call$1(error) { @@ -414474,7 +414629,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentState.map._map$_map.$index(0, id); }, - $signature: 253 + $signature: 240 }; A._deletePayment__closure0.prototype = { call$1(payments) { @@ -414484,7 +414639,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 376 + $signature: 378 }; A._deletePayment__closure1.prototype = { call$1(error) { @@ -414522,7 +414677,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentState.map._map$_map.$index(0, id); }, - $signature: 253 + $signature: 240 }; A._restorePayment__closure0.prototype = { call$1(payments) { @@ -414532,7 +414687,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 376 + $signature: 378 }; A._restorePayment__closure1.prototype = { call$1(error) { @@ -414578,7 +414733,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, payment); }, - $signature: 169 + $signature: 172 }; A._savePayment__closure0.prototype = { call$1(error) { @@ -414613,7 +414768,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, payment); }, - $signature: 169 + $signature: 172 }; A._refundPayment__closure0.prototype = { call$1(error) { @@ -414646,7 +414801,7 @@ t1[0].call$1(new A.EmailPaymentSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 376 + $signature: 378 }; A._emailPayment__closure0.prototype = { call$1(error) { @@ -414682,7 +414837,7 @@ t1[0].call$1(new A.LoadPaymentSuccess(payment)); this.action.completer.complete$1(0, null); }, - $signature: 169 + $signature: 172 }; A._loadPayment__closure0.prototype = { call$1(error) { @@ -414723,7 +414878,7 @@ } else t1[0].call$1(new A.LoadQuotes(null, 1)); }, - $signature: 1525 + $signature: 1527 }; A._loadPayments__closure0.prototype = { call$1(error) { @@ -414755,163 +414910,163 @@ b.get$_payment_state$_$this()._payment_state$_tabIndex = t3; return b; }, - $signature: 1526 + $signature: 1528 }; A.forceSelectedReducer_closure7.prototype = { call$2(completer, action) { return true; }, - $signature: 1527 + $signature: 1529 }; A.forceSelectedReducer_closure8.prototype = { call$2(completer, action) { return false; }, - $signature: 1528 + $signature: 1530 }; A.forceSelectedReducer_closure9.prototype = { call$2(completer, action) { return false; }, - $signature: 1529 + $signature: 1531 }; A.forceSelectedReducer_closure10.prototype = { call$2(completer, action) { return false; }, - $signature: 1530 + $signature: 1532 }; A.forceSelectedReducer_closure11.prototype = { call$2(completer, action) { return false; }, - $signature: 1531 + $signature: 1533 }; A.forceSelectedReducer_closure12.prototype = { call$2(completer, action) { return false; }, - $signature: 1532 + $signature: 1534 }; A.forceSelectedReducer_closure13.prototype = { call$2(completer, action) { return false; }, - $signature: 1533 + $signature: 1535 }; A.forceSelectedReducer_closure14.prototype = { call$2(completer, action) { return false; }, - $signature: 1534 + $signature: 1536 }; A.tabIndexReducer_closure1.prototype = { call$2(completer, action) { return action.get$tabIndex(action); }, - $signature: 1535 + $signature: 1537 }; A.tabIndexReducer_closure2.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 99 }; A.selectedIdReducer_closure18.prototype = { call$2(completer, action) { return ""; }, - $signature: 1536 + $signature: 1538 }; A.selectedIdReducer_closure19.prototype = { call$2(completer, action) { return ""; }, - $signature: 1537 + $signature: 1539 }; A.selectedIdReducer_closure20.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_payment ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure21.prototype = { call$2(selectedId, action) { return action.paymentId; }, - $signature: 1538 + $signature: 1540 }; A.selectedIdReducer_closure22.prototype = { call$2(selectedId, action) { return action.payment.id; }, - $signature: 1539 + $signature: 1541 }; A.selectedIdReducer_closure23.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure24.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure25.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1540 + $signature: 1542 }; A.selectedIdReducer_closure26.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1541 + $signature: 1543 }; A.selectedIdReducer_closure27.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1542 + $signature: 1544 }; A.selectedIdReducer_closure28.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1543 + $signature: 1545 }; A.selectedIdReducer_closure29.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1544 + $signature: 1546 }; A.selectedIdReducer_closure30.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1545 + $signature: 1547 }; A.selectedIdReducer_closure31.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1546 + $signature: 1548 }; A.selectedIdReducer_closure32.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1547 + $signature: 1549 }; A.selectedIdReducer_closure33.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_payment ? "" : selectedId; }, - $signature: 175 + $signature: 162 }; A.selectedIdReducer_closure34.prototype = { call$2(selectedId, action) { @@ -414924,44 +415079,44 @@ } return t1; }, - $signature: 83 + $signature: 81 }; A.editingReducer_closure10.prototype = { call$2(payments, action) { return J.$index$asx(action.payments, 0); }, - $signature: 1548 + $signature: 1550 }; A.editingReducer_closure11.prototype = { call$2(payments, action) { return J.$index$asx(action.payments, 0); }, - $signature: 1549 + $signature: 1551 }; A.editingReducer_closure12.prototype = { call$2(payments, action) { return J.$index$asx(action.payments, 0); }, - $signature: 1550 + $signature: 1552 }; A.editingReducer_closure13.prototype = { call$2(payment, action) { return action.payment.rebuild$1(new A.editingReducer__closure6()); }, - $signature: 1551 + $signature: 1553 }; A.editingReducer__closure6.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_isChanged = true; return b; }, - $signature: 55 + $signature: 47 }; A.paymentListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.paymentListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.paymentListReducer__closure.prototype = { call$1(b) { @@ -415159,13 +415314,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 282 + $signature: 280 }; A._purgeClientSuccess_closure4.prototype = { call$1(each) { return each.id; }, - $signature: 1552 + $signature: 1554 }; A._purgeClientSuccess_closure2.prototype = { call$1(b) { @@ -415178,13 +415333,13 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure2(t1), true); return b; }, - $signature: 309 + $signature: 311 }; A._purgeClientSuccess__closure1.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 1554 + $signature: 1556 }; A._purgeClientSuccess__closure2.prototype = { call$1(p0) { @@ -415212,7 +415367,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 509 + $signature: 510 }; A._deletePaymentSuccess_closure.prototype = { call$1(b) { @@ -415234,7 +415389,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 509 + $signature: 510 }; A._restorePaymentSuccess_closure.prototype = { call$1(b) { @@ -415256,7 +415411,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 509 + $signature: 510 }; A._addPayment_closure.prototype = { call$1(b) { @@ -415269,7 +415424,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 309 + $signature: 311 }; A._updatePayment_closure.prototype = { call$1(b) { @@ -415278,7 +415433,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 309 + $signature: 311 }; A._setLoadedPayment_closure.prototype = { call$1(b) { @@ -415287,7 +415442,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 309 + $signature: 311 }; A.memoizedPaymentsByInvoice_closure.prototype = { call$3(invoiceId, paymentMap, paymentList) { @@ -415299,20 +415454,20 @@ call$1(paymentId) { return this.paymentMap._map$_map.$index(0, paymentId); }, - $signature: 253 + $signature: 240 }; A.paymentsByInvoiceSelector_closure0.prototype = { call$1(payment) { var t1 = payment.paymentables._list; return new A.MappedListIterable(t1, new A.paymentsByInvoiceSelector__closure(), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String*>")).contains$1(0, this.invoiceId) && !payment.isDeleted; }, - $signature: 282 + $signature: 280 }; A.paymentsByInvoiceSelector__closure.prototype = { call$1(p) { return p.invoiceId; }, - $signature: 216 + $signature: 220 }; A.memoizedPaymentsByCredit_closure.prototype = { call$3(invoiceId, paymentMap, paymentList) { @@ -415324,26 +415479,26 @@ call$1(paymentId) { return this.paymentMap._map$_map.$index(0, paymentId); }, - $signature: 253 + $signature: 240 }; A.paymentsByCreditSelector_closure0.prototype = { call$1(payment) { var t1 = payment.paymentables._list; return new A.MappedListIterable(t1, new A.paymentsByCreditSelector__closure(), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String*>")).contains$1(0, this.creditId) && !payment.isDeleted; }, - $signature: 282 + $signature: 280 }; A.paymentsByCreditSelector__closure.prototype = { call$1(p) { return p.creditId; }, - $signature: 216 + $signature: 220 }; 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: 1558 + $signature: 1560 }; A.filteredPaymentsSelector_closure.prototype = { call$1(paymentId) { @@ -415388,7 +415543,7 @@ call$1(p) { return p.invoiceId; }, - $signature: 216 + $signature: 220 }; A.filteredPaymentsSelector_closure0.prototype = { call$2(paymentAId, paymentBId) { @@ -415403,7 +415558,7 @@ call$3(clientId, paymentMap, invoiceMap) { return A.paymentStatsForClient(clientId, paymentMap, invoiceMap); }, - $signature: 1559 + $signature: 1561 }; A.paymentStatsForClient_closure.prototype = { call$2(paymentId, payment) { @@ -415413,7 +415568,7 @@ else if (payment.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 181 + $signature: 187 }; A.PaymentState.prototype = { $get$1(_, paymentId) { @@ -415440,7 +415595,7 @@ call$1(item) { return item; }, - $signature: 1560 + $signature: 1562 }; A.PaymentState_loadPayments_closure.prototype = { call$1(b) { @@ -415455,7 +415610,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 309 + $signature: 311 }; A.PaymentUIState.prototype = { get$isCreatingNew() { @@ -416076,7 +416231,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentTermState.map._map$_map.$index(0, id); }, - $signature: 512 + $signature: 513 }; A._archivePaymentTerm__closure0.prototype = { call$1(paymentTerms) { @@ -416085,7 +416240,7 @@ t1[0].call$1(new A.ArchivePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 513 + $signature: 514 }; A._archivePaymentTerm__closure1.prototype = { call$1(error) { @@ -416123,7 +416278,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentTermState.map._map$_map.$index(0, id); }, - $signature: 512 + $signature: 513 }; A._deletePaymentTerm__closure0.prototype = { call$1(paymentTerms) { @@ -416132,7 +416287,7 @@ t1[0].call$1(new A.DeletePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 513 + $signature: 514 }; A._deletePaymentTerm__closure1.prototype = { call$1(error) { @@ -416170,7 +416325,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentTermState.map._map$_map.$index(0, id); }, - $signature: 512 + $signature: 513 }; A._restorePaymentTerm__closure0.prototype = { call$1(paymentTerms) { @@ -416179,7 +416334,7 @@ t1[0].call$1(new A.RestorePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 513 + $signature: 514 }; A._restorePaymentTerm__closure1.prototype = { call$1(error) { @@ -416219,7 +416374,7 @@ } t1.completer.complete$1(0, paymentTerm); }, - $signature: 369 + $signature: 381 }; A._savePaymentTerm__closure0.prototype = { call$1(error) { @@ -416255,7 +416410,7 @@ t1[0].call$1(new A.LoadPaymentTermSuccess(paymentTerm)); this.action.completer.complete$1(0, null); }, - $signature: 369 + $signature: 381 }; A._loadPaymentTerm__closure0.prototype = { call$1(error) { @@ -416293,7 +416448,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1564 + $signature: 1566 }; A._loadPaymentTerms__closure0.prototype = { call$1(error) { @@ -416326,163 +416481,163 @@ b.get$_payment_term_state$_$this()._payment_term_state$_forceSelected = t3; return b; }, - $signature: 1565 + $signature: 1567 }; A.forceSelectedReducer_closure95.prototype = { call$2(completer, action) { return true; }, - $signature: 1566 + $signature: 1568 }; A.forceSelectedReducer_closure96.prototype = { call$2(completer, action) { return false; }, - $signature: 1567 + $signature: 1569 }; A.forceSelectedReducer_closure97.prototype = { call$2(completer, action) { return false; }, - $signature: 1568 + $signature: 1570 }; A.forceSelectedReducer_closure98.prototype = { call$2(completer, action) { return false; }, - $signature: 1569 + $signature: 1571 }; A.forceSelectedReducer_closure99.prototype = { call$2(completer, action) { return false; }, - $signature: 1570 + $signature: 1572 }; A.forceSelectedReducer_closure100.prototype = { call$2(completer, action) { return false; }, - $signature: 1571 + $signature: 1573 }; A.forceSelectedReducer_closure101.prototype = { call$2(completer, action) { return false; }, - $signature: 1572 + $signature: 1574 }; A.forceSelectedReducer_closure102.prototype = { call$2(completer, action) { return false; }, - $signature: 1573 + $signature: 1575 }; A.selectedIdReducer_closure194.prototype = { call$2(completer, action) { return ""; }, - $signature: 1574 + $signature: 1576 }; A.selectedIdReducer_closure195.prototype = { call$2(completer, action) { return ""; }, - $signature: 1575 + $signature: 1577 }; A.selectedIdReducer_closure196.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_paymentTerm ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure197.prototype = { call$2(selectedId, action) { return action.get$paymentTermId(); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure198.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$paymentTerm()); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure199.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure200.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure201.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1576 + $signature: 1578 }; A.selectedIdReducer_closure202.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1577 + $signature: 1579 }; A.selectedIdReducer_closure203.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1578 + $signature: 1580 }; A.selectedIdReducer_closure204.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1579 + $signature: 1581 }; A.selectedIdReducer_closure205.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1580 + $signature: 1582 }; A.selectedIdReducer_closure206.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1581 + $signature: 1583 }; A.selectedIdReducer_closure207.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1582 + $signature: 1584 }; A.editingReducer_closure64.prototype = { call$2(paymentTerms, action) { return J.$index$asx(action.paymentTerms, 0); }, - $signature: 1583 + $signature: 1585 }; A.editingReducer_closure65.prototype = { call$2(paymentTerms, action) { return J.$index$asx(action.paymentTerms, 0); }, - $signature: 1584 + $signature: 1586 }; A.editingReducer_closure66.prototype = { call$2(paymentTerms, action) { return J.$index$asx(action.paymentTerms, 0); }, - $signature: 1585 + $signature: 1587 }; A.editingReducer_closure67.prototype = { call$2(paymentTerm, action) { return action.paymentTerm.rebuild$1(new A.editingReducer__closure24()); }, - $signature: 1586 + $signature: 1588 }; A.editingReducer__closure24.prototype = { call$1(b) { @@ -416495,7 +416650,7 @@ call$2(state, action) { return state.rebuild$1(new A.paymentTermListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.paymentTermListReducer__closure.prototype = { call$1(b) { @@ -416652,7 +416807,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 516 + $signature: 517 }; A._deletePaymentTermSuccess_closure.prototype = { call$1(b) { @@ -416674,7 +416829,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 516 + $signature: 517 }; A._restorePaymentTermSuccess_closure.prototype = { call$1(b) { @@ -416696,7 +416851,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 516 + $signature: 517 }; A._addPaymentTerm_closure.prototype = { call$1(b) { @@ -416709,7 +416864,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 246 + $signature: 233 }; A._updatePaymentTerm_closure.prototype = { call$1(b) { @@ -416718,7 +416873,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 246 + $signature: 233 }; A._setLoadedPaymentTerm_closure.prototype = { call$1(b) { @@ -416727,14 +416882,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 246 + $signature: 233 }; 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$.legacy_String, type$.legacy_PaymentTermEntity)); return b; }, - $signature: 246 + $signature: 233 }; A._setLoadedCompany__closure7.prototype = { call$1(item) { @@ -416755,13 +416910,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 246 + $signature: 233 }; A.memoizedDropdownPaymentTermList_closure.prototype = { call$2(paymentTermMap, paymentTermList) { return A.dropdownPaymentTermsSelector(paymentTermMap, paymentTermList); }, - $signature: 1591 + $signature: 1593 }; A.dropdownPaymentTermsSelector_closure.prototype = { call$1(paymentTermId) { @@ -416791,7 +416946,7 @@ call$4(selectionState, paymentTermMap, paymentTermList, paymentTermListState) { return A.filteredPaymentTermsSelector(selectionState, paymentTermMap, paymentTermList, paymentTermListState); }, - $signature: 1592 + $signature: 1594 }; A.filteredPaymentTermsSelector_closure.prototype = { call$1(paymentTermId) { @@ -416850,7 +417005,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 246 + $signature: 233 }; A.PaymentTermUIState.prototype = { get$isCreatingNew() { @@ -417399,7 +417554,7 @@ t2 = A.Text$(t3 == null ? J.$index$asx(t2.$index(0, "en"), _s16_) : t3, _null, _null, _null, _null, _null, _null, _null, _null, _null); return A.SimpleDialog$(J.map$1$1$ax(B.Map_cke8d.get$keys(B.Map_cke8d), new A.handleProductAction__closure(t1, context, this.store, this.productIds), type$.legacy_SimpleDialogOption).toList$0(0), t2); }, - $signature: 168 + $signature: 175 }; A.handleProductAction__closure.prototype = { call$1(taxCategoryId) { @@ -417407,7 +417562,7 @@ t1 = _this.localization; return A.SimpleDialogOption$(A.Text$(t1.lookup$1(B.Map_cke8d.$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: 1594 + $signature: 1596 }; A.handleProductAction___closure.prototype = { call$0() { @@ -417552,7 +417707,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].productState.map._map$_map.$index(0, id); }, - $signature: 280 + $signature: 277 }; A._archiveProduct__closure0.prototype = { call$1(products) { @@ -417561,7 +417716,7 @@ t1[0].call$1(new A.ArchiveProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 367 + $signature: 385 }; A._archiveProduct__closure1.prototype = { call$1(error) { @@ -417594,7 +417749,7 @@ t1[0].call$1(new A.SetTaxCategoryProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 367 + $signature: 385 }; A._setTaxCategoryProducts__closure0.prototype = { call$1(error) { @@ -417632,7 +417787,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].productState.map._map$_map.$index(0, id); }, - $signature: 280 + $signature: 277 }; A._deleteProduct__closure0.prototype = { call$1(products) { @@ -417641,7 +417796,7 @@ t1[0].call$1(new A.DeleteProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 367 + $signature: 385 }; A._deleteProduct__closure1.prototype = { call$1(error) { @@ -417679,7 +417834,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].productState.map._map$_map.$index(0, id); }, - $signature: 280 + $signature: 277 }; A._restoreProduct__closure0.prototype = { call$1(products) { @@ -417688,7 +417843,7 @@ t1[0].call$1(new A.RestoreProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 367 + $signature: 385 }; A._restoreProduct__closure1.prototype = { call$1(error) { @@ -417734,7 +417889,7 @@ } t1.completer.complete$1(0, product); }, - $signature: 245 + $signature: 231 }; A._saveProduct__closure0.prototype = { call$1(error) { @@ -417772,7 +417927,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 245 + $signature: 231 }; A._loadProduct__closure0.prototype = { call$1(error) { @@ -417815,7 +417970,7 @@ } else t1[0].call$1(new A.LoadInvoices(null, 1)); }, - $signature: 1597 + $signature: 1599 }; A._loadProducts__closure0.prototype = { call$1(error) { @@ -417860,7 +418015,7 @@ t1[0].call$1(new A.SaveProductSuccess(product)); this.action.completer.complete$1(0, null); }, - $signature: 245 + $signature: 231 }; A._saveDocument__closure26.prototype = { call$1(error) { @@ -417893,188 +418048,188 @@ b.get$_product_state$_$this()._product_state$_forceSelected = t3; return b; }, - $signature: 1598 + $signature: 1600 }; A.forceSelectedReducer_closure215.prototype = { call$2(completer, action) { return true; }, - $signature: 1599 + $signature: 1601 }; A.forceSelectedReducer_closure216.prototype = { call$2(completer, action) { return false; }, - $signature: 1600 + $signature: 1602 }; A.forceSelectedReducer_closure217.prototype = { call$2(completer, action) { return false; }, - $signature: 1601 + $signature: 1603 }; A.forceSelectedReducer_closure218.prototype = { call$2(completer, action) { return false; }, - $signature: 1602 + $signature: 1604 }; A.forceSelectedReducer_closure219.prototype = { call$2(completer, action) { return false; }, - $signature: 1603 + $signature: 1605 }; A.forceSelectedReducer_closure220.prototype = { call$2(completer, action) { return false; }, - $signature: 1604 + $signature: 1606 }; A.forceSelectedReducer_closure221.prototype = { call$2(completer, action) { return false; }, - $signature: 1605 + $signature: 1607 }; A.forceSelectedReducer_closure222.prototype = { call$2(completer, action) { return false; }, - $signature: 1606 + $signature: 1608 }; A.tabIndexReducer_closure33.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1607 + $signature: 1609 }; A.tabIndexReducer_closure34.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 99 }; A.editingReducer_closure155.prototype = { call$2(product, action) { return action.product.rebuild$1(new A.editingReducer__closure60()); }, - $signature: 1608 + $signature: 1610 }; A.editingReducer__closure60.prototype = { call$1(b) { b.get$_product_model$_$this()._product_model$_isChanged = true; return b; }, - $signature: 163 + $signature: 165 }; A.editingReducer_closure156.prototype = { call$2(products, action) { return J.$index$asx(action.products, 0); }, - $signature: 1609 + $signature: 1611 }; A.editingReducer_closure157.prototype = { call$2(products, action) { return J.$index$asx(action.products, 0); }, - $signature: 1610 + $signature: 1612 }; A.editingReducer_closure158.prototype = { call$2(products, action) { return J.$index$asx(action.products, 0); }, - $signature: 1611 + $signature: 1613 }; A.selectedIdReducer_closure433.prototype = { call$2(completer, action) { return ""; }, - $signature: 1612 + $signature: 1614 }; A.selectedIdReducer_closure434.prototype = { call$2(completer, action) { return ""; }, - $signature: 1613 + $signature: 1615 }; A.selectedIdReducer_closure435.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_product ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure436.prototype = { call$2(selectedId, action) { return action.productId; }, - $signature: 1614 + $signature: 1616 }; A.selectedIdReducer_closure437.prototype = { call$2(selectedId, action) { return action.product.id; }, - $signature: 1615 + $signature: 1617 }; A.selectedIdReducer_closure438.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure439.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure440.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1616 + $signature: 1618 }; A.selectedIdReducer_closure441.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1617 + $signature: 1619 }; A.selectedIdReducer_closure442.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1618 + $signature: 1620 }; A.selectedIdReducer_closure443.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1619 + $signature: 1621 }; A.selectedIdReducer_closure444.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1620 + $signature: 1622 }; A.selectedIdReducer_closure445.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1621 + $signature: 1623 }; A.selectedIdReducer_closure446.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1622 + $signature: 1624 }; A.productListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.productListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.productListReducer__closure.prototype = { call$1(b) { @@ -418269,7 +418424,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 366 + $signature: 387 }; A._deleteProductSuccess_closure.prototype = { call$1(b) { @@ -418291,7 +418446,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 366 + $signature: 387 }; A._restoreProductSuccess_closure.prototype = { call$1(b) { @@ -418313,7 +418468,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 366 + $signature: 387 }; A._setTaxCategoryProductsSuccess_closure.prototype = { call$1(b) { @@ -418335,7 +418490,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 366 + $signature: 387 }; A._addProduct_closure.prototype = { call$1(b) { @@ -418348,7 +418503,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 385 + $signature: 388 }; A._updateProduct_closure.prototype = { call$1(b) { @@ -418357,7 +418512,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 385 + $signature: 388 }; A._setLoadedProduct_closure.prototype = { call$1(b) { @@ -418366,7 +418521,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 385 + $signature: 388 }; A.convertProductToInvoiceItem_closure.prototype = { call$1(b) { @@ -418404,13 +418559,13 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 66 + $signature: 65 }; A.memoizedDropdownProductList_closure.prototype = { call$3(productMap, productList, userMap) { return A.dropdownProductsSelector(productMap, productList, userMap); }, - $signature: 1625 + $signature: 1627 }; A.dropdownProductsSelector_closure.prototype = { call$1(productId) { @@ -418430,7 +418585,7 @@ call$1(productMap) { return A.productList(productMap); }, - $signature: 1626 + $signature: 1628 }; A.productList_closure.prototype = { call$1(productId) { @@ -418450,7 +418605,7 @@ call$5(selectionState, productMap, productList, productListState, userMap) { return A.filteredProductsSelector(selectionState, productMap, productList, productListState, userMap); }, - $signature: 1627 + $signature: 1629 }; A.filteredProductsSelector_closure.prototype = { call$1(productId) { @@ -418518,7 +418673,7 @@ call$1(item) { return item; }, - $signature: 1628 + $signature: 1630 }; A.ProductState_loadProducts_closure.prototype = { call$1(b) { @@ -418533,7 +418688,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 385 + $signature: 388 }; A.ProductUIState.prototype = { get$isCreatingNew() { @@ -419049,7 +419204,7 @@ b.get$_task_model$_$this()._task_model$_clientId = t1.clientId; return b; }, - $signature: 64 + $signature: 69 }; A.handleProjectAction_closure1.prototype = { call$1(b) { @@ -419070,13 +419225,13 @@ t1.lastClientId = clientId; } }, - $signature: 150 + $signature: 154 }; A.handleProjectAction_closure3.prototype = { call$1(project) { B.JSArray_methods.addAll$1(this.items, A.convertProjectToInvoiceItem(this.context, project)); }, - $signature: 150 + $signature: 154 }; A.handleProjectAction_closure4.prototype = { call$1(b) { @@ -419209,7 +419364,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].projectState.map._map$_map.$index(0, id); }, - $signature: 357 + $signature: 400 }; A._archiveProject__closure0.prototype = { call$1(projects) { @@ -419218,7 +419373,7 @@ t1[0].call$1(new A.ArchiveProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 524 + $signature: 525 }; A._archiveProject__closure1.prototype = { call$1(error) { @@ -419256,7 +419411,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].projectState.map._map$_map.$index(0, id); }, - $signature: 357 + $signature: 400 }; A._deleteProject__closure0.prototype = { call$1(projects) { @@ -419265,7 +419420,7 @@ t1[0].call$1(new A.DeleteProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 524 + $signature: 525 }; A._deleteProject__closure1.prototype = { call$1(error) { @@ -419303,7 +419458,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].projectState.map._map$_map.$index(0, id); }, - $signature: 357 + $signature: 400 }; A._restoreProject__closure0.prototype = { call$1(projects) { @@ -419312,7 +419467,7 @@ t1[0].call$1(new A.RestoreProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 524 + $signature: 525 }; A._restoreProject__closure1.prototype = { call$1(error) { @@ -419358,7 +419513,7 @@ if (t1 != null) t1.complete$1(0, project); }, - $signature: 314 + $signature: 316 }; A._saveProject__closure0.prototype = { call$1(error) { @@ -419396,7 +419551,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 314 + $signature: 316 }; A._loadProject__closure0.prototype = { call$1(error) { @@ -419435,7 +419590,7 @@ this.action.toString; t1[0].call$1(new A.LoadTasks(null, 1)); }, - $signature: 1631 + $signature: 1633 }; A._loadProjects__closure0.prototype = { call$1(error) { @@ -419481,7 +419636,7 @@ t1[0].call$1(new A.SaveProjectSuccess(project)); this.action.completer.complete$1(0, null); }, - $signature: 314 + $signature: 316 }; A._saveDocument__closure14.prototype = { call$1(error) { @@ -419518,67 +419673,67 @@ b.get$_project_state$_$this()._project_state$_cancelCompleter = t3; return b; }, - $signature: 1632 + $signature: 1634 }; A.forceSelectedReducer_closure15.prototype = { call$2(completer, action) { return true; }, - $signature: 1633 + $signature: 1635 }; A.forceSelectedReducer_closure16.prototype = { call$2(completer, action) { return false; }, - $signature: 1634 + $signature: 1636 }; A.forceSelectedReducer_closure17.prototype = { call$2(completer, action) { return false; }, - $signature: 1635 + $signature: 1637 }; A.forceSelectedReducer_closure18.prototype = { call$2(completer, action) { return false; }, - $signature: 1636 + $signature: 1638 }; A.forceSelectedReducer_closure19.prototype = { call$2(completer, action) { return false; }, - $signature: 1637 + $signature: 1639 }; A.forceSelectedReducer_closure20.prototype = { call$2(completer, action) { return false; }, - $signature: 1638 + $signature: 1640 }; A.forceSelectedReducer_closure21.prototype = { call$2(completer, action) { return false; }, - $signature: 1639 + $signature: 1641 }; A.forceSelectedReducer_closure22.prototype = { call$2(completer, action) { return false; }, - $signature: 1640 + $signature: 1642 }; A.tabIndexReducer_closure3.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1641 + $signature: 1643 }; A.tabIndexReducer_closure4.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 99 }; A.saveCompleterReducer_closure.prototype = { call$2(completer, action) { @@ -419596,85 +419751,85 @@ call$2(completer, action) { return ""; }, - $signature: 1643 + $signature: 1645 }; A.selectedIdReducer_closure36.prototype = { call$2(completer, action) { return ""; }, - $signature: 1644 + $signature: 1646 }; A.selectedIdReducer_closure37.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_project ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure38.prototype = { call$2(selectedId, action) { return action.projectId; }, - $signature: 1645 + $signature: 1647 }; A.selectedIdReducer_closure39.prototype = { call$2(selectedId, action) { return action.project.id; }, - $signature: 1646 + $signature: 1648 }; A.selectedIdReducer_closure40.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure41.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure42.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1647 + $signature: 1649 }; A.selectedIdReducer_closure43.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1648 + $signature: 1650 }; A.selectedIdReducer_closure44.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1649 + $signature: 1651 }; A.selectedIdReducer_closure45.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1650 + $signature: 1652 }; A.selectedIdReducer_closure46.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1651 + $signature: 1653 }; A.selectedIdReducer_closure47.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1652 + $signature: 1654 }; A.selectedIdReducer_closure48.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1653 + $signature: 1655 }; A.selectedIdReducer_closure49.prototype = { call$2(selectedId, action) { @@ -419687,44 +419842,44 @@ } return t1; }, - $signature: 83 + $signature: 81 }; A.editingReducer_closure14.prototype = { call$2(projects, action) { return J.$index$asx(action.projects, 0); }, - $signature: 1654 + $signature: 1656 }; A.editingReducer_closure15.prototype = { call$2(projects, action) { return J.$index$asx(action.projects, 0); }, - $signature: 1655 + $signature: 1657 }; A.editingReducer_closure16.prototype = { call$2(projects, action) { return J.$index$asx(action.projects, 0); }, - $signature: 1656 + $signature: 1658 }; A.editingReducer_closure17.prototype = { call$2(project, action) { return action.project.rebuild$1(new A.editingReducer__closure7()); }, - $signature: 1657 + $signature: 1659 }; A.editingReducer__closure7.prototype = { call$1(b) { b.get$_project_model$_$this()._project_model$_isChanged = true; return b; }, - $signature: 197 + $signature: 186 }; A.projectListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.projectListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.projectListReducer__closure.prototype = { call$1(b) { @@ -419909,7 +420064,7 @@ call$1(each) { return each.id; }, - $signature: 1658 + $signature: 1660 }; A._purgeClientSuccess_closure5.prototype = { call$1(b) { @@ -419922,13 +420077,13 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure4(t1), true); return b; }, - $signature: 315 + $signature: 317 }; A._purgeClientSuccess__closure3.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 1660 + $signature: 1662 }; A._purgeClientSuccess__closure4.prototype = { call$1(p0) { @@ -419956,7 +420111,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 528 + $signature: 529 }; A._deleteProjectSuccess_closure.prototype = { call$1(b) { @@ -419978,7 +420133,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 528 + $signature: 529 }; A._restoreProjectSuccess_closure.prototype = { call$1(b) { @@ -420000,7 +420155,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 528 + $signature: 529 }; A._addProject_closure.prototype = { call$1(b) { @@ -420013,7 +420168,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 315 + $signature: 317 }; A._updateProject_closure.prototype = { call$1(b) { @@ -420022,7 +420177,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 315 + $signature: 317 }; A._setLoadedProject_closure.prototype = { call$1(b) { @@ -420031,7 +420186,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 315 + $signature: 317 }; A.convertProjectToInvoiceItem_closure.prototype = { call$2(index, task) { @@ -420047,14 +420202,14 @@ if (t1) this.tasks.push(task); }, - $signature: 153 + $signature: 140 }; A.convertProjectToInvoiceItem_closure0.prototype = { call$2(index, expense) { if (!expense.get$isArchived() && !expense.isDeleted && expense.projectId === this.project.id && expense.get$isPending()) this.expenses.push(expense); }, - $signature: 117 + $signature: 123 }; A.convertProjectToInvoiceItem_closure1.prototype = { call$2(taskA, taskB) { @@ -420068,33 +420223,33 @@ return -1; return B.JSInt_methods.compareTo$1(taskADate._value, taskBDate._value); }, - $signature: 455 + $signature: 456 }; A.convertProjectToInvoiceItem_closure2.prototype = { call$2(expenseA, expenseB) { return J.compareTo$1$ns(expenseA.date, expenseB.date); }, - $signature: 456 + $signature: 457 }; A.convertProjectToInvoiceItem_closure3.prototype = { call$1(b) { var t1 = this._box_0.notes; return b.get$_invoice_model$_$this()._invoice_model$_notes = t1; }, - $signature: 613 + $signature: 612 }; A.convertProjectToInvoiceItem_closure4.prototype = { call$1(b) { var t1 = this._box_1.notes; return b.get$_invoice_model$_$this()._invoice_model$_notes = t1; }, - $signature: 613 + $signature: 612 }; A.memoizedDropdownProjectList_closure.prototype = { call$5(projectMap, projectList, clientMap, userMap, clientId) { return A.dropdownProjectsSelector(projectMap, projectList, clientMap, userMap, clientId); }, - $signature: 1663 + $signature: 1665 }; A.dropdownProjectsSelector_closure.prototype = { call$1(projectId) { @@ -420130,7 +420285,7 @@ call$6(selectionState, projectMap, projectList, projectListState, clientMap, userMap) { return A.filteredProjectsSelector(selectionState, projectMap, projectList, projectListState, clientMap, userMap); }, - $signature: 1664 + $signature: 1666 }; A.filteredProjectsSelector_closure.prototype = { call$1(projectId) { @@ -420212,13 +420367,13 @@ t1.total = t1.total + B.JSInt_methods._tdivFast$1(task.calculateDuration$0()._duration, 1000000); } }, - $signature: 153 + $signature: 140 }; A.memoizedProjectStatsForClient_closure.prototype = { call$2(clientId, projectMap) { return A.projectStatsForClient(clientId, projectMap); }, - $signature: 612 + $signature: 610 }; A.projectStatsForClient_closure.prototype = { call$2(projectId, project) { @@ -420228,13 +420383,13 @@ else if (project.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 1666 + $signature: 1668 }; A.memoizedProjectStatsForUser_closure.prototype = { call$2(userId, projectMap) { return A.projectStatsForClient(userId, projectMap); }, - $signature: 612 + $signature: 610 }; A.ProjectState.prototype = { $get$1(_, projectId) { @@ -420261,7 +420416,7 @@ call$1(item) { return item; }, - $signature: 1667 + $signature: 1669 }; A.ProjectState_loadProjects_closure.prototype = { call$1(b) { @@ -420276,7 +420431,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 315 + $signature: 317 }; A.ProjectUIState.prototype = { get$isCreatingNew() { @@ -420844,13 +420999,13 @@ call$1(_) { return this.response.bodyBytes; }, - $signature: 113 + $signature: 115 }; A.handlePurchaseOrderAction_closure1.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 113 + $signature: 115 }; A.handlePurchaseOrderAction_closure2.prototype = { call$1(purchaseOrder) { @@ -420860,7 +421015,7 @@ if (!t2._list[t1].vendorState.$get$1(0, type$.legacy_InvoiceEntity._as(purchaseOrder).vendorId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 150 + $signature: 154 }; A.handlePurchaseOrderAction_closure3.prototype = { call$0() { @@ -420893,7 +421048,7 @@ t2.get$_schedule_model$_$this()._entityId = t1; return b; }, - $signature: 78 + $signature: 75 }; A.handlePurchaseOrderAction_closure6.prototype = { call$1(_) { @@ -421150,7 +421305,7 @@ t1[0].call$1(new A.ArchivePurchaseOrdersSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._archivePurchaseOrder__closure1.prototype = { call$1(error) { @@ -421197,7 +421352,7 @@ t1[0].call$1(new A.DeletePurchaseOrdersSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._deletePurchaseOrder__closure1.prototype = { call$1(error) { @@ -421244,7 +421399,7 @@ t1[0].call$1(new A.RestorePurchaseOrdersSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._restorePurchaseOrder__closure1.prototype = { call$1(error) { @@ -421278,7 +421433,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.get$completer().complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._approvePurchaseOrder__closure0.prototype = { call$1(error) { @@ -421311,7 +421466,7 @@ t1[0].call$1(new A.MarkPurchaseOrderSentSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._markSentPurchaseOrder__closure0.prototype = { call$1(error) { @@ -421345,7 +421500,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._convertPurchaseOrdersToExpense__closure0.prototype = { call$1(error) { @@ -421379,7 +421534,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._addPurchaseOrdersToInventory__closure0.prototype = { call$1(error) { @@ -421412,7 +421567,7 @@ t1[0].call$1(new A.AcceptPurchaseOrderSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._acceptPurchaseOrders__closure0.prototype = { call$1(error) { @@ -421445,7 +421600,7 @@ t1[0].call$1(new A.CancelPurchaseOrderSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._cancelPurchaseOrders__closure0.prototype = { call$1(error) { @@ -421483,7 +421638,7 @@ t1[0].call$1(new A.EmailPurchaseOrderSuccess(purchaseOrder)); this.action.completer.complete$1(0, null); }, - $signature: 73 + $signature: 70 }; A._emailPurchaseOrder__closure0.prototype = { call$1(error) { @@ -421545,7 +421700,7 @@ } t1.completer.complete$1(0, purchaseOrder); }, - $signature: 73 + $signature: 70 }; A._savePurchaseOrder__closure1.prototype = { call$1(error) { @@ -421583,7 +421738,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 73 + $signature: 70 }; A._loadPurchaseOrder__closure0.prototype = { call$1(error) { @@ -421618,7 +421773,7 @@ t1[0].call$1(new A.DownloadPurchaseOrdersSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._downloadPurchaseOrders__closure0.prototype = { call$1(error) { @@ -421651,7 +421806,7 @@ t1[0].call$1(new A.BulkEmailPurchaseOrdersSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._bulkEmailPurchaseOrders__closure0.prototype = { call$1(error) { @@ -421692,7 +421847,7 @@ } else t1[0].call$1(new A.LoadExpenses(null, 1)); }, - $signature: 288 + $signature: 310 }; A._loadPurchaseOrders__closure0.prototype = { call$1(error) { @@ -421737,7 +421892,7 @@ t1[0].call$1(new A.SavePurchaseOrderSuccess(purchaseOrder)); this.action.completer.complete$1(0, null); }, - $signature: 73 + $signature: 70 }; A._saveDocument__closure8.prototype = { call$1(error) { @@ -421774,194 +421929,194 @@ b.get$_purchase_order_state$_$this()._purchase_order_state$_historyActivityId = t3; return b; }, - $signature: 1668 + $signature: 1670 }; A.forceSelectedReducer_closure159.prototype = { call$2(completer, action) { return true; }, - $signature: 1669 + $signature: 1671 }; A.forceSelectedReducer_closure160.prototype = { call$2(completer, action) { return false; }, - $signature: 1670 + $signature: 1672 }; A.forceSelectedReducer_closure161.prototype = { call$2(completer, action) { return false; }, - $signature: 1671 + $signature: 1673 }; A.forceSelectedReducer_closure162.prototype = { call$2(completer, action) { return false; }, - $signature: 1672 + $signature: 1674 }; A.forceSelectedReducer_closure163.prototype = { call$2(completer, action) { return false; }, - $signature: 1673 + $signature: 1675 }; A.forceSelectedReducer_closure164.prototype = { call$2(completer, action) { return false; }, - $signature: 1674 + $signature: 1676 }; A.forceSelectedReducer_closure165.prototype = { call$2(completer, action) { return false; }, - $signature: 1675 + $signature: 1677 }; A.forceSelectedReducer_closure166.prototype = { call$2(completer, action) { return false; }, - $signature: 1676 + $signature: 1678 }; A.tabIndexReducer_closure19.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1677 + $signature: 1679 }; A.tabIndexReducer_closure20.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 99 }; A.historyActivityIdReducer_closure2.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 610 + $signature: 608 }; A.editingItemReducer_closure3.prototype = { call$2(index, action) { action.toString; return null; }, - $signature: 1679 + $signature: 1681 }; A.editingItemReducer_closure4.prototype = { call$2(index, action) { return action.itemIndex; }, - $signature: 1680 + $signature: 1682 }; A.selectedIdReducer_closure317.prototype = { call$2(completer, action) { return ""; }, - $signature: 1681 + $signature: 1683 }; A.selectedIdReducer_closure318.prototype = { call$2(completer, action) { return ""; }, - $signature: 1682 + $signature: 1684 }; A.selectedIdReducer_closure319.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_purchaseOrder ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure320.prototype = { call$2(selectedId, action) { return action.purchaseOrderId; }, - $signature: 1683 + $signature: 1685 }; A.selectedIdReducer_closure321.prototype = { call$2(selectedId, action) { return action.purchaseOrder.id; }, - $signature: 1684 + $signature: 1686 }; A.selectedIdReducer_closure322.prototype = { call$2(selectedId, action) { return action.purchaseOrder.id; }, - $signature: 1685 + $signature: 1687 }; A.selectedIdReducer_closure323.prototype = { call$2(selectedId, action) { return action.purchaseOrder.id; }, - $signature: 610 + $signature: 608 }; A.selectedIdReducer_closure324.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure325.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure326.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1686 + $signature: 1688 }; A.selectedIdReducer_closure327.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1687 + $signature: 1689 }; A.selectedIdReducer_closure328.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1688 + $signature: 1690 }; A.selectedIdReducer_closure329.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1689 + $signature: 1691 }; A.selectedIdReducer_closure330.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1690 + $signature: 1692 }; A.selectedIdReducer_closure331.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1691 + $signature: 1693 }; A.selectedIdReducer_closure332.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1692 + $signature: 1694 }; A.selectedIdReducer_closure333.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1693 + $signature: 1695 }; A.selectedIdReducer_closure334.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_purchaseOrder ? "" : selectedId; }, - $signature: 175 + $signature: 162 }; A.selectedIdReducer_closure335.prototype = { call$2(selectedId, action) { @@ -421974,13 +422129,13 @@ } return t1; }, - $signature: 83 + $signature: 81 }; A.editingReducer_closure103.prototype = { call$2(purchaseOrder, action) { return action.purchaseOrder.rebuild$1(new A.editingReducer__closure44()); }, - $signature: 1694 + $signature: 1696 }; A.editingReducer__closure44.prototype = { call$1(b) { @@ -421993,7 +422148,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure43()); }, - $signature: 608 + $signature: 607 }; A.editingReducer__closure43.prototype = { call$1(b) { @@ -422006,7 +422161,7 @@ call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1696 + $signature: 1698 }; A.editingReducer_closure106.prototype = { call$2(invoice, action) { @@ -422038,7 +422193,7 @@ call$2(purchaseOrder, action) { return purchaseOrder.rebuild$1(new A.editingReducer__closure40(action.vendor)); }, - $signature: 1699 + $signature: 1701 }; A.editingReducer__closure40.prototype = { call$1(b) { @@ -422064,31 +422219,31 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(null, contact.id); }, - $signature: 474 + $signature: 546 }; A.editingReducer_closure109.prototype = { call$2(purchaseOrders, action) { return J.$index$asx(action.purchaseOrders, 0); }, - $signature: 1700 + $signature: 1702 }; A.editingReducer_closure110.prototype = { call$2(purchaseOrders, action) { return J.$index$asx(action.purchaseOrders, 0); }, - $signature: 1701 + $signature: 1703 }; A.editingReducer_closure111.prototype = { call$2(purchaseOrders, action) { return J.$index$asx(action.purchaseOrders, 0); }, - $signature: 1702 + $signature: 1704 }; A.editingReducer_closure112.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure39(action)); }, - $signature: 1703 + $signature: 1705 }; A.editingReducer__closure39.prototype = { call$1(b) { @@ -422106,7 +422261,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure38(action)); }, - $signature: 1704 + $signature: 1706 }; A.editingReducer__closure38.prototype = { call$1(b) { @@ -422155,7 +422310,7 @@ call$2(state, action) { return state.rebuild$1(new A.purchaseOrderListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.purchaseOrderListReducer__closure.prototype = { call$1(b) { @@ -422359,14 +422514,14 @@ call$1(item) { return item; }, - $signature: 107 + $signature: 111 }; A._markSentPurchaseOrderSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 155 + $signature: 152 }; A._convertPurchaseOrdersToExpenses_closure0.prototype = { call$1(item) { @@ -422378,14 +422533,14 @@ call$1(item) { return item; }, - $signature: 107 + $signature: 111 }; A._convertPurchaseOrdersToExpenses_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 155 + $signature: 152 }; A._addPurchaseOrdersToInventorySuccess_closure0.prototype = { call$1(item) { @@ -422397,14 +422552,14 @@ call$1(item) { return item; }, - $signature: 107 + $signature: 111 }; A._addPurchaseOrdersToInventorySuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 155 + $signature: 152 }; A._acceptPurchaseOrderSuccess_closure0.prototype = { call$1(item) { @@ -422416,14 +422571,14 @@ call$1(item) { return item; }, - $signature: 107 + $signature: 111 }; A._acceptPurchaseOrderSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 155 + $signature: 152 }; A._cancelPurchaseOrderSuccess_closure0.prototype = { call$1(item) { @@ -422435,14 +422590,14 @@ call$1(item) { return item; }, - $signature: 107 + $signature: 111 }; A._cancelPurchaseOrderSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 155 + $signature: 152 }; A._archivePurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -422464,7 +422619,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 536 + $signature: 537 }; A._deletePurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -422486,7 +422641,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 536 + $signature: 537 }; A._restorePurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -422508,7 +422663,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 536 + $signature: 537 }; A._emailPurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -422517,7 +422672,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 155 + $signature: 152 }; A._approvePurchaseOrderSuccess_closure0.prototype = { call$1(item) { @@ -422529,14 +422684,14 @@ call$1(item) { return item; }, - $signature: 107 + $signature: 111 }; A._approvePurchaseOrderSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 155 + $signature: 152 }; A._addPurchaseOrder_closure.prototype = { call$1(b) { @@ -422549,7 +422704,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 155 + $signature: 152 }; A._addPurchaseOrder__closure.prototype = { call$1(b) { @@ -422565,7 +422720,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updatePurchaseOrder__closure())); return b; }, - $signature: 155 + $signature: 152 }; A._updatePurchaseOrder__closure.prototype = { call$1(b) { @@ -422579,19 +422734,19 @@ call$1(invitation) { return invitation.clientContactId; }, - $signature: 418 + $signature: 341 }; A.purchaseOrderContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 179 + $signature: 196 }; A.memoizedDropdownPurchaseOrderList_closure.prototype = { call$7(purchaseOrderMap, purchaseOrderList, staticState, userMap, clientMap, vendorMap, clientId) { return A.dropdownPurchaseOrdersSelector(purchaseOrderMap, purchaseOrderList, staticState, userMap, clientMap, vendorMap, clientId); }, - $signature: 1707 + $signature: 1709 }; A.dropdownPurchaseOrdersSelector_closure.prototype = { call$1(purchaseOrderId) { @@ -422733,7 +422888,7 @@ call$1(item) { return item; }, - $signature: 107 + $signature: 111 }; A.PurchaseOrderState_loadPurchaseOrders_closure.prototype = { call$1(b) { @@ -422748,7 +422903,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 155 + $signature: 152 }; A.PurchaseOrderUIState.prototype = { get$isCreatingNew() { @@ -423356,7 +423511,7 @@ if (!t2._list[t1].clientState.$get$1(0, type$.legacy_InvoiceEntity._as(quote).clientId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 150 + $signature: 154 }; A.handleQuoteAction_closure3.prototype = { call$0() { @@ -423389,7 +423544,7 @@ t2.get$_schedule_model$_$this()._entityId = t1; return b; }, - $signature: 78 + $signature: 75 }; A.handleQuoteAction_closure6.prototype = { call$1(_) { @@ -423447,13 +423602,13 @@ call$1(_) { return this.response.bodyBytes; }, - $signature: 113 + $signature: 115 }; A.handleQuoteAction_closure12.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 113 + $signature: 115 }; A.StartQuoteMultiselect.prototype = {}; A.AddToQuoteMultiselect.prototype = {}; @@ -423661,7 +423816,7 @@ t1[0].call$1(new A.ArchiveQuotesSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._archiveQuote__closure1.prototype = { call$1(error) { @@ -423708,7 +423863,7 @@ t1[0].call$1(new A.DeleteQuotesSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._deleteQuote__closure1.prototype = { call$1(error) { @@ -423755,7 +423910,7 @@ t1[0].call$1(new A.RestoreQuotesSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._restoreQuote__closure1.prototype = { call$1(error) { @@ -423789,7 +423944,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._convertQuotesToInvoices__closure0.prototype = { call$1(error) { @@ -423823,7 +423978,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._convertQuotesToProjects__closure0.prototype = { call$1(error) { @@ -423857,7 +424012,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._approveQuote__closure0.prototype = { call$1(error) { @@ -423890,7 +424045,7 @@ t1[0].call$1(new A.MarkSentQuoteSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._markSentQuote__closure0.prototype = { call$1(error) { @@ -423928,7 +424083,7 @@ t1[0].call$1(new A.EmailQuoteSuccess(quote)); this.action.completer.complete$1(0, null); }, - $signature: 73 + $signature: 70 }; A._emailQuote__closure0.prototype = { call$1(error) { @@ -423990,7 +424145,7 @@ } t1.completer.complete$1(0, quote); }, - $signature: 73 + $signature: 70 }; A._saveQuote__closure1.prototype = { call$1(error) { @@ -424028,7 +424183,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 73 + $signature: 70 }; A._loadQuote__closure0.prototype = { call$1(error) { @@ -424063,7 +424218,7 @@ t1[0].call$1(new A.DownloadQuotesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._downloadQuotes__closure0.prototype = { call$1(error) { @@ -424096,7 +424251,7 @@ t1[0].call$1(new A.BulkEmailQuotesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._bulkEmailQuotes__closure0.prototype = { call$1(error) { @@ -424137,7 +424292,7 @@ } else t1[0].call$1(new A.LoadCredits()); }, - $signature: 288 + $signature: 310 }; A._loadQuotes__closure0.prototype = { call$1(error) { @@ -424182,7 +424337,7 @@ t1[0].call$1(new A.SaveQuoteSuccess(quote)); this.action.completer.complete$1(0, null); }, - $signature: 73 + $signature: 70 }; A._saveDocument__closure12.prototype = { call$1(error) { @@ -424219,67 +424374,67 @@ b.get$_quote_state$_$this()._historyActivityId = t3; return b; }, - $signature: 1709 + $signature: 1711 }; A.forceSelectedReducer_closure.prototype = { call$2(completer, action) { return true; }, - $signature: 1710 + $signature: 1712 }; A.forceSelectedReducer_closure0.prototype = { call$2(completer, action) { return false; }, - $signature: 1711 + $signature: 1713 }; A.forceSelectedReducer_closure1.prototype = { call$2(completer, action) { return false; }, - $signature: 1712 + $signature: 1714 }; A.forceSelectedReducer_closure2.prototype = { call$2(completer, action) { return false; }, - $signature: 1713 + $signature: 1715 }; A.forceSelectedReducer_closure3.prototype = { call$2(completer, action) { return false; }, - $signature: 1714 + $signature: 1716 }; A.forceSelectedReducer_closure4.prototype = { call$2(completer, action) { return false; }, - $signature: 1715 + $signature: 1717 }; A.forceSelectedReducer_closure5.prototype = { call$2(completer, action) { return false; }, - $signature: 1716 + $signature: 1718 }; A.forceSelectedReducer_closure6.prototype = { call$2(completer, action) { return false; }, - $signature: 1717 + $signature: 1719 }; A.tabIndexReducer_closure.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1718 + $signature: 1720 }; A.tabIndexReducer_closure0.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 99 }; A.historyActivityIdReducer_closure.prototype = { call$2(index, action) { @@ -424291,49 +424446,49 @@ call$2(index, action) { return action.quoteItemIndex; }, - $signature: 1720 + $signature: 1722 }; A.editingItemReducer_closure0.prototype = { call$2(index, action) { return action.quoteItemIndex; }, - $signature: 1721 + $signature: 1723 }; A.selectedIdReducer_closure.prototype = { call$2(completer, action) { return ""; }, - $signature: 1722 + $signature: 1724 }; A.selectedIdReducer_closure0.prototype = { call$2(completer, action) { return ""; }, - $signature: 1723 + $signature: 1725 }; A.selectedIdReducer_closure1.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_quote ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure2.prototype = { call$2(selectedId, action) { return action.quoteId; }, - $signature: 1724 + $signature: 1726 }; A.selectedIdReducer_closure3.prototype = { call$2(selectedId, action) { return action.quote.id; }, - $signature: 1725 + $signature: 1727 }; A.selectedIdReducer_closure4.prototype = { call$2(selectedId, action) { return action.quote.id; }, - $signature: 1726 + $signature: 1728 }; A.selectedIdReducer_closure5.prototype = { call$2(selectedId, action) { @@ -424345,67 +424500,67 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure7.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure8.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1727 + $signature: 1729 }; A.selectedIdReducer_closure9.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1728 + $signature: 1730 }; A.selectedIdReducer_closure10.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1729 + $signature: 1731 }; A.selectedIdReducer_closure11.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1730 + $signature: 1732 }; A.selectedIdReducer_closure12.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1731 + $signature: 1733 }; A.selectedIdReducer_closure13.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1732 + $signature: 1734 }; A.selectedIdReducer_closure14.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1733 + $signature: 1735 }; A.selectedIdReducer_closure15.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1734 + $signature: 1736 }; A.selectedIdReducer_closure16.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_quote ? "" : selectedId; }, - $signature: 175 + $signature: 162 }; A.selectedIdReducer_closure17.prototype = { call$2(selectedId, action) { @@ -424418,13 +424573,13 @@ } return t1; }, - $signature: 83 + $signature: 81 }; A.editingReducer_closure.prototype = { call$2(quote, action) { return action.quote.rebuild$1(new A.editingReducer__closure5()); }, - $signature: 1735 + $signature: 1737 }; A.editingReducer__closure5.prototype = { call$1(b) { @@ -424450,7 +424605,7 @@ call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1737 + $signature: 1739 }; A.editingReducer_closure2.prototype = { call$2(invoice, action) { @@ -424482,7 +424637,7 @@ call$2(quote, action) { return quote.rebuild$1(new A.editingReducer__closure1(action.client)); }, - $signature: 1740 + $signature: 1742 }; A.editingReducer__closure1.prototype = { call$1(b) { @@ -424508,31 +424663,31 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 203 + $signature: 208 }; A.editingReducer_closure5.prototype = { call$2(quotes, action) { return J.$index$asx(action.quotes, 0); }, - $signature: 1741 + $signature: 1743 }; A.editingReducer_closure6.prototype = { call$2(quotes, action) { return J.$index$asx(action.quotes, 0); }, - $signature: 1742 + $signature: 1744 }; A.editingReducer_closure7.prototype = { call$2(quotes, action) { return J.$index$asx(action.quotes, 0); }, - $signature: 1743 + $signature: 1745 }; A.editingReducer_closure8.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure0(action)); }, - $signature: 1744 + $signature: 1746 }; A.editingReducer__closure0.prototype = { call$1(b) { @@ -424550,7 +424705,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure(action)); }, - $signature: 1745 + $signature: 1747 }; A.editingReducer__closure.prototype = { call$1(b) { @@ -424599,7 +424754,7 @@ call$2(state, action) { return state.rebuild$1(new A.quoteListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.quoteListReducer__closure.prototype = { call$1(b) { @@ -424797,13 +424952,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 111 + $signature: 107 }; A._purgeClientSuccess_closure1.prototype = { call$1(each) { return each.id; }, - $signature: 291 + $signature: 289 }; A._purgeClientSuccess_closure.prototype = { call$1(b) { @@ -424816,13 +424971,13 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure0(t1), true); return b; }, - $signature: 194 + $signature: 192 }; A._purgeClientSuccess__closure.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 421 + $signature: 340 }; A._purgeClientSuccess__closure0.prototype = { call$1(p0) { @@ -424840,14 +424995,14 @@ call$1(item) { return item; }, - $signature: 107 + $signature: 111 }; A._markSentQuoteSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.quoteMap); return b; }, - $signature: 194 + $signature: 192 }; A._archiveQuoteSuccess_closure.prototype = { call$1(b) { @@ -424869,7 +425024,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 543 + $signature: 544 }; A._deleteQuoteSuccess_closure.prototype = { call$1(b) { @@ -424891,7 +425046,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 543 + $signature: 544 }; A._restoreQuoteSuccess_closure.prototype = { call$1(b) { @@ -424913,7 +425068,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 543 + $signature: 544 }; A._emailQuoteSuccess_closure.prototype = { call$1(b) { @@ -424922,7 +425077,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 194 + $signature: 192 }; A._convertQuotesToInvoicesSuccess_closure0.prototype = { call$1(item) { @@ -424934,14 +425089,14 @@ call$1(item) { return item; }, - $signature: 107 + $signature: 111 }; A._convertQuotesToInvoicesSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.quoteMap); return b; }, - $signature: 194 + $signature: 192 }; A._convertQuotesToProjectsSuccess_closure0.prototype = { call$1(item) { @@ -424953,14 +425108,14 @@ call$1(item) { return item; }, - $signature: 107 + $signature: 111 }; A._convertQuotesToProjectsSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.quoteMap); return b; }, - $signature: 194 + $signature: 192 }; A._addQuote_closure.prototype = { call$1(b) { @@ -424973,7 +425128,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 194 + $signature: 192 }; A._addQuote__closure.prototype = { call$1(b) { @@ -424989,7 +425144,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updateQuote__closure())); return b; }, - $signature: 194 + $signature: 192 }; A._updateQuote__closure.prototype = { call$1(b) { @@ -425003,19 +425158,19 @@ call$1(invitation) { return invitation.clientContactId; }, - $signature: 418 + $signature: 341 }; A.quoteContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 154 + $signature: 148 }; A.memoizedDropdownQuoteList_closure.prototype = { call$7(quoteMap, clientMap, vendorMap, quoteList, clientId, userMap, excludedIds) { return A.dropdownQuoteSelector(quoteMap, clientMap, vendorMap, quoteList, clientId, userMap, excludedIds); }, - $signature: 642 + $signature: 641 }; A.dropdownQuoteSelector_closure.prototype = { call$1(invoiceId) { @@ -425201,7 +425356,7 @@ call$1(item) { return item; }, - $signature: 107 + $signature: 111 }; A.QuoteState_loadQuotes_closure.prototype = { call$1(b) { @@ -425216,7 +425371,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 194 + $signature: 192 }; A.QuoteUIState.prototype = { get$isCreatingNew() { @@ -425879,7 +426034,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 207 + $signature: 228 }; A._archiveRecurringExpense__closure0.prototype = { call$1(recurringExpenses) { @@ -425888,7 +426043,7 @@ t1[0].call$1(new A.ArchiveRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 186 + $signature: 181 }; A._archiveRecurringExpense__closure1.prototype = { call$1(error) { @@ -425926,7 +426081,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 207 + $signature: 228 }; A._deleteRecurringExpense__closure0.prototype = { call$1(recurringExpenses) { @@ -425935,7 +426090,7 @@ t1[0].call$1(new A.DeleteRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 186 + $signature: 181 }; A._deleteRecurringExpense__closure1.prototype = { call$1(error) { @@ -425973,7 +426128,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 207 + $signature: 228 }; A._restoreRecurringExpense__closure0.prototype = { call$1(recurringExpenses) { @@ -425982,7 +426137,7 @@ t1[0].call$1(new A.RestoreRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 186 + $signature: 181 }; A._restoreRecurringExpense__closure1.prototype = { call$1(error) { @@ -426022,7 +426177,7 @@ } t1.completer.complete$1(0, recurringExpense); }, - $signature: 133 + $signature: 137 }; A._saveRecurringExpense__closure0.prototype = { call$1(error) { @@ -426060,7 +426215,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 133 + $signature: 137 }; A._loadRecurringExpense__closure0.prototype = { call$1(error) { @@ -426132,7 +426287,7 @@ t1[0].call$1(new A.StartRecurringExpensesSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 186 + $signature: 181 }; A._startRecurringExpense__closure0.prototype = { call$1(error) { @@ -426165,7 +426320,7 @@ t1[0].call$1(new A.StopRecurringExpensesSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 186 + $signature: 181 }; A._stopRecurringExpense__closure0.prototype = { call$1(error) { @@ -426211,7 +426366,7 @@ t1[0].call$1(new A.SaveRecurringExpenseSuccess(expense)); this.action.completer.complete$1(0, null); }, - $signature: 133 + $signature: 137 }; A._saveDocument__closure6.prototype = { call$1(error) { @@ -426244,151 +426399,151 @@ b.get$_recurring_expense_state$_$this()._recurring_expense_state$_tabIndex = t3; return b; }, - $signature: 1748 + $signature: 1750 }; A.forceSelectedReducer_closure151.prototype = { call$2(completer, action) { return true; }, - $signature: 1749 + $signature: 1751 }; A.forceSelectedReducer_closure152.prototype = { call$2(completer, action) { return false; }, - $signature: 1750 + $signature: 1752 }; A.forceSelectedReducer_closure153.prototype = { call$2(completer, action) { return false; }, - $signature: 1751 + $signature: 1753 }; A.forceSelectedReducer_closure154.prototype = { call$2(completer, action) { return false; }, - $signature: 1752 + $signature: 1754 }; A.forceSelectedReducer_closure155.prototype = { call$2(completer, action) { return false; }, - $signature: 1753 + $signature: 1755 }; A.forceSelectedReducer_closure156.prototype = { call$2(completer, action) { return false; }, - $signature: 1754 + $signature: 1756 }; A.forceSelectedReducer_closure157.prototype = { call$2(completer, action) { return false; }, - $signature: 1755 + $signature: 1757 }; A.forceSelectedReducer_closure158.prototype = { call$2(completer, action) { return false; }, - $signature: 1756 + $signature: 1758 }; A.tabIndexReducer_closure17.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1757 + $signature: 1759 }; A.tabIndexReducer_closure18.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 99 }; A.selectedIdReducer_closure302.prototype = { call$2(completer, action) { return ""; }, - $signature: 1758 + $signature: 1760 }; A.selectedIdReducer_closure303.prototype = { call$2(completer, action) { return ""; }, - $signature: 1759 + $signature: 1761 }; A.selectedIdReducer_closure304.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_recurringExpense ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure305.prototype = { call$2(selectedId, action) { return action.get$recurringExpenseId(); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure306.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$recurringExpense()); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure307.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure308.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure309.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1760 + $signature: 1762 }; A.selectedIdReducer_closure310.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1761 + $signature: 1763 }; A.selectedIdReducer_closure311.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1762 + $signature: 1764 }; A.selectedIdReducer_closure312.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1763 + $signature: 1765 }; A.selectedIdReducer_closure313.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1764 + $signature: 1766 }; A.selectedIdReducer_closure314.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1765 + $signature: 1767 }; A.selectedIdReducer_closure315.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1766 + $signature: 1768 }; A.selectedIdReducer_closure316.prototype = { call$2(selectedId, action) { @@ -426401,31 +426556,31 @@ } return t1; }, - $signature: 83 + $signature: 81 }; A.editingReducer_closure99.prototype = { call$2(recurringExpenses, action) { return J.$index$asx(action.recurringExpenses, 0); }, - $signature: 1767 + $signature: 1769 }; A.editingReducer_closure100.prototype = { call$2(recurringExpenses, action) { return J.$index$asx(action.recurringExpenses, 0); }, - $signature: 1768 + $signature: 1770 }; A.editingReducer_closure101.prototype = { call$2(recurringExpenses, action) { return J.$index$asx(action.recurringExpenses, 0); }, - $signature: 1769 + $signature: 1771 }; A.editingReducer_closure102.prototype = { call$2(recurringExpense, action) { return action.recurringExpense.rebuild$1(new A.editingReducer__closure37()); }, - $signature: 1770 + $signature: 1772 }; A.editingReducer__closure37.prototype = { call$1(b) { @@ -426438,7 +426593,7 @@ call$2(state, action) { return state.rebuild$1(new A.recurringExpenseListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.recurringExpenseListReducer__closure.prototype = { call$1(b) { @@ -426579,13 +426734,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 392 + $signature: 361 }; A._purgeClientSuccess_closure16.prototype = { call$1(each) { return each.id; }, - $signature: 391 + $signature: 362 }; A._purgeClientSuccess_closure14.prototype = { call$1(b) { @@ -426598,7 +426753,7 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure10(t1), true); return b; }, - $signature: 319 + $signature: 322 }; A._purgeClientSuccess__closure9.prototype = { call$2(p0, p1) { @@ -426632,7 +426787,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 320 + $signature: 323 }; A._deleteRecurringExpenseSuccess_closure.prototype = { call$1(b) { @@ -426654,7 +426809,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 320 + $signature: 323 }; A._restoreRecurringExpenseSuccess_closure.prototype = { call$1(b) { @@ -426676,7 +426831,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 320 + $signature: 323 }; A._addRecurringExpense_closure.prototype = { call$1(b) { @@ -426689,7 +426844,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 319 + $signature: 322 }; A._addRecurringExpense__closure.prototype = { call$1(b) { @@ -426706,7 +426861,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._updateRecurringExpense__closure())); return b; }, - $signature: 319 + $signature: 322 }; A._updateRecurringExpense__closure.prototype = { call$1(b) { @@ -426736,7 +426891,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 320 + $signature: 323 }; A._stopRecurringExpensesSuccess_closure.prototype = { call$1(b) { @@ -426758,7 +426913,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 320 + $signature: 323 }; A._setLoadedRecurringExpense_closure.prototype = { call$1(b) { @@ -426767,7 +426922,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._setLoadedRecurringExpense__closure())); return b; }, - $signature: 319 + $signature: 322 }; A._setLoadedRecurringExpense__closure.prototype = { call$1(b) { @@ -426874,7 +427029,7 @@ call$2(clientId, expenseMap) { return A.recurringExpenseStatsForClient(clientId, expenseMap); }, - $signature: 165 + $signature: 161 }; A.recurringExpenseStatsForClient_closure.prototype = { call$2(expenseId, expense) { @@ -426884,13 +427039,13 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 117 + $signature: 123 }; A.memoizedRecurringExpenseStatsForVendor_closure.prototype = { call$2(vendorId, expenseMap) { return A.recurringExpenseStatsForVendor(vendorId, expenseMap); }, - $signature: 165 + $signature: 161 }; A.recurringExpenseStatsForVendor_closure.prototype = { call$2(expenseId, expense) { @@ -426900,13 +427055,13 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 117 + $signature: 123 }; A.memoizedTransactionStatsForVendor_closure.prototype = { call$2(vendorId, transactionMap) { return A.transactionStatsForVendor(vendorId, transactionMap); }, - $signature: 384 + $signature: 370 }; A.transactionStatsForVendor_closure.prototype = { call$2(transactionId, transaction) { @@ -426916,13 +427071,13 @@ else if (transaction.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 383 + $signature: 371 }; A.memoizedRecurringExpenseStatsForUser_closure.prototype = { call$2(userId, expenseMap) { return A.recurringExpenseStatsForUser(userId, expenseMap); }, - $signature: 165 + $signature: 161 }; A.recurringExpenseStatsForUser_closure.prototype = { call$2(expenseId, expense) { @@ -426932,13 +427087,13 @@ else if (expense.isDeleted) ++this._box_0.countArchived; }, - $signature: 117 + $signature: 123 }; A.memoizedRecurringExpenseStatsForExpense_closure.prototype = { call$2(expenseId, expenseMap) { return A.recurringExpenseStatsForExpense(expenseId, expenseMap); }, - $signature: 165 + $signature: 161 }; A.recurringExpenseStatsForExpense_closure.prototype = { call$2(expenseId, expense) { @@ -426948,7 +427103,7 @@ else if (expense.isDeleted) ++this._box_0.countArchived; }, - $signature: 117 + $signature: 123 }; A.RecurringExpenseState.prototype = { $get$1(_, recurringExpenseId) { @@ -426991,7 +427146,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 319 + $signature: 322 }; A.RecurringExpenseUIState.prototype = { get$isCreatingNew() { @@ -427568,13 +427723,13 @@ t4 = A.DecoratedFormField$(false, _null, true, _null, _null, true, _null, _null, "", _null, false, false, _null, new A.TextInputType(2, true, true), t2.get$percent(t2), _null, _null, false, new A.handleRecurringInvoiceAction__closure(t1), _null, _null, true, _null, _null, B.TextAlign_4, _null); return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t2.get$cancel(t2).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.handleRecurringInvoiceAction__closure0(context), _null), A.TextButton$(false, A.Text$(t2.get$submit(t2).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.handleRecurringInvoiceAction__closure1(t1, context), _null)], type$.JSArray_legacy_Widget), _null, _null, t4, _null, _null, t3); }, - $signature: 196 + $signature: 193 }; A.handleRecurringInvoiceAction__closure.prototype = { call$1(value) { return this._box_0._recurring_invoice_actions$_amount = A.parseDouble(value, false); }, - $signature: 547 + $signature: 548 }; A.handleRecurringInvoiceAction__closure0.prototype = { call$0() { @@ -427755,7 +427910,7 @@ t1[0].call$1(new A.StartRecurringInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._startRecurringInvoice__closure0.prototype = { call$1(error) { @@ -427788,7 +427943,7 @@ t1[0].call$1(new A.StopRecurringInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._stopRecurringInvoice__closure0.prototype = { call$1(error) { @@ -427821,7 +427976,7 @@ t1[0].call$1(new A.UpdatePricesRecurringInvoicesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._updatePricesRecurringInvoice__closure0.prototype = { call$1(error) { @@ -427854,7 +428009,7 @@ t1[0].call$1(new A.IncreasePricesRecurringInvoicesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._increasePricesRecurringInvoice__closure0.prototype = { call$1(error) { @@ -427887,7 +428042,7 @@ t1[0].call$1(new A.SendNowRecurringInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._sendNowRecurringInvoice__closure0.prototype = { call$1(error) { @@ -427934,7 +428089,7 @@ t1[0].call$1(new A.ArchiveRecurringInvoicesSuccess(recurringInvoices)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._archiveRecurringInvoice__closure1.prototype = { call$1(error) { @@ -427981,7 +428136,7 @@ t1[0].call$1(new A.DeleteRecurringInvoicesSuccess(recurringInvoices)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._deleteRecurringInvoice__closure1.prototype = { call$1(error) { @@ -428028,7 +428183,7 @@ t1[0].call$1(new A.RestoreRecurringInvoicesSuccess(recurringInvoices)); this.action.completer.complete$1(0, null); }, - $signature: 35 + $signature: 36 }; A._restoreRecurringInvoice__closure1.prototype = { call$1(error) { @@ -428084,7 +428239,7 @@ } t1.completer.complete$1(0, recurringInvoice); }, - $signature: 73 + $signature: 70 }; A._saveRecurringInvoice__closure1.prototype = { call$1(error) { @@ -428122,7 +428277,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 73 + $signature: 70 }; A._loadRecurringInvoice__closure0.prototype = { call$1(error) { @@ -428165,7 +428320,7 @@ } else t1[0].call$1(new A.LoadPayments(null, 1)); }, - $signature: 288 + $signature: 310 }; A._loadRecurringInvoices__closure0.prototype = { call$1(error) { @@ -428210,7 +428365,7 @@ t1[0].call$1(new A.SaveRecurringInvoiceSuccess(invoice)); this.action.completer.complete$1(0, null); }, - $signature: 73 + $signature: 70 }; A._saveDocument__closure4.prototype = { call$1(error) { @@ -428247,67 +428402,67 @@ b.get$_recurring_invoice_state$_$this()._recurring_invoice_state$_historyActivityId = t3; return b; }, - $signature: 1775 + $signature: 1777 }; A.forceSelectedReducer_closure119.prototype = { call$2(completer, action) { return true; }, - $signature: 1776 + $signature: 1778 }; A.forceSelectedReducer_closure120.prototype = { call$2(completer, action) { return false; }, - $signature: 1777 + $signature: 1779 }; A.forceSelectedReducer_closure121.prototype = { call$2(completer, action) { return false; }, - $signature: 1778 + $signature: 1780 }; A.forceSelectedReducer_closure122.prototype = { call$2(completer, action) { return false; }, - $signature: 1779 + $signature: 1781 }; A.forceSelectedReducer_closure123.prototype = { call$2(completer, action) { return false; }, - $signature: 1780 + $signature: 1782 }; A.forceSelectedReducer_closure124.prototype = { call$2(completer, action) { return false; }, - $signature: 1781 + $signature: 1783 }; A.forceSelectedReducer_closure125.prototype = { call$2(completer, action) { return false; }, - $signature: 1782 + $signature: 1784 }; A.forceSelectedReducer_closure126.prototype = { call$2(completer, action) { return false; }, - $signature: 1783 + $signature: 1785 }; A.tabIndexReducer_closure13.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1784 + $signature: 1786 }; A.tabIndexReducer_closure14.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 99 }; A.historyActivityIdReducer_closure1.prototype = { call$2(index, action) { @@ -428320,50 +428475,50 @@ action.toString; return null; }, - $signature: 1786 + $signature: 1788 }; A.editingItemIndexReducer_closure0.prototype = { call$2(index, action) { return action.itemIndex; }, - $signature: 1787 + $signature: 1789 }; A.selectedIdReducer_closure238.prototype = { call$2(completer, action) { return ""; }, - $signature: 1788 + $signature: 1790 }; A.selectedIdReducer_closure239.prototype = { call$2(completer, action) { return ""; }, - $signature: 1789 + $signature: 1791 }; A.selectedIdReducer_closure240.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_recurringInvoice ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure241.prototype = { call$2(selectedId, action) { return action.recurringInvoiceId; }, - $signature: 1790 + $signature: 1792 }; A.selectedIdReducer_closure242.prototype = { call$2(selectedId, action) { return action.recurringInvoice.id; }, - $signature: 1791 + $signature: 1793 }; A.selectedIdReducer_closure243.prototype = { call$2(selectedId, action) { var t1 = action.get$invoice(); return t1.get$id(t1); }, - $signature: 1792 + $signature: 1794 }; A.selectedIdReducer_closure244.prototype = { call$2(selectedId, action) { @@ -428375,67 +428530,67 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure246.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure247.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1793 + $signature: 1795 }; A.selectedIdReducer_closure248.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1794 + $signature: 1796 }; A.selectedIdReducer_closure249.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1795 + $signature: 1797 }; A.selectedIdReducer_closure250.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1796 + $signature: 1798 }; A.selectedIdReducer_closure251.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1797 + $signature: 1799 }; A.selectedIdReducer_closure252.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1798 + $signature: 1800 }; A.selectedIdReducer_closure253.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1799 + $signature: 1801 }; A.selectedIdReducer_closure254.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1800 + $signature: 1802 }; A.selectedIdReducer_closure255.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_recurringInvoice ? "" : selectedId; }, - $signature: 175 + $signature: 162 }; A.selectedIdReducer_closure256.prototype = { call$2(selectedId, action) { @@ -428448,13 +428603,13 @@ } return t1; }, - $signature: 83 + $signature: 81 }; A.editingReducer_closure76.prototype = { call$2(recurringInvoice, action) { return action.recurringInvoice.rebuild$1(new A.editingReducer__closure33()); }, - $signature: 1801 + $signature: 1803 }; A.editingReducer__closure33.prototype = { call$1(b) { @@ -428467,7 +428622,7 @@ call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure32()); }, - $signature: 598 + $signature: 597 }; A.editingReducer__closure32.prototype = { call$1(b) { @@ -428480,13 +428635,13 @@ call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1803 + $signature: 1805 }; A.editingReducer_closure79.prototype = { call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure31()); }, - $signature: 597 + $signature: 596 }; A.editingReducer__closure31.prototype = { call$1(b) { @@ -428512,7 +428667,7 @@ call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure29(action.client)); }, - $signature: 1806 + $signature: 1808 }; A.editingReducer__closure29.prototype = { call$1(b) { @@ -428538,31 +428693,31 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 203 + $signature: 208 }; A.editingReducer_closure82.prototype = { call$2(recurringInvoices, action) { return J.$index$asx(action.recurringInvoices, 0); }, - $signature: 1807 + $signature: 1809 }; A.editingReducer_closure83.prototype = { call$2(recurringInvoices, action) { return J.$index$asx(action.recurringInvoices, 0); }, - $signature: 1808 + $signature: 1810 }; A.editingReducer_closure84.prototype = { call$2(recurringInvoices, action) { return J.$index$asx(action.recurringInvoices, 0); }, - $signature: 1809 + $signature: 1811 }; A.editingReducer_closure85.prototype = { call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure28(action)); }, - $signature: 1810 + $signature: 1812 }; A.editingReducer__closure28.prototype = { call$1(b) { @@ -428580,7 +428735,7 @@ call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure27(action)); }, - $signature: 1811 + $signature: 1813 }; A.editingReducer__closure27.prototype = { call$1(b) { @@ -428628,7 +428783,7 @@ call$2(state, action) { return state.rebuild$1(new A.recurringInvoiceListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.recurringInvoiceListReducer__closure.prototype = { call$1(b) { @@ -428815,13 +428970,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 111 + $signature: 107 }; A._purgeClientSuccess_closure13.prototype = { call$1(each) { return each.id; }, - $signature: 291 + $signature: 289 }; A._purgeClientSuccess_closure11.prototype = { call$1(b) { @@ -428834,13 +428989,13 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure8(t1), true); return b; }, - $signature: 323 + $signature: 326 }; A._purgeClientSuccess__closure7.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 421 + $signature: 340 }; A._purgeClientSuccess__closure8.prototype = { call$1(p0) { @@ -428868,7 +429023,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 250 + $signature: 261 }; A._deleteRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -428890,7 +429045,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 250 + $signature: 261 }; A._emailRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -428900,7 +429055,7 @@ t1.$indexSet(0, t3.get$id(t3), t2.get$invoice()); return b; }, - $signature: 323 + $signature: 326 }; A._restoreRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -428922,7 +429077,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 250 + $signature: 261 }; A._sendNowRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -428944,7 +429099,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 250 + $signature: 261 }; A._startRecurringInvoicesSuccess_closure.prototype = { call$1(b) { @@ -428966,7 +429121,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 250 + $signature: 261 }; A._stopRecurringInvoicesSuccess_closure.prototype = { call$1(b) { @@ -428988,7 +429143,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 250 + $signature: 261 }; A._addRecurringInvoice_closure.prototype = { call$1(b) { @@ -429001,7 +429156,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 323 + $signature: 326 }; A._addRecurringInvoice__closure.prototype = { call$1(b) { @@ -429016,7 +429171,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: 323 + $signature: 326 }; A._updateRecurringInvoice__closure.prototype = { call$1(b) { @@ -429030,7 +429185,7 @@ call$7(selectionState, recurringInvoiceMap, clientMap, vendorMap, recurringInvoiceList, recurringInvoiceListState, userMap) { return A.filteredRecurringInvoicesSelector(selectionState, recurringInvoiceMap, clientMap, vendorMap, recurringInvoiceList, recurringInvoiceListState, userMap); }, - $signature: 1814 + $signature: 1816 }; A.filteredRecurringInvoicesSelector_closure.prototype = { call$1(recurringInvoiceId) { @@ -429209,7 +429364,7 @@ call$1(item) { return item; }, - $signature: 107 + $signature: 111 }; A.RecurringInvoiceState_loadRecurringInvoices_closure.prototype = { call$1(b) { @@ -429224,7 +429379,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 323 + $signature: 326 }; A.RecurringInvoiceUIState.prototype = { get$isCreatingNew() { @@ -429692,14 +429847,14 @@ b.get$_reports_state$_$this()._chart = ""; return b; }, - $signature: 554 + $signature: 555 }; A.reportsUIReducer_closure0.prototype = { call$1(b) { b.get$_reports_state$_$this()._report = this.action.report; return b; }, - $signature: 554 + $signature: 555 }; A.reportsUIReducer_closure1.prototype = { call$1(b) { @@ -429735,7 +429890,7 @@ t2.replace$1(0, t1 == null ? _this.state.filters : t1); return b; }, - $signature: 554 + $signature: 555 }; A.ReportsUIState.prototype = { get$isGroupByFiltered() { @@ -430145,7 +430300,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].scheduleState.map._map$_map.$index(0, id); }, - $signature: 555 + $signature: 556 }; A._archiveSchedule__closure0.prototype = { call$1(schedules) { @@ -430154,7 +430309,7 @@ t1[0].call$1(new A.ArchiveSchedulesSuccess(schedules)); this.action.completer.complete$1(0, null); }, - $signature: 556 + $signature: 557 }; A._archiveSchedule__closure1.prototype = { call$1(error) { @@ -430192,7 +430347,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].scheduleState.map._map$_map.$index(0, id); }, - $signature: 555 + $signature: 556 }; A._deleteSchedule__closure0.prototype = { call$1(schedules) { @@ -430201,7 +430356,7 @@ t1[0].call$1(new A.DeleteSchedulesSuccess(schedules)); this.action.completer.complete$1(0, null); }, - $signature: 556 + $signature: 557 }; A._deleteSchedule__closure1.prototype = { call$1(error) { @@ -430239,7 +430394,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].scheduleState.map._map$_map.$index(0, id); }, - $signature: 555 + $signature: 556 }; A._restoreSchedule__closure0.prototype = { call$1(schedules) { @@ -430248,7 +430403,7 @@ t1[0].call$1(new A.RestoreSchedulesSuccess(schedules)); this.action.completer.complete$1(0, null); }, - $signature: 556 + $signature: 557 }; A._restoreSchedule__closure1.prototype = { call$1(error) { @@ -430288,7 +430443,7 @@ } t1.completer.complete$1(0, schedule); }, - $signature: 409 + $signature: 406 }; A._saveSchedule__closure0.prototype = { call$1(error) { @@ -430324,7 +430479,7 @@ t1[0].call$1(new A.LoadScheduleSuccess(schedule)); this.action.completer.complete$1(0, null); }, - $signature: 409 + $signature: 406 }; A._loadSchedule__closure0.prototype = { call$1(error) { @@ -430362,7 +430517,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1819 + $signature: 1821 }; A._loadSchedules__closure0.prototype = { call$1(error) { @@ -430397,151 +430552,151 @@ b.get$_schedule_state$_$this()._schedule_state$_tabIndex = t3; return b; }, - $signature: 1820 + $signature: 1822 }; A.forceSelectedReducer_closure191.prototype = { call$2(completer, action) { return true; }, - $signature: 1821 + $signature: 1823 }; A.forceSelectedReducer_closure192.prototype = { call$2(completer, action) { return false; }, - $signature: 1822 + $signature: 1824 }; A.forceSelectedReducer_closure193.prototype = { call$2(completer, action) { return false; }, - $signature: 1823 + $signature: 1825 }; A.forceSelectedReducer_closure194.prototype = { call$2(completer, action) { return false; }, - $signature: 1824 + $signature: 1826 }; A.forceSelectedReducer_closure195.prototype = { call$2(completer, action) { return false; }, - $signature: 1825 + $signature: 1827 }; A.forceSelectedReducer_closure196.prototype = { call$2(completer, action) { return false; }, - $signature: 1826 + $signature: 1828 }; A.forceSelectedReducer_closure197.prototype = { call$2(completer, action) { return false; }, - $signature: 1827 + $signature: 1829 }; A.forceSelectedReducer_closure198.prototype = { call$2(completer, action) { return false; }, - $signature: 1828 + $signature: 1830 }; A.tabIndexReducer_closure27.prototype = { call$2(completer, action) { return action.get$tabIndex(action); }, - $signature: 1829 + $signature: 1831 }; A.tabIndexReducer_closure28.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 99 }; A.selectedIdReducer_closure382.prototype = { call$2(completer, action) { return ""; }, - $signature: 1830 + $signature: 1832 }; A.selectedIdReducer_closure383.prototype = { call$2(completer, action) { return ""; }, - $signature: 1831 + $signature: 1833 }; A.selectedIdReducer_closure384.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_schedule ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure385.prototype = { call$2(selectedId, action) { return action.get$scheduleId(); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure386.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$schedule()); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure387.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure388.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure389.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1832 + $signature: 1834 }; A.selectedIdReducer_closure390.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1833 + $signature: 1835 }; A.selectedIdReducer_closure391.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1834 + $signature: 1836 }; A.selectedIdReducer_closure392.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1835 + $signature: 1837 }; A.selectedIdReducer_closure393.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1836 + $signature: 1838 }; A.selectedIdReducer_closure394.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1837 + $signature: 1839 }; A.selectedIdReducer_closure395.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1838 + $signature: 1840 }; A.selectedIdReducer_closure396.prototype = { call$2(selectedId, action) { @@ -430554,44 +430709,44 @@ } return t1; }, - $signature: 83 + $signature: 81 }; A.editingReducer_closure126.prototype = { call$2(schedules, action) { return J.$index$asx(action.schedules, 0); }, - $signature: 1839 + $signature: 1841 }; A.editingReducer_closure127.prototype = { call$2(schedules, action) { return J.$index$asx(action.schedules, 0); }, - $signature: 1840 + $signature: 1842 }; A.editingReducer_closure128.prototype = { call$2(schedules, action) { return J.$index$asx(action.schedules, 0); }, - $signature: 1841 + $signature: 1843 }; A.editingReducer_closure129.prototype = { call$2(schedule, action) { return action.schedule.rebuild$1(new A.editingReducer__closure48()); }, - $signature: 1842 + $signature: 1844 }; A.editingReducer__closure48.prototype = { call$1(b) { b.get$_schedule_model$_$this()._schedule_model$_isChanged = true; return b; }, - $signature: 78 + $signature: 75 }; A.scheduleListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.scheduleListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.scheduleListReducer__closure.prototype = { call$1(b) { @@ -430748,7 +430903,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 558 + $signature: 559 }; A._deleteScheduleSuccess_closure.prototype = { call$1(b) { @@ -430770,7 +430925,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 558 + $signature: 559 }; A._restoreScheduleSuccess_closure.prototype = { call$1(b) { @@ -430792,7 +430947,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 558 + $signature: 559 }; A._addSchedule_closure.prototype = { call$1(b) { @@ -430805,7 +430960,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 406 + $signature: 407 }; A._updateSchedule_closure.prototype = { call$1(b) { @@ -430814,7 +430969,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 406 + $signature: 407 }; A._setLoadedSchedule_closure.prototype = { call$1(b) { @@ -430823,13 +430978,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 406 + $signature: 407 }; A.memoizedFilteredScheduleList_closure.prototype = { call$4(selectionState, scheduleMap, scheduleList, scheduleListState) { return A.filteredSchedulesSelector(selectionState, scheduleMap, scheduleList, scheduleListState); }, - $signature: 1845 + $signature: 1847 }; A.filteredSchedulesSelector_closure.prototype = { call$1(scheduleId) { @@ -430871,7 +431026,7 @@ call$1(item) { return item; }, - $signature: 1846 + $signature: 1848 }; A.ScheduleState_loadSchedules_closure.prototype = { call$1(b) { @@ -430886,7 +431041,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 406 + $signature: 407 }; A.ScheduleUIState.prototype = { get$isCreatingNew() { @@ -431440,8 +431595,9 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SaveCompanySuccess(company)); this.action.completer.complete$0(0); + A.updateWidgetData(); }, - $signature: 560 + $signature: 561 }; A._saveCompany__closure0.prototype = { call$1(error) { @@ -431474,7 +431630,7 @@ t1[0].call$1(new A.SaveEInvoiceCertificateSuccess(company)); this.action.completer.complete$0(0); }, - $signature: 560 + $signature: 561 }; A._saveEInvoiceCertificate__closure0.prototype = { call$1(error) { @@ -431508,8 +431664,9 @@ t1 = this.action.completer; if (t1 != null) t1.complete$0(0); + A.updateWidgetData(); }, - $signature: 161 + $signature: 174 }; A._saveAuthUser__closure0.prototype = { call$1(error) { @@ -431546,7 +431703,7 @@ t1[0].call$1(new A.ConnectOAuthUserSuccess(user)); this.action.completer.complete$0(0); }, - $signature: 161 + $signature: 174 }; A._connectOAuthUser__closure0.prototype = { call$1(error) { @@ -431581,7 +431738,7 @@ t1[0].call$1(new A.DisconnectOAuthUserSuccess(user)); this.action.completer.complete$0(0); }, - $signature: 161 + $signature: 174 }; A._disconnectOAuthUser__closure0.prototype = { call$1(error) { @@ -431616,7 +431773,7 @@ t1[0].call$1(new A.DisconnectOAuthMailerSuccess(user)); this.action.completer.complete$0(0); }, - $signature: 161 + $signature: 174 }; A._disconnectOAuthMailer__closure0.prototype = { call$1(error) { @@ -431653,7 +431810,7 @@ t1.get$completer(); t1.get$completer().complete$0(0); }, - $signature: 161 + $signature: 174 }; A._connectGmailUser__closure0.prototype = { call$1(error) { @@ -431690,7 +431847,7 @@ t1[0].call$1(new A.DisableTwoFactorSuccess()); this.action.completer.complete$0(0); }, - $signature: 19 + $signature: 20 }; A._disableTwoFactor__closure0.prototype = { call$1(error) { @@ -431784,7 +431941,7 @@ } t1.completer.complete$0(0); }, - $signature: 150 + $signature: 154 }; A._uploadLogo__closure0.prototype = { call$1(error) { @@ -431834,7 +431991,7 @@ t1[0].call$1(new A.SaveCompanySuccess(company)); this.action.completer.complete$1(0, null); }, - $signature: 560 + $signature: 561 }; A._saveDocument__closure10.prototype = { call$1(error) { @@ -431851,7 +432008,7 @@ call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure19(action, state)); }, - $signature: 1849 + $signature: 1851 }; A.settingsUIReducer__closure19.prototype = { call$1(b) { @@ -431928,13 +432085,13 @@ b.get$_settings_state$_$this()._settings_state$_entityType = t1; return b; }, - $signature: 87 + $signature: 90 }; A.settingsUIReducer_closure0.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure18(action)); }, - $signature: 1851 + $signature: 1853 }; A.settingsUIReducer__closure18.prototype = { call$1(b) { @@ -431945,7 +432102,7 @@ b.get$_settings_state$_$this()._isChanged = true; return b; }, - $signature: 87 + $signature: 90 }; A.settingsUIReducer_closure1.prototype = { call$2(state, action) { @@ -431958,7 +432115,7 @@ return state.rebuild$1(new A.settingsUIReducer__closure17(action)); } }, - $signature: 1852 + $signature: 1854 }; A.settingsUIReducer__closure15.prototype = { call$1(b) { @@ -431969,7 +432126,7 @@ b.get$_settings_state$_$this()._isChanged = true; return b; }, - $signature: 87 + $signature: 90 }; A.settingsUIReducer__closure16.prototype = { call$1(b) { @@ -431980,7 +432137,7 @@ b.get$_settings_state$_$this()._isChanged = true; return b; }, - $signature: 87 + $signature: 90 }; A.settingsUIReducer__closure17.prototype = { call$1(b) { @@ -431991,13 +432148,13 @@ b.get$_settings_state$_$this()._isChanged = true; return b; }, - $signature: 87 + $signature: 90 }; A.settingsUIReducer_closure2.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure14(action)); }, - $signature: 1853 + $signature: 1855 }; A.settingsUIReducer__closure14.prototype = { call$1(b) { @@ -432008,13 +432165,13 @@ b.get$_settings_state$_$this()._isChanged = true; return b; }, - $signature: 87 + $signature: 90 }; A.settingsUIReducer_closure3.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure13(state)); }, - $signature: 1854 + $signature: 1856 }; A.settingsUIReducer__closure13.prototype = { call$1(b) { @@ -432041,13 +432198,13 @@ b.get$_settings_state$_$this()._updatedAt = t2; return b; }, - $signature: 87 + $signature: 90 }; A.settingsUIReducer_closure4.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure12(action)); }, - $signature: 1855 + $signature: 1857 }; A.settingsUIReducer__closure12.prototype = { call$1(b) { @@ -432063,13 +432220,13 @@ b.get$_settings_state$_$this()._isChanged = false; return b; }, - $signature: 87 + $signature: 90 }; A.settingsUIReducer_closure5.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure11(action)); }, - $signature: 1856 + $signature: 1858 }; A.settingsUIReducer__closure11.prototype = { call$1(b) { @@ -432085,13 +432242,13 @@ b.get$_settings_state$_$this()._isChanged = false; return b; }, - $signature: 87 + $signature: 90 }; A.settingsUIReducer_closure6.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure10(action)); }, - $signature: 1857 + $signature: 1859 }; A.settingsUIReducer__closure10.prototype = { call$1(b) { @@ -432107,13 +432264,13 @@ b.get$_settings_state$_$this()._isChanged = false; return b; }, - $signature: 87 + $signature: 90 }; A.settingsUIReducer_closure7.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure9(action)); }, - $signature: 1858 + $signature: 1860 }; A.settingsUIReducer__closure9.prototype = { call$1(b) { @@ -432127,13 +432284,13 @@ b.get$_settings_state$_$this()._isChanged = false; return b; }, - $signature: 87 + $signature: 90 }; A.settingsUIReducer_closure8.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure8(action)); }, - $signature: 1859 + $signature: 1861 }; A.settingsUIReducer__closure8.prototype = { call$1(b) { @@ -432147,13 +432304,13 @@ b.get$_settings_state$_$this()._isChanged = false; return b; }, - $signature: 87 + $signature: 90 }; A.settingsUIReducer_closure9.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure7(action)); }, - $signature: 1860 + $signature: 1862 }; A.settingsUIReducer__closure7.prototype = { call$1(b) { @@ -432167,13 +432324,13 @@ b.get$_settings_state$_$this()._isChanged = false; return b; }, - $signature: 87 + $signature: 90 }; A.settingsUIReducer_closure10.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure6(action)); }, - $signature: 1861 + $signature: 1863 }; A.settingsUIReducer__closure6.prototype = { call$1(b) { @@ -432187,13 +432344,13 @@ b.get$_settings_state$_$this()._isChanged = false; return b; }, - $signature: 87 + $signature: 90 }; A.settingsUIReducer_closure11.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure5(action, state)); }, - $signature: 1862 + $signature: 1864 }; A.settingsUIReducer__closure5.prototype = { call$1(b) { @@ -432203,13 +432360,13 @@ b.get$_settings_state$_$this()._settings_state$_filterClearedAt = t1; return b; }, - $signature: 87 + $signature: 90 }; A.settingsUIReducer_closure12.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure4(state)); }, - $signature: 1863 + $signature: 1865 }; A.settingsUIReducer__closure4.prototype = { call$1(b) { @@ -432225,13 +432382,13 @@ b.get$_settings_state$_$this()._tabIndex = 0; return b; }, - $signature: 87 + $signature: 90 }; A.settingsUIReducer_closure13.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure3(action)); }, - $signature: 1864 + $signature: 1866 }; A.settingsUIReducer__closure3.prototype = { call$1(b) { @@ -432239,13 +432396,13 @@ b.get$_settings_state$_$this()._tabIndex = t1; return b; }, - $signature: 87 + $signature: 90 }; A.settingsUIReducer_closure14.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure2(action)); }, - $signature: 1865 + $signature: 1867 }; A.settingsUIReducer__closure2.prototype = { call$1(b) { @@ -432253,13 +432410,13 @@ b.get$_settings_state$_$this()._selectedTemplate = t1; return b; }, - $signature: 87 + $signature: 90 }; A.settingsUIReducer_closure15.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure1()); }, - $signature: 1866 + $signature: 1868 }; A.settingsUIReducer__closure1.prototype = { call$1(b) { @@ -432267,13 +432424,13 @@ b.get$_settings_state$_$this()._updatedAt = t1; return b; }, - $signature: 87 + $signature: 90 }; A.settingsUIReducer_closure16.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure0(state)); }, - $signature: 1867 + $signature: 1869 }; A.settingsUIReducer__closure0.prototype = { call$1(b) { @@ -432281,13 +432438,13 @@ b.get$_settings_state$_$this()._showNewSettings = !t1; return b; }, - $signature: 87 + $signature: 90 }; A.settingsUIReducer_closure17.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure(state)); }, - $signature: 1868 + $signature: 1870 }; A.settingsUIReducer__closure.prototype = { call$1(b) { @@ -432295,7 +432452,7 @@ b.get$_settings_state$_$this()._settings_state$_showPdfPreview = !t1; return b; }, - $signature: 87 + $signature: 90 }; A.SettingsUIState.prototype = { get$settings() { @@ -432858,7 +433015,7 @@ b.get$gatewayMap().addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(t1.gateways, new A.staticLoadedReducer__closure15(), new A.staticLoadedReducer__closure16(), t2, type$.legacy_GatewayEntity)); return b; }, - $signature: 1869 + $signature: 1871 }; A.staticLoadedReducer__closure.prototype = { call$1(item) { @@ -432870,7 +433027,7 @@ call$1(item) { return item; }, - $signature: 1870 + $signature: 1872 }; A.staticLoadedReducer__closure1.prototype = { call$1(item) { @@ -432882,7 +433039,7 @@ call$1(item) { return item; }, - $signature: 1871 + $signature: 1873 }; A.staticLoadedReducer__closure3.prototype = { call$1(item) { @@ -432894,7 +433051,7 @@ call$1(item) { return item; }, - $signature: 1872 + $signature: 1874 }; A.staticLoadedReducer__closure5.prototype = { call$1(item) { @@ -432906,7 +433063,7 @@ call$1(item) { return item; }, - $signature: 1873 + $signature: 1875 }; A.staticLoadedReducer__closure7.prototype = { call$1(item) { @@ -432918,7 +433075,7 @@ call$1(item) { return item; }, - $signature: 1874 + $signature: 1876 }; A.staticLoadedReducer__closure9.prototype = { call$1(item) { @@ -432930,7 +433087,7 @@ call$1(item) { return item; }, - $signature: 1875 + $signature: 1877 }; A.staticLoadedReducer__closure11.prototype = { call$1(item) { @@ -432942,7 +433099,7 @@ call$1(item) { return item; }, - $signature: 1876 + $signature: 1878 }; A.staticLoadedReducer__closure13.prototype = { call$1(item) { @@ -432954,7 +433111,7 @@ call$1(item) { return item; }, - $signature: 1877 + $signature: 1879 }; A.staticLoadedReducer__closure15.prototype = { call$1(item) { @@ -432966,13 +433123,13 @@ call$1(item) { return item; }, - $signature: 1878 + $signature: 1880 }; A.memoizedCountryList_closure.prototype = { call$1(countryMap) { return A.countryList(countryMap); }, - $signature: 1879 + $signature: 1881 }; A.countryList_closure.prototype = { call$2(idA, idB) { @@ -432985,7 +433142,7 @@ call$1(countryMap) { return A.countryIso2Map(countryMap); }, - $signature: 1880 + $signature: 1882 }; A.countryIso2Map_closure.prototype = { call$1(countryId) { @@ -432998,7 +433155,7 @@ call$1(groupMap) { return A.groupList(groupMap); }, - $signature: 1881 + $signature: 1883 }; A.groupList_closure.prototype = { call$1(groupId) { @@ -433018,7 +433175,7 @@ call$1(languageMap) { return A.languageList(languageMap); }, - $signature: 1882 + $signature: 1884 }; A.languageList_closure.prototype = { call$2(idA, idB) { @@ -433031,7 +433188,7 @@ call$1(currencyMap) { return A.currencyList(currencyMap); }, - $signature: 1883 + $signature: 1885 }; A.currencyList_closure.prototype = { call$2(idA, idB) { @@ -433044,7 +433201,7 @@ call$1(timezoneMap) { return A.timezoneList(timezoneMap); }, - $signature: 1884 + $signature: 1886 }; A.timezoneList_closure.prototype = { call$2(idA, idB) { @@ -433057,7 +433214,7 @@ call$1(dateFormatMap) { return A.dateFormatList(dateFormatMap); }, - $signature: 1885 + $signature: 1887 }; A.dateFormatList_closure.prototype = { call$2(idA, idB) { @@ -433070,7 +433227,7 @@ call$1(industryMap) { return A.industryList(industryMap); }, - $signature: 1886 + $signature: 1888 }; A.industryList_closure.prototype = { call$2(idA, idB) { @@ -433083,7 +433240,7 @@ call$1(sizeMap) { return A.sizeList(sizeMap); }, - $signature: 1887 + $signature: 1889 }; A.sizeList_closure.prototype = { call$2(idA, idB) { @@ -433096,7 +433253,7 @@ call$1(gatewayMap) { return A.gatewayList(gatewayMap); }, - $signature: 1888 + $signature: 1890 }; A.gatewayList_closure.prototype = { call$1(gatewayId) { @@ -433115,7 +433272,7 @@ call$1(paymentTypeMap) { return A.paymentTypeList(paymentTypeMap); }, - $signature: 1889 + $signature: 1891 }; A.paymentTypeList_closure.prototype = { call$2(idA, idB) { @@ -433128,7 +433285,7 @@ call$1(fontList) { return A.fontMap(fontList); }, - $signature: 1890 + $signature: 1892 }; A.fontMap_closure.prototype = { call$1(v) { @@ -433150,7 +433307,7 @@ A.BuiltValueNullFieldError_checkNotNull(t2, _s10_, "id"); return new A._$FontEntity(t1, t2); }, - $signature: 1891 + $signature: 1893 }; A.StaticState.prototype = { get$isStale() { @@ -433732,7 +433889,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].subscriptionState.map._map$_map.$index(0, id); }, - $signature: 563 + $signature: 564 }; A._archiveSubscription__closure0.prototype = { call$1(subscriptions) { @@ -433741,7 +433898,7 @@ t1[0].call$1(new A.ArchiveSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 564 + $signature: 565 }; A._archiveSubscription__closure1.prototype = { call$1(error) { @@ -433779,7 +433936,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].subscriptionState.map._map$_map.$index(0, id); }, - $signature: 563 + $signature: 564 }; A._deleteSubscription__closure0.prototype = { call$1(subscriptions) { @@ -433788,7 +433945,7 @@ t1[0].call$1(new A.DeleteSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 564 + $signature: 565 }; A._deleteSubscription__closure1.prototype = { call$1(error) { @@ -433826,7 +433983,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].subscriptionState.map._map$_map.$index(0, id); }, - $signature: 563 + $signature: 564 }; A._restoreSubscription__closure0.prototype = { call$1(subscriptions) { @@ -433835,7 +433992,7 @@ t1[0].call$1(new A.RestoreSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 564 + $signature: 565 }; A._restoreSubscription__closure1.prototype = { call$1(error) { @@ -433875,7 +434032,7 @@ } t1.completer.complete$1(0, subscription); }, - $signature: 425 + $signature: 410 }; A._saveSubscription__closure0.prototype = { call$1(error) { @@ -433911,7 +434068,7 @@ t1[0].call$1(new A.LoadSubscriptionSuccess(subscription)); this.action.completer.complete$1(0, null); }, - $signature: 425 + $signature: 410 }; A._loadSubscription__closure0.prototype = { call$1(error) { @@ -433949,7 +434106,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1895 + $signature: 1897 }; A._loadSubscriptions__closure0.prototype = { call$1(error) { @@ -433984,152 +434141,152 @@ b.get$_subscription_state$_$this()._subscription_state$_tabIndex = t3; return b; }, - $signature: 1896 + $signature: 1898 }; A.forceSelectedReducer_closure143.prototype = { call$2(completer, action) { return true; }, - $signature: 1897 + $signature: 1899 }; A.forceSelectedReducer_closure144.prototype = { call$2(completer, action) { return false; }, - $signature: 1898 + $signature: 1900 }; A.forceSelectedReducer_closure145.prototype = { call$2(completer, action) { return false; }, - $signature: 1899 + $signature: 1901 }; A.forceSelectedReducer_closure146.prototype = { call$2(completer, action) { return false; }, - $signature: 1900 + $signature: 1902 }; A.forceSelectedReducer_closure147.prototype = { call$2(completer, action) { return false; }, - $signature: 1901 + $signature: 1903 }; A.forceSelectedReducer_closure148.prototype = { call$2(completer, action) { return false; }, - $signature: 1902 + $signature: 1904 }; A.forceSelectedReducer_closure149.prototype = { call$2(completer, action) { return false; }, - $signature: 1903 + $signature: 1905 }; A.forceSelectedReducer_closure150.prototype = { call$2(completer, action) { return false; }, - $signature: 1904 + $signature: 1906 }; A.tabIndexReducer_closure15.prototype = { call$2(completer, action) { return action.get$tabIndex(action); }, - $signature: 1905 + $signature: 1907 }; A.tabIndexReducer_closure16.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 99 }; A.selectedIdReducer_closure287.prototype = { call$2(completer, action) { return ""; }, - $signature: 1906 + $signature: 1908 }; A.selectedIdReducer_closure288.prototype = { call$2(completer, action) { return ""; }, - $signature: 1907 + $signature: 1909 }; A.selectedIdReducer_closure289.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_subscription ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure290.prototype = { call$2(selectedId, action) { return action.get$subscriptionId(); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure291.prototype = { call$2(selectedId, action) { var t1 = action.get$subscription(); return t1.get$id(t1); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure292.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure293.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure294.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1908 + $signature: 1910 }; A.selectedIdReducer_closure295.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1909 + $signature: 1911 }; A.selectedIdReducer_closure296.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1910 + $signature: 1912 }; A.selectedIdReducer_closure297.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1911 + $signature: 1913 }; A.selectedIdReducer_closure298.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1912 + $signature: 1914 }; A.selectedIdReducer_closure299.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1913 + $signature: 1915 }; A.selectedIdReducer_closure300.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1914 + $signature: 1916 }; A.selectedIdReducer_closure301.prototype = { call$2(selectedId, action) { @@ -434142,44 +434299,44 @@ } return t1; }, - $signature: 83 + $signature: 81 }; A.editingReducer_closure95.prototype = { call$2(subscriptions, action) { return J.$index$asx(action.subscriptions, 0); }, - $signature: 1915 + $signature: 1917 }; A.editingReducer_closure96.prototype = { call$2(subscriptions, action) { return J.$index$asx(action.subscriptions, 0); }, - $signature: 1916 + $signature: 1918 }; A.editingReducer_closure97.prototype = { call$2(subscriptions, action) { return J.$index$asx(action.subscriptions, 0); }, - $signature: 1917 + $signature: 1919 }; A.editingReducer_closure98.prototype = { call$2(subscription, action) { return action.subscription.rebuild$1(new A.editingReducer__closure36()); }, - $signature: 1918 + $signature: 1920 }; A.editingReducer__closure36.prototype = { call$1(b) { b.get$_subscription_model$_$this()._subscription_model$_isChanged = true; return b; }, - $signature: 65 + $signature: 68 }; A.subscriptionListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.subscriptionListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.subscriptionListReducer__closure.prototype = { call$1(b) { @@ -434325,7 +434482,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 567 + $signature: 568 }; A._deleteSubscriptionSuccess_closure.prototype = { call$1(b) { @@ -434347,7 +434504,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 567 + $signature: 568 }; A._restoreSubscriptionSuccess_closure.prototype = { call$1(b) { @@ -434369,7 +434526,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 567 + $signature: 568 }; A._addSubscription_closure.prototype = { call$1(b) { @@ -434382,7 +434539,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 393 + $signature: 411 }; A._updateSubscription_closure.prototype = { call$1(b) { @@ -434391,7 +434548,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 393 + $signature: 411 }; A._setLoadedSubscription_closure.prototype = { call$1(b) { @@ -434400,13 +434557,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 393 + $signature: 411 }; A.memoizedFilteredSubscriptionList_closure.prototype = { call$4(selectionState, subscriptionMap, subscriptionList, subscriptionListState) { return A.filteredSubscriptionsSelector(selectionState, subscriptionMap, subscriptionList, subscriptionListState); }, - $signature: 1922 + $signature: 1924 }; A.filteredSubscriptionsSelector_closure.prototype = { call$1(subscriptionId) { @@ -434452,7 +434609,7 @@ call$1(item) { return item; }, - $signature: 1923 + $signature: 1925 }; A.SubscriptionState_loadSubscriptions_closure.prototype = { call$1(b) { @@ -434467,7 +434624,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 393 + $signature: 411 }; A.SubscriptionUIState.prototype = { get$isCreatingNew() { @@ -435006,7 +435163,7 @@ t1.lastClientId = clientId; } }, - $signature: 150 + $signature: 154 }; A.handleTaskAction_closure1.prototype = { call$2(taskA, taskB) { @@ -435024,7 +435181,7 @@ taskBDate = taskBTimes.length === 0 ? A.convertTimestampToDate(taskB.createdAt) : B.JSArray_methods.get$first(taskBTimes).startDate; return B.JSInt_methods.compareTo$1(taskADate._value, taskBDate._value); }, - $signature: 652 + $signature: 651 }; A.handleTaskAction_closure2.prototype = { call$1(entity) { @@ -435039,7 +435196,7 @@ t1 = false; return t1; }, - $signature: 184 + $signature: 180 }; A.handleTaskAction_closure3.prototype = { call$1(task) { @@ -435058,7 +435215,7 @@ _this.items.push(A.convertTaskToInvoiceItem(_this.context, t1, task)); _this._box_0.lastTask = task; }, - $signature: 150 + $signature: 154 }; A.handleTaskAction_closure4.prototype = { call$1(b) { @@ -435185,7 +435342,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.map._map$_map.$index(0, id); }, - $signature: 198 + $signature: 224 }; A._archiveTask__closure0.prototype = { call$1(tasks) { @@ -435194,7 +435351,7 @@ t1[0].call$1(new A.ArchiveTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 327 + $signature: 328 }; A._archiveTask__closure1.prototype = { call$1(error) { @@ -435232,7 +435389,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.map._map$_map.$index(0, id); }, - $signature: 198 + $signature: 224 }; A._startTask__closure0.prototype = { call$1(tasks) { @@ -435241,7 +435398,7 @@ t1[0].call$1(new A.StartTasksSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 327 + $signature: 328 }; A._startTask__closure1.prototype = { call$1(error) { @@ -435279,7 +435436,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.map._map$_map.$index(0, id); }, - $signature: 198 + $signature: 224 }; A._stopTask__closure0.prototype = { call$1(tasks) { @@ -435288,7 +435445,7 @@ t1[0].call$1(new A.StopTasksSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 327 + $signature: 328 }; A._stopTask__closure1.prototype = { call$1(error) { @@ -435326,7 +435483,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.map._map$_map.$index(0, id); }, - $signature: 198 + $signature: 224 }; A._deleteTask__closure0.prototype = { call$1(tasks) { @@ -435335,7 +435492,7 @@ t1[0].call$1(new A.DeleteTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 327 + $signature: 328 }; A._deleteTask__closure1.prototype = { call$1(error) { @@ -435373,7 +435530,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.map._map$_map.$index(0, id); }, - $signature: 198 + $signature: 224 }; A._restoreTask__closure0.prototype = { call$1(tasks) { @@ -435382,7 +435539,7 @@ t1[0].call$1(new A.RestoreTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 327 + $signature: 328 }; A._restoreTask__closure1.prototype = { call$1(error) { @@ -435422,7 +435579,7 @@ } t1.completer.complete$1(0, task); }, - $signature: 248 + $signature: 256 }; A._saveTask__closure0.prototype = { call$1(error) { @@ -435460,7 +435617,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 248 + $signature: 256 }; A._loadTask__closure0.prototype = { call$1(error) { @@ -435503,7 +435660,7 @@ } else t1[0].call$1(new A.LoadVendors(null, 1)); }, - $signature: 1926 + $signature: 1928 }; A._loadTasks__closure0.prototype = { call$1(error) { @@ -435548,7 +435705,7 @@ t1[0].call$1(new A.SaveTaskSuccess(task)); this.action.completer.complete$1(0, null); }, - $signature: 248 + $signature: 256 }; A._saveDocument__closure16.prototype = { call$1(error) { @@ -435582,7 +435739,7 @@ t2[0].call$1(new A.SortTasksSuccess(t1.statusIds, t1.taskIds)); t1.completer.complete$1(0, null); }, - $signature: 19 + $signature: 20 }; A._sortTasks__closure0.prototype = { call$1(error) { @@ -435619,225 +435776,225 @@ b.get$_task_state$_$this()._kanbanLastUpdated = t3; return b; }, - $signature: 1927 + $signature: 1929 }; A.forceSelectedReducer_closure23.prototype = { call$2(completer, action) { return true; }, - $signature: 1928 + $signature: 1930 }; A.forceSelectedReducer_closure24.prototype = { call$2(completer, action) { return false; }, - $signature: 1929 + $signature: 1931 }; A.forceSelectedReducer_closure25.prototype = { call$2(completer, action) { return false; }, - $signature: 1930 + $signature: 1932 }; A.forceSelectedReducer_closure26.prototype = { call$2(completer, action) { return false; }, - $signature: 1931 + $signature: 1933 }; A.forceSelectedReducer_closure27.prototype = { call$2(completer, action) { return false; }, - $signature: 1932 + $signature: 1934 }; A.forceSelectedReducer_closure28.prototype = { call$2(completer, action) { return false; }, - $signature: 1933 + $signature: 1935 }; A.forceSelectedReducer_closure29.prototype = { call$2(completer, action) { return false; }, - $signature: 1934 + $signature: 1936 }; A.forceSelectedReducer_closure30.prototype = { call$2(completer, action) { return false; }, - $signature: 1935 + $signature: 1937 }; A.tabIndexReducer_closure5.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1936 + $signature: 1938 }; A.tabIndexReducer_closure6.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 99 }; A.kanbanLastUpdatedReducer_closure.prototype = { call$2(completer, action) { return Date.now(); }, - $signature: 1937 + $signature: 1939 }; A.editingTimeReducer_closure.prototype = { call$2(index, action) { return action.taskTimeIndex; }, - $signature: 1938 + $signature: 1940 }; A.editingTimeReducer_closure0.prototype = { call$2(index, action) { action.toString; return null; }, - $signature: 1939 + $signature: 1941 }; A.selectedIdReducer_closure50.prototype = { call$2(completer, action) { return ""; }, - $signature: 1940 + $signature: 1942 }; A.selectedIdReducer_closure51.prototype = { call$2(completer, action) { return ""; }, - $signature: 1941 + $signature: 1943 }; A.selectedIdReducer_closure52.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_task ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure53.prototype = { call$2(selectedId, action) { return action.taskId; }, - $signature: 1942 + $signature: 1944 }; A.selectedIdReducer_closure54.prototype = { call$2(selectedId, action) { return selectedId.length !== 0 || action.autoSelect ? action.task.id : ""; }, - $signature: 1943 + $signature: 1945 }; A.selectedIdReducer_closure55.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure56.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure57.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1944 + $signature: 1946 }; A.selectedIdReducer_closure58.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1945 + $signature: 1947 }; A.selectedIdReducer_closure59.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1946 + $signature: 1948 }; A.selectedIdReducer_closure60.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1947 + $signature: 1949 }; A.selectedIdReducer_closure61.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1948 + $signature: 1950 }; A.selectedIdReducer_closure62.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1949 + $signature: 1951 }; A.selectedIdReducer_closure63.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1950 + $signature: 1952 }; A.selectedIdReducer_closure64.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1951 + $signature: 1953 }; A.editingReducer_closure18.prototype = { call$2(tasks, action) { return J.$index$asx(action.tasks, 0); }, - $signature: 1952 + $signature: 1954 }; A.editingReducer_closure19.prototype = { call$2(tasks, action) { return J.$index$asx(action.tasks, 0); }, - $signature: 1953 + $signature: 1955 }; A.editingReducer_closure20.prototype = { call$2(tasks, action) { return J.$index$asx(action.tasks, 0); }, - $signature: 1954 + $signature: 1956 }; A.editingReducer_closure21.prototype = { call$2(tasks, action) { return J.$index$asx(action.tasks, 0); }, - $signature: 1955 + $signature: 1957 }; A.editingReducer_closure22.prototype = { call$2(tasks, action) { return J.$index$asx(action.tasks, 0); }, - $signature: 1956 + $signature: 1958 }; A.editingReducer_closure23.prototype = { call$2(task, action) { return action.task.rebuild$1(new A.editingReducer__closure8()); }, - $signature: 1957 + $signature: 1959 }; A.editingReducer__closure8.prototype = { call$1(b) { b.get$_task_model$_$this()._task_model$_isChanged = true; return b; }, - $signature: 64 + $signature: 69 }; A.taskListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.taskListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.taskListReducer__closure.prototype = { call$1(b) { @@ -436003,7 +436160,7 @@ call$1(each) { return each.id; }, - $signature: 1958 + $signature: 1960 }; A._purgeClientSuccess_closure17.prototype = { call$1(b) { @@ -436016,13 +436173,13 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure12(t1), true); return b; }, - $signature: 329 + $signature: 330 }; A._purgeClientSuccess__closure11.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 1960 + $signature: 1962 }; A._purgeClientSuccess__closure12.prototype = { call$1(p0) { @@ -436058,7 +436215,7 @@ } } }, - $signature: 247 + $signature: 244 }; A._sortTasksSuccess__closure.prototype = { call$1(b) { @@ -436068,7 +436225,7 @@ b.get$_task_model$_$this()._statusOrder = t1; return b; }, - $signature: 64 + $signature: 69 }; A._archiveTaskSuccess_closure.prototype = { call$1(b) { @@ -436090,7 +436247,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 247 + $signature: 244 }; A._startTaskSuccess_closure.prototype = { call$1(b) { @@ -436112,7 +436269,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 247 + $signature: 244 }; A._stopTaskSuccess_closure.prototype = { call$1(b) { @@ -436134,7 +436291,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 247 + $signature: 244 }; A._deleteTaskSuccess_closure.prototype = { call$1(b) { @@ -436156,7 +436313,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 247 + $signature: 244 }; A._restoreTaskSuccess_closure.prototype = { call$1(b) { @@ -436178,7 +436335,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 247 + $signature: 244 }; A._addTask_closure.prototype = { call$1(b) { @@ -436191,7 +436348,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 329 + $signature: 330 }; A._updateTask_closure.prototype = { call$1(b) { @@ -436200,7 +436357,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 329 + $signature: 330 }; A._setLoadedTask_closure.prototype = { call$1(b) { @@ -436209,13 +436366,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 329 + $signature: 330 }; A.convertTaskToInvoiceItem_closure.prototype = { call$1(time) { return time.startDate != null && time.endDate != null && time.isBillable; }, - $signature: 199 + $signature: 214 }; A.convertTaskToInvoiceItem_closure0.prototype = { call$1(time) { @@ -436260,7 +436417,7 @@ t2.notes = notes + (t3 + t4); } }, - $signature: 200 + $signature: 213 }; A.convertTaskToInvoiceItem_closure1.prototype = { call$2(a, b) { @@ -436294,13 +436451,13 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue4 = t3; return b; }, - $signature: 66 + $signature: 65 }; A.memoizedTaskList_closure.prototype = { call$5(taskMap, clientId, userMap, clientMap, projectMap) { return A.taskList(taskMap, clientId, userMap, clientMap, projectMap); }, - $signature: 1962 + $signature: 1964 }; A.taskList_closure.prototype = { call$1(taskId) { @@ -436459,7 +436616,7 @@ call$2(clientId, taskMap) { return A.taskStatsForClient(clientId, taskMap); }, - $signature: 371 + $signature: 417 }; A.taskStatsForClient_closure.prototype = { call$2(taskId, task) { @@ -436469,13 +436626,13 @@ else if (task.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 153 + $signature: 140 }; A.memoizedTaskStatsForProject_closure.prototype = { call$2(projectId, taskMap) { return A.taskStatsForProject(projectId, taskMap); }, - $signature: 371 + $signature: 417 }; A.taskStatsForProject_closure.prototype = { call$2(taskId, task) { @@ -436485,13 +436642,13 @@ else if (task.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 153 + $signature: 140 }; A.memoizedTaskStatsForUser_closure.prototype = { call$2(userId, taskMap) { return A.taskStatsForProject(userId, taskMap); }, - $signature: 371 + $signature: 417 }; A.TaskState.prototype = { $get$1(_, taskId) { @@ -436519,7 +436676,7 @@ call$1(item) { return item; }, - $signature: 1965 + $signature: 1967 }; A.TaskState_loadTasks_closure.prototype = { call$1(b) { @@ -436534,7 +436691,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 329 + $signature: 330 }; A.TaskUIState.prototype = { get$isCreatingNew() { @@ -437062,7 +437219,7 @@ b.get$_task_model$_$this()._task_model$_statusId = t1; return b; }, - $signature: 64 + $signature: 69 }; A._editTaskStatus_closure.prototype = { call$3(store, dynamicAction, next) { @@ -437167,7 +437324,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskStatusState.map._map$_map.$index(0, id); }, - $signature: 411 + $signature: 418 }; A._archiveTaskStatus__closure0.prototype = { call$1(taskStatuses) { @@ -437176,7 +437333,7 @@ t1[0].call$1(new A.ArchiveTaskStatusesSuccess(taskStatuses)); this.action.completer.complete$1(0, null); }, - $signature: 576 + $signature: 577 }; A._archiveTaskStatus__closure1.prototype = { call$1(error) { @@ -437214,7 +437371,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskStatusState.map._map$_map.$index(0, id); }, - $signature: 411 + $signature: 418 }; A._deleteTaskStatus__closure0.prototype = { call$1(taskStatuses) { @@ -437223,7 +437380,7 @@ t1[0].call$1(new A.DeleteTaskStatusesSuccess(taskStatuses)); this.action.completer.complete$1(0, null); }, - $signature: 576 + $signature: 577 }; A._deleteTaskStatus__closure1.prototype = { call$1(error) { @@ -437261,7 +437418,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskStatusState.map._map$_map.$index(0, id); }, - $signature: 411 + $signature: 418 }; A._restoreTaskStatus__closure0.prototype = { call$1(taskStatuses) { @@ -437270,7 +437427,7 @@ t1[0].call$1(new A.RestoreTaskStatusesSuccess(taskStatuses)); this.action.completer.complete$1(0, null); }, - $signature: 576 + $signature: 577 }; A._restoreTaskStatus__closure1.prototype = { call$1(error) { @@ -437314,7 +437471,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, taskStatus); }, - $signature: 297 + $signature: 287 }; A._saveTaskStatus__closure0.prototype = { call$1(error) { @@ -437350,7 +437507,7 @@ t1[0].call$1(new A.LoadTaskStatusSuccess(taskStatus)); this.action.completer.complete$1(0, null); }, - $signature: 297 + $signature: 287 }; A._loadTaskStatus__closure0.prototype = { call$1(error) { @@ -437388,7 +437545,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1969 + $signature: 1971 }; A._loadTaskStatuses__closure0.prototype = { call$1(error) { @@ -437421,139 +437578,139 @@ b.get$_task_status_state$_$this()._task_status_state$_forceSelected = t3; return b; }, - $signature: 1970 + $signature: 1972 }; A.forceSelectedReducer_closure135.prototype = { call$2(completer, action) { return true; }, - $signature: 1971 + $signature: 1973 }; A.forceSelectedReducer_closure136.prototype = { call$2(completer, action) { return false; }, - $signature: 1972 + $signature: 1974 }; A.forceSelectedReducer_closure137.prototype = { call$2(completer, action) { return false; }, - $signature: 1973 + $signature: 1975 }; A.forceSelectedReducer_closure138.prototype = { call$2(completer, action) { return false; }, - $signature: 1974 + $signature: 1976 }; A.forceSelectedReducer_closure139.prototype = { call$2(completer, action) { return false; }, - $signature: 1975 + $signature: 1977 }; A.forceSelectedReducer_closure140.prototype = { call$2(completer, action) { return false; }, - $signature: 1976 + $signature: 1978 }; A.forceSelectedReducer_closure141.prototype = { call$2(completer, action) { return false; }, - $signature: 1977 + $signature: 1979 }; A.forceSelectedReducer_closure142.prototype = { call$2(completer, action) { return false; }, - $signature: 1978 + $signature: 1980 }; A.selectedIdReducer_closure272.prototype = { call$2(completer, action) { return ""; }, - $signature: 1979 + $signature: 1981 }; A.selectedIdReducer_closure273.prototype = { call$2(completer, action) { return ""; }, - $signature: 1980 + $signature: 1982 }; A.selectedIdReducer_closure274.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_taskStatus ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure275.prototype = { call$2(selectedId, action) { return action.get$taskStatusId(); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure276.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$taskStatus()); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure277.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure278.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure279.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1981 + $signature: 1983 }; A.selectedIdReducer_closure280.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1982 + $signature: 1984 }; A.selectedIdReducer_closure281.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1983 + $signature: 1985 }; A.selectedIdReducer_closure282.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1984 + $signature: 1986 }; A.selectedIdReducer_closure283.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1985 + $signature: 1987 }; A.selectedIdReducer_closure284.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1986 + $signature: 1988 }; A.selectedIdReducer_closure285.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1987 + $signature: 1989 }; A.selectedIdReducer_closure286.prototype = { call$2(selectedId, action) { @@ -437566,44 +437723,44 @@ } return t1; }, - $signature: 83 + $signature: 81 }; A.editingReducer_closure91.prototype = { call$2(taskStatuses, action) { return J.$index$asx(action.taskStatuses, 0); }, - $signature: 1988 + $signature: 1990 }; A.editingReducer_closure92.prototype = { call$2(taskStatuses, action) { return J.$index$asx(action.taskStatuses, 0); }, - $signature: 1989 + $signature: 1991 }; A.editingReducer_closure93.prototype = { call$2(taskStatuses, action) { return J.$index$asx(action.taskStatuses, 0); }, - $signature: 1990 + $signature: 1992 }; A.editingReducer_closure94.prototype = { call$2(taskStatus, action) { return action.taskStatus.rebuild$1(new A.editingReducer__closure35()); }, - $signature: 1991 + $signature: 1993 }; A.editingReducer__closure35.prototype = { call$1(b) { b.get$_task_status_model$_$this()._task_status_model$_isChanged = true; return b; }, - $signature: 144 + $signature: 141 }; A.taskStatusListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.taskStatusListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.taskStatusListReducer__closure.prototype = { call$1(b) { @@ -437766,7 +437923,7 @@ t6.get$_safeMap().$indexSet(0, t5, t7); } }, - $signature: 390 + $signature: 421 }; A._sortTaskStatusSuccess__closure.prototype = { call$1(b) { @@ -437774,7 +437931,7 @@ b.get$_task_status_model$_$this()._task_status_model$_statusOrder = t1; return b; }, - $signature: 144 + $signature: 141 }; A._archiveTaskStatusSuccess_closure.prototype = { call$1(b) { @@ -437796,7 +437953,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 390 + $signature: 421 }; A._deleteTaskStatusSuccess_closure.prototype = { call$1(b) { @@ -437818,7 +437975,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 390 + $signature: 421 }; A._restoreTaskStatusSuccess_closure.prototype = { call$1(b) { @@ -437840,7 +437997,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 390 + $signature: 421 }; A._addTaskStatus_closure.prototype = { call$1(b) { @@ -437853,7 +438010,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 365 + $signature: 422 }; A._updateTaskStatus_closure.prototype = { call$1(b) { @@ -437862,7 +438019,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 365 + $signature: 422 }; A._setLoadedTaskStatus_closure.prototype = { call$1(b) { @@ -437871,13 +438028,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 365 + $signature: 422 }; A.memoizedSortedActiveTaskStatusIds_closure.prototype = { call$2(taskStatusList, taskStatusMap) { return A.sortedActiveTaskStatusIds(taskStatusList, taskStatusMap); }, - $signature: 1995 + $signature: 1997 }; A.sortedActiveTaskStatusIds_closure.prototype = { call$1(statusId) { @@ -437913,7 +438070,7 @@ call$4(taskStatusMap, taskStatusList, staticState, userMap) { return A.dropdownTaskStatusesSelector(taskStatusMap, taskStatusList, staticState, userMap); }, - $signature: 1996 + $signature: 1998 }; A.dropdownTaskStatusesSelector_closure.prototype = { call$1(taskStatusId) { @@ -437933,7 +438090,7 @@ call$4(selectionState, taskStatusMap, taskStatusList, taskStatusListState) { return A.filteredTaskStatusesSelector(selectionState, taskStatusMap, taskStatusList, taskStatusListState); }, - $signature: 1997 + $signature: 1999 }; A.filteredTaskStatusesSelector_closure.prototype = { call$1(taskStatusId) { @@ -437960,7 +438117,7 @@ call$2(taskStatusId, taskMap) { return A.calculateTaskStatusAmount(taskMap, taskStatusId); }, - $signature: 1998 + $signature: 2000 }; A.calculateTaskStatusAmount_closure.prototype = { call$2(taskId, task) { @@ -437970,13 +438127,13 @@ t1.total = t1.total + B.JSInt_methods._tdivFast$1(task.calculateDuration$0()._duration, 1000000); } }, - $signature: 153 + $signature: 140 }; A.memoizedTaskStatsForTaskStatus_closure.prototype = { call$2(companyGatewayId, taskMap) { return A.taskStatsForTaskStatus(companyGatewayId, taskMap); }, - $signature: 371 + $signature: 417 }; A.taskStatsForTaskStatus_closure.prototype = { call$2(taskId, task) { @@ -437986,7 +438143,7 @@ else if (task.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 153 + $signature: 140 }; A.defaultTaskStatusId_closure.prototype = { call$1(statusId) { @@ -438034,7 +438191,7 @@ call$1(item) { return item; }, - $signature: 1999 + $signature: 2001 }; A.TaskStatusState_loadTaskStatuses_closure.prototype = { call$1(b) { @@ -438049,7 +438206,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 365 + $signature: 422 }; A.TaskStatusUIState.prototype = { get$isCreatingNew() { @@ -438645,7 +438802,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taxRateState.map._map$_map.$index(0, id); }, - $signature: 265 + $signature: 273 }; A._archiveTaxRate__closure0.prototype = { call$1(taxRates) { @@ -438654,7 +438811,7 @@ t1[0].call$1(new A.ArchiveTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 582 + $signature: 583 }; A._archiveTaxRate__closure1.prototype = { call$1(error) { @@ -438692,7 +438849,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taxRateState.map._map$_map.$index(0, id); }, - $signature: 265 + $signature: 273 }; A._deleteTaxRate__closure0.prototype = { call$1(taxRates) { @@ -438701,7 +438858,7 @@ t1[0].call$1(new A.DeleteTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 582 + $signature: 583 }; A._deleteTaxRate__closure1.prototype = { call$1(error) { @@ -438739,7 +438896,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taxRateState.map._map$_map.$index(0, id); }, - $signature: 265 + $signature: 273 }; A._restoreTaxRate__closure0.prototype = { call$1(taxRates) { @@ -438748,7 +438905,7 @@ t1[0].call$1(new A.RestoreTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 582 + $signature: 583 }; A._restoreTaxRate__closure1.prototype = { call$1(error) { @@ -438788,7 +438945,7 @@ } t1.completer.complete$1(0, taxRate); }, - $signature: 152 + $signature: 153 }; A._saveTaxRate__closure0.prototype = { call$1(error) { @@ -438824,7 +438981,7 @@ t1[0].call$1(new A.LoadTaxRateSuccess(taxRate)); this.action.completer.complete$1(0, null); }, - $signature: 152 + $signature: 153 }; A._loadTaxRate__closure0.prototype = { call$1(error) { @@ -438862,7 +439019,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 2003 + $signature: 2005 }; A._loadTaxRates__closure0.prototype = { call$1(error) { @@ -438895,115 +439052,115 @@ b.get$_tax_rate_state$_$this()._tax_rate_state$_forceSelected = t3; return b; }, - $signature: 2004 + $signature: 2006 }; A.forceSelectedReducer_closure67.prototype = { call$2(completer, action) { return true; }, - $signature: 2005 + $signature: 2007 }; A.forceSelectedReducer_closure68.prototype = { call$2(completer, action) { return false; }, - $signature: 2006 + $signature: 2008 }; A.forceSelectedReducer_closure69.prototype = { call$2(completer, action) { return false; }, - $signature: 2007 + $signature: 2009 }; A.forceSelectedReducer_closure70.prototype = { call$2(completer, action) { return false; }, - $signature: 2008 + $signature: 2010 }; A.selectedIdReducer_closure135.prototype = { call$2(completer, action) { return ""; }, - $signature: 2009 + $signature: 2011 }; A.selectedIdReducer_closure136.prototype = { call$2(completer, action) { return ""; }, - $signature: 2010 + $signature: 2012 }; A.selectedIdReducer_closure137.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_taxRate ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure138.prototype = { call$2(selectedId, action) { return action.taxRateId; }, - $signature: 2011 + $signature: 2013 }; A.selectedIdReducer_closure139.prototype = { call$2(selectedId, action) { return action.taxRate.id; }, - $signature: 2012 + $signature: 2014 }; A.selectedIdReducer_closure140.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure141.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure142.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2013 + $signature: 2015 }; A.selectedIdReducer_closure143.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2014 + $signature: 2016 }; A.selectedIdReducer_closure144.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2015 + $signature: 2017 }; A.editingReducer_closure41.prototype = { call$2(taxRates, action) { return J.$index$asx(action.taxRates, 0); }, - $signature: 2016 + $signature: 2018 }; A.editingReducer_closure42.prototype = { call$2(taxRates, action) { return J.$index$asx(action.taxRates, 0); }, - $signature: 2017 + $signature: 2019 }; A.editingReducer_closure43.prototype = { call$2(taxRates, action) { return J.$index$asx(action.taxRates, 0); }, - $signature: 2018 + $signature: 2020 }; A.editingReducer_closure44.prototype = { call$2(taxRate, action) { return action.taxRate.rebuild$1(new A.editingReducer__closure14()); }, - $signature: 2019 + $signature: 2021 }; A.editingReducer__closure14.prototype = { call$1(b) { @@ -439016,7 +439173,7 @@ call$2(state, action) { return state.rebuild$1(new A.taxRateListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.taxRateListReducer__closure.prototype = { call$1(b) { @@ -439135,7 +439292,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 585 + $signature: 586 }; A._deleteTaxRateSuccess_closure.prototype = { call$1(b) { @@ -439157,7 +439314,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 585 + $signature: 586 }; A._restoreTaxRateSuccess_closure.prototype = { call$1(b) { @@ -439179,7 +439336,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 585 + $signature: 586 }; A._addTaxRate_closure.prototype = { call$1(b) { @@ -439192,7 +439349,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 212 + $signature: 229 }; A._updateTaxRate_closure.prototype = { call$1(b) { @@ -439201,7 +439358,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 212 + $signature: 229 }; A._setLoadedTaxRate_closure.prototype = { call$1(b) { @@ -439210,14 +439367,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 212 + $signature: 229 }; 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$.legacy_String, type$.legacy_TaxRateEntity)); return b; }, - $signature: 212 + $signature: 229 }; A._setLoadedTaxRates__closure.prototype = { call$1(item) { @@ -439229,7 +439386,7 @@ call$1(item) { return item; }, - $signature: 703 + $signature: 816 }; A._setLoadedTaxRates_closure0.prototype = { call$1(b) { @@ -439238,14 +439395,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 212 + $signature: 229 }; 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$.legacy_String, type$.legacy_TaxRateEntity)); return b; }, - $signature: 212 + $signature: 229 }; A._setLoadedCompany__closure3.prototype = { call$1(item) { @@ -439257,7 +439414,7 @@ call$1(item) { return item; }, - $signature: 703 + $signature: 816 }; A._setLoadedCompany_closure4.prototype = { call$1(b) { @@ -439266,13 +439423,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 212 + $signature: 229 }; A.memoizedFilteredTaxRateList_closure.prototype = { call$4(selectionState, taxRateMap, taxRateList, taxRateListState) { return A.filteredTaxRatesSelector(selectionState, taxRateMap, taxRateList, taxRateListState); }, - $signature: 2024 + $signature: 2026 }; A.filteredTaxRatesSelector_closure.prototype = { call$1(taxRateId) { @@ -439929,7 +440086,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].tokenState.map._map$_map.$index(0, id); }, - $signature: 588 + $signature: 589 }; A._archiveToken__closure0.prototype = { call$1(tokens) { @@ -439938,7 +440095,7 @@ t1[0].call$1(new A.ArchiveTokensSuccess(tokens)); this.action.completer.complete$1(0, null); }, - $signature: 503 + $signature: 459 }; A._archiveToken__closure1.prototype = { call$1(error) { @@ -439976,7 +440133,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].tokenState.map._map$_map.$index(0, id); }, - $signature: 588 + $signature: 589 }; A._deleteToken__closure0.prototype = { call$1(tokens) { @@ -439985,7 +440142,7 @@ t1[0].call$1(new A.DeleteTokensSuccess(tokens)); this.action.completer.complete$1(0, null); }, - $signature: 503 + $signature: 459 }; A._deleteToken__closure1.prototype = { call$1(error) { @@ -440023,7 +440180,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].tokenState.map._map$_map.$index(0, id); }, - $signature: 588 + $signature: 589 }; A._restoreToken__closure0.prototype = { call$1(tokens) { @@ -440032,7 +440189,7 @@ t1[0].call$1(new A.RestoreTokensSuccess(tokens)); this.action.completer.complete$1(0, null); }, - $signature: 503 + $signature: 459 }; A._restoreToken__closure1.prototype = { call$1(error) { @@ -440072,7 +440229,7 @@ } t1.completer.complete$1(0, token); }, - $signature: 395 + $signature: 391 }; A._saveToken__closure0.prototype = { call$1(error) { @@ -440110,7 +440267,7 @@ t1[0].call$1(new A.LoadTokenSuccess(token)); this.action.completer.complete$1(0, null); }, - $signature: 395 + $signature: 391 }; A._loadToken__closure0.prototype = { call$1(error) { @@ -440148,7 +440305,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 2028 + $signature: 2030 }; A._loadTokens__closure0.prototype = { call$1(error) { @@ -440181,139 +440338,139 @@ b.get$_token_state$_$this()._token_state$_forceSelected = t3; return b; }, - $signature: 2029 + $signature: 2031 }; A.forceSelectedReducer_closure103.prototype = { call$2(completer, action) { return true; }, - $signature: 2030 + $signature: 2032 }; A.forceSelectedReducer_closure104.prototype = { call$2(completer, action) { return false; }, - $signature: 2031 + $signature: 2033 }; A.forceSelectedReducer_closure105.prototype = { call$2(completer, action) { return false; }, - $signature: 2032 + $signature: 2034 }; A.forceSelectedReducer_closure106.prototype = { call$2(completer, action) { return false; }, - $signature: 2033 + $signature: 2035 }; A.forceSelectedReducer_closure107.prototype = { call$2(completer, action) { return false; }, - $signature: 2034 + $signature: 2036 }; A.forceSelectedReducer_closure108.prototype = { call$2(completer, action) { return false; }, - $signature: 2035 + $signature: 2037 }; A.forceSelectedReducer_closure109.prototype = { call$2(completer, action) { return false; }, - $signature: 2036 + $signature: 2038 }; A.forceSelectedReducer_closure110.prototype = { call$2(completer, action) { return false; }, - $signature: 2037 + $signature: 2039 }; A.selectedIdReducer_closure208.prototype = { call$2(completer, action) { return ""; }, - $signature: 2038 + $signature: 2040 }; A.selectedIdReducer_closure209.prototype = { call$2(completer, action) { return ""; }, - $signature: 2039 + $signature: 2041 }; A.selectedIdReducer_closure210.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_token ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure211.prototype = { call$2(selectedId, action) { return action.get$tokenId(); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure212.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$token()); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure213.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure214.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure215.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2040 + $signature: 2042 }; A.selectedIdReducer_closure216.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2041 + $signature: 2043 }; A.selectedIdReducer_closure217.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2042 + $signature: 2044 }; A.selectedIdReducer_closure218.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2043 + $signature: 2045 }; A.selectedIdReducer_closure219.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2044 + $signature: 2046 }; A.selectedIdReducer_closure220.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2045 + $signature: 2047 }; A.selectedIdReducer_closure221.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2046 + $signature: 2048 }; A.selectedIdReducer_closure222.prototype = { call$2(selectedId, action) { @@ -440326,44 +440483,44 @@ } return t1; }, - $signature: 83 + $signature: 81 }; A.editingReducer_closure68.prototype = { call$2(tokens, action) { return J.$index$asx(action.tokens, 0); }, - $signature: 2047 + $signature: 2049 }; A.editingReducer_closure69.prototype = { call$2(tokens, action) { return J.$index$asx(action.tokens, 0); }, - $signature: 2048 + $signature: 2050 }; A.editingReducer_closure70.prototype = { call$2(tokens, action) { return J.$index$asx(action.tokens, 0); }, - $signature: 2049 + $signature: 2051 }; A.editingReducer_closure71.prototype = { call$2(token, action) { return action.token.rebuild$1(new A.editingReducer__closure25()); }, - $signature: 2050 + $signature: 2052 }; A.editingReducer__closure25.prototype = { call$1(b) { b.get$_token_model$_$this()._token_model$_isChanged = true; return b; }, - $signature: 815 + $signature: 704 }; A.tokenListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.tokenListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.tokenListReducer__closure.prototype = { call$1(b) { @@ -440520,7 +440677,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 521 + $signature: 585 }; A._deleteTokenSuccess_closure.prototype = { call$1(b) { @@ -440542,7 +440699,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 521 + $signature: 585 }; A._restoreTokenSuccess_closure.prototype = { call$1(b) { @@ -440564,7 +440721,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 521 + $signature: 585 }; A._addToken_closure.prototype = { call$1(b) { @@ -440577,7 +440734,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 389 + $signature: 416 }; A._updateToken_closure.prototype = { call$1(b) { @@ -440586,7 +440743,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 389 + $signature: 416 }; A._setLoadedToken_closure.prototype = { call$1(b) { @@ -440595,13 +440752,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 389 + $signature: 416 }; A.memoizedFilteredTokenList_closure.prototype = { call$4(selectionState, tokenMap, tokenList, tokenListState) { return A.filteredTokensSelector(selectionState, tokenMap, tokenList, tokenListState); }, - $signature: 2054 + $signature: 2056 }; A.filteredTokensSelector_closure.prototype = { call$1(tokenId) { @@ -440666,7 +440823,7 @@ call$1(item) { return item; }, - $signature: 2055 + $signature: 2057 }; A.TokenState_loadTokens_closure.prototype = { call$1(b) { @@ -440681,7 +440838,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 389 + $signature: 416 }; A.TokenUIState.prototype = { get$isCreatingNew() { @@ -441326,7 +441483,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].transactionState.map._map$_map.$index(0, id); }, - $signature: 584 + $signature: 552 }; A._archiveTransaction__closure0.prototype = { call$1(transactions) { @@ -441335,7 +441492,7 @@ t1[0].call$1(new A.ArchiveTransactionsSuccess(transactions)); this.action.completer.complete$1(0, null); }, - $signature: 374 + $signature: 403 }; A._archiveTransaction__closure1.prototype = { call$1(error) { @@ -441373,7 +441530,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].transactionState.map._map$_map.$index(0, id); }, - $signature: 584 + $signature: 552 }; A._deleteTransaction__closure0.prototype = { call$1(transactions) { @@ -441382,7 +441539,7 @@ t1[0].call$1(new A.DeleteTransactionsSuccess(transactions)); this.action.completer.complete$1(0, null); }, - $signature: 374 + $signature: 403 }; A._deleteTransaction__closure1.prototype = { call$1(error) { @@ -441420,7 +441577,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].transactionState.map._map$_map.$index(0, id); }, - $signature: 584 + $signature: 552 }; A._restoreTransaction__closure0.prototype = { call$1(transactions) { @@ -441429,7 +441586,7 @@ t1[0].call$1(new A.RestoreTransactionsSuccess(transactions)); this.action.completer.complete$1(0, null); }, - $signature: 374 + $signature: 403 }; A._restoreTransaction__closure1.prototype = { call$1(error) { @@ -441464,7 +441621,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 374 + $signature: 403 }; A._convertTransactions__closure0.prototype = { call$1(error) { @@ -441498,7 +441655,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 224 + $signature: 221 }; A._convertToPayment__closure0.prototype = { call$1(error) { @@ -441532,7 +441689,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 596 + $signature: 598 }; A._convertToExpense__closure0.prototype = { call$1(error) { @@ -441566,7 +441723,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 224 + $signature: 221 }; A._linkToPayment__closure0.prototype = { call$1(error) { @@ -441600,7 +441757,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 224 + $signature: 221 }; A._linkToExpense__closure0.prototype = { call$1(error) { @@ -441644,7 +441801,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, transaction); }, - $signature: 224 + $signature: 221 }; A._saveTransaction__closure0.prototype = { call$1(error) { @@ -441680,7 +441837,7 @@ t1[0].call$1(new A.LoadTransactionSuccess(transaction)); this.action.completer.complete$1(0, null); }, - $signature: 224 + $signature: 221 }; A._loadTransaction__closure0.prototype = { call$1(error) { @@ -441721,7 +441878,7 @@ } else t1[0].call$1(new A.PersistData()); }, - $signature: 596 + $signature: 598 }; A._loadTransactions__closure0.prototype = { call$1(error) { @@ -441753,157 +441910,157 @@ b.get$_transaction_state$_$this()._transaction_state$_tabIndex = t3; return b; }, - $signature: 2060 + $signature: 2062 }; A.forceSelectedReducer_closure175.prototype = { call$2(completer, action) { return true; }, - $signature: 2061 + $signature: 2063 }; A.forceSelectedReducer_closure176.prototype = { call$2(completer, action) { return false; }, - $signature: 2062 + $signature: 2064 }; A.forceSelectedReducer_closure177.prototype = { call$2(completer, action) { return false; }, - $signature: 2063 + $signature: 2065 }; A.forceSelectedReducer_closure178.prototype = { call$2(completer, action) { return false; }, - $signature: 2064 + $signature: 2066 }; A.forceSelectedReducer_closure179.prototype = { call$2(completer, action) { return false; }, - $signature: 2065 + $signature: 2067 }; A.forceSelectedReducer_closure180.prototype = { call$2(completer, action) { return false; }, - $signature: 2066 + $signature: 2068 }; A.forceSelectedReducer_closure181.prototype = { call$2(completer, action) { return false; }, - $signature: 2067 + $signature: 2069 }; A.forceSelectedReducer_closure182.prototype = { call$2(completer, action) { return false; }, - $signature: 2068 + $signature: 2070 }; A.tabIndexReducer_closure23.prototype = { call$2(completer, action) { return action.get$tabIndex(action); }, - $signature: 2069 + $signature: 2071 }; A.tabIndexReducer_closure24.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 99 }; A.selectedIdReducer_closure351.prototype = { call$2(completer, action) { return ""; }, - $signature: 2070 + $signature: 2072 }; A.selectedIdReducer_closure352.prototype = { call$2(completer, action) { return ""; }, - $signature: 2071 + $signature: 2073 }; A.selectedIdReducer_closure353.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_transaction ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure354.prototype = { call$2(selectedId, action) { return action.get$transactionId(); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure355.prototype = { call$2(selectedId, action) { return J.get$id$x(J.get$transaction$x(action)); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure356.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure357.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure358.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2072 + $signature: 2074 }; A.selectedIdReducer_closure359.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2073 + $signature: 2075 }; A.selectedIdReducer_closure360.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2074 + $signature: 2076 }; A.selectedIdReducer_closure361.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2075 + $signature: 2077 }; A.selectedIdReducer_closure362.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2076 + $signature: 2078 }; A.selectedIdReducer_closure363.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2077 + $signature: 2079 }; A.selectedIdReducer_closure364.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2078 + $signature: 2080 }; A.selectedIdReducer_closure365.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2079 + $signature: 2081 }; A.selectedIdReducer_closure366.prototype = { call$2(selectedId, action) { @@ -441916,31 +442073,31 @@ } return t1; }, - $signature: 83 + $signature: 81 }; A.editingReducer_closure118.prototype = { call$2(transactions, action) { return J.$index$asx(action.transactions, 0); }, - $signature: 2080 + $signature: 2082 }; A.editingReducer_closure119.prototype = { call$2(transactions, action) { return J.$index$asx(action.transactions, 0); }, - $signature: 2081 + $signature: 2083 }; A.editingReducer_closure120.prototype = { call$2(transactions, action) { return J.$index$asx(action.transactions, 0); }, - $signature: 2082 + $signature: 2084 }; A.editingReducer_closure121.prototype = { call$2(transaction, action) { return action.transaction.rebuild$1(new A.editingReducer__closure46()); }, - $signature: 2083 + $signature: 2085 }; A.editingReducer__closure46.prototype = { call$1(b) { @@ -441953,7 +442110,7 @@ call$2(state, action) { return state.rebuild$1(new A.transactionListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.transactionListReducer__closure.prototype = { call$1(b) { @@ -442129,7 +442286,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 550 + $signature: 549 }; A._deleteTransactionSuccess_closure.prototype = { call$1(b) { @@ -442151,7 +442308,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 550 + $signature: 549 }; A._restoreTransactionSuccess_closure.prototype = { call$1(b) { @@ -442173,7 +442330,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 550 + $signature: 549 }; A._addTransaction_closure.prototype = { call$1(b) { @@ -442186,7 +442343,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 223 + $signature: 226 }; A._updateTransaction_closure.prototype = { call$1(b) { @@ -442195,7 +442352,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 223 + $signature: 226 }; A._convertTransactionToPayment_closure.prototype = { call$1(b) { @@ -442204,7 +442361,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 223 + $signature: 226 }; A._linkTransactionToPayment_closure.prototype = { call$1(b) { @@ -442213,7 +442370,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 223 + $signature: 226 }; A._linkTransactionToExpense_closure.prototype = { call$1(b) { @@ -442222,7 +442379,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 223 + $signature: 226 }; A._setLoadedTransaction_closure.prototype = { call$1(b) { @@ -442231,13 +442388,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 223 + $signature: 226 }; 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: 2086 + $signature: 2088 }; A.filteredTransactionsSelector_closure.prototype = { call$1(transactionId) { @@ -442284,7 +442441,7 @@ call$2(bankAccountId, transactionMap) { return A.transactionStatsForBankAccount(bankAccountId, transactionMap); }, - $signature: 384 + $signature: 370 }; A.transactionStatsForBankAccount_closure.prototype = { call$2(transactionId, transaction) { @@ -442294,7 +442451,7 @@ else if (transaction.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 383 + $signature: 371 }; A.TransactionState.prototype = { $get$1(_, transactionId) { @@ -442321,7 +442478,7 @@ call$1(item) { return item; }, - $signature: 2087 + $signature: 2089 }; A.TransactionState_loadTransactions_closure.prototype = { call$1(b) { @@ -442336,7 +442493,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 223 + $signature: 226 }; A.TransactionUIState.prototype = { get$isCreatingNew() { @@ -442958,7 +443115,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].transactionRuleState.map._map$_map.$index(0, id); }, - $signature: 548 + $signature: 541 }; A._archiveTransactionRule__closure0.prototype = { call$1(transactionRules) { @@ -442967,7 +443124,7 @@ t1[0].call$1(new A.ArchiveTransactionRulesSuccess(transactionRules)); this.action.completer.complete$1(0, null); }, - $signature: 541 + $signature: 540 }; A._archiveTransactionRule__closure1.prototype = { call$1(error) { @@ -443005,7 +443162,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].transactionRuleState.map._map$_map.$index(0, id); }, - $signature: 548 + $signature: 541 }; A._deleteTransactionRule__closure0.prototype = { call$1(transactionRules) { @@ -443014,7 +443171,7 @@ t1[0].call$1(new A.DeleteTransactionRulesSuccess(transactionRules)); this.action.completer.complete$1(0, null); }, - $signature: 541 + $signature: 540 }; A._deleteTransactionRule__closure1.prototype = { call$1(error) { @@ -443052,7 +443209,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].transactionRuleState.map._map$_map.$index(0, id); }, - $signature: 548 + $signature: 541 }; A._restoreTransactionRule__closure0.prototype = { call$1(transactionRules) { @@ -443061,7 +443218,7 @@ t1[0].call$1(new A.RestoreTransactionRulesSuccess(transactionRules)); this.action.completer.complete$1(0, null); }, - $signature: 541 + $signature: 540 }; A._restoreTransactionRule__closure1.prototype = { call$1(error) { @@ -443101,7 +443258,7 @@ } t1.completer.complete$1(0, transactionRule); }, - $signature: 414 + $signature: 396 }; A._saveTransactionRule__closure0.prototype = { call$1(error) { @@ -443137,7 +443294,7 @@ t1[0].call$1(new A.LoadTransactionRuleSuccess(transactionRule)); this.action.completer.complete$1(0, null); }, - $signature: 414 + $signature: 396 }; A._loadTransactionRule__closure0.prototype = { call$1(error) { @@ -443175,7 +443332,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 2091 + $signature: 2093 }; A._loadTransactionRules__closure0.prototype = { call$1(error) { @@ -443210,151 +443367,151 @@ b.get$_transaction_rule_state$_$this()._transaction_rule_state$_tabIndex = t3; return b; }, - $signature: 2092 + $signature: 2094 }; A.forceSelectedReducer_closure183.prototype = { call$2(completer, action) { return true; }, - $signature: 2093 + $signature: 2095 }; A.forceSelectedReducer_closure184.prototype = { call$2(completer, action) { return false; }, - $signature: 2094 + $signature: 2096 }; A.forceSelectedReducer_closure185.prototype = { call$2(completer, action) { return false; }, - $signature: 2095 + $signature: 2097 }; A.forceSelectedReducer_closure186.prototype = { call$2(completer, action) { return false; }, - $signature: 2096 + $signature: 2098 }; A.forceSelectedReducer_closure187.prototype = { call$2(completer, action) { return false; }, - $signature: 2097 + $signature: 2099 }; A.forceSelectedReducer_closure188.prototype = { call$2(completer, action) { return false; }, - $signature: 2098 + $signature: 2100 }; A.forceSelectedReducer_closure189.prototype = { call$2(completer, action) { return false; }, - $signature: 2099 + $signature: 2101 }; A.forceSelectedReducer_closure190.prototype = { call$2(completer, action) { return false; }, - $signature: 2100 + $signature: 2102 }; A.tabIndexReducer_closure25.prototype = { call$2(completer, action) { return action.get$tabIndex(action); }, - $signature: 2101 + $signature: 2103 }; A.tabIndexReducer_closure26.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 99 }; A.selectedIdReducer_closure367.prototype = { call$2(completer, action) { return ""; }, - $signature: 2102 + $signature: 2104 }; A.selectedIdReducer_closure368.prototype = { call$2(completer, action) { return ""; }, - $signature: 2103 + $signature: 2105 }; A.selectedIdReducer_closure369.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_transactionRule ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure370.prototype = { call$2(selectedId, action) { return action.get$transactionRuleId(); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure371.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$transactionRule()); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure372.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure373.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure374.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2104 + $signature: 2106 }; A.selectedIdReducer_closure375.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2105 + $signature: 2107 }; A.selectedIdReducer_closure376.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2106 + $signature: 2108 }; A.selectedIdReducer_closure377.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2107 + $signature: 2109 }; A.selectedIdReducer_closure378.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2108 + $signature: 2110 }; A.selectedIdReducer_closure379.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2109 + $signature: 2111 }; A.selectedIdReducer_closure380.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2110 + $signature: 2112 }; A.selectedIdReducer_closure381.prototype = { call$2(selectedId, action) { @@ -443367,44 +443524,44 @@ } return t1; }, - $signature: 83 + $signature: 81 }; A.editingReducer_closure122.prototype = { call$2(transactionRules, action) { return J.$index$asx(action.transactionRules, 0); }, - $signature: 2111 + $signature: 2113 }; A.editingReducer_closure123.prototype = { call$2(transactionRules, action) { return J.$index$asx(action.transactionRules, 0); }, - $signature: 2112 + $signature: 2114 }; A.editingReducer_closure124.prototype = { call$2(transactionRules, action) { return J.$index$asx(action.transactionRules, 0); }, - $signature: 2113 + $signature: 2115 }; A.editingReducer_closure125.prototype = { call$2(transactionRule, action) { return action.transactionRule.rebuild$1(new A.editingReducer__closure47()); }, - $signature: 2114 + $signature: 2116 }; A.editingReducer__closure47.prototype = { call$1(b) { b.get$_transaction_rule_model$_$this()._transaction_rule_model$_isChanged = true; return b; }, - $signature: 172 + $signature: 160 }; A.transactionRuleListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.transactionRuleListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.transactionRuleListReducer__closure.prototype = { call$1(b) { @@ -443561,7 +443718,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 538 + $signature: 535 }; A._deleteTransactionRuleSuccess_closure.prototype = { call$1(b) { @@ -443583,7 +443740,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 538 + $signature: 535 }; A._restoreTransactionRuleSuccess_closure.prototype = { call$1(b) { @@ -443605,7 +443762,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 538 + $signature: 535 }; A._addTransactionRule_closure.prototype = { call$1(b) { @@ -443618,7 +443775,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 416 + $signature: 394 }; A._updateTransactionRule_closure.prototype = { call$1(b) { @@ -443627,7 +443784,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 416 + $signature: 394 }; A._setLoadedTransactionRule_closure.prototype = { call$1(b) { @@ -443636,13 +443793,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 416 + $signature: 394 }; A.memoizedFilteredTransactionRuleList_closure.prototype = { call$4(selectionState, transactionRuleMap, transactionRuleList, transactionRuleListState) { return A.filteredTransactionRulesSelector(selectionState, transactionRuleMap, transactionRuleList, transactionRuleListState); }, - $signature: 2118 + $signature: 2120 }; A.filteredTransactionRulesSelector_closure.prototype = { call$1(transactionRuleId) { @@ -443670,7 +443827,7 @@ call$2(userId, transactionMap) { return A.transactionStatsForTransactionRule(userId, transactionMap); }, - $signature: 384 + $signature: 370 }; A.transactionStatsForTransactionRule_closure.prototype = { call$2(transactionId, transaction) { @@ -443686,7 +443843,7 @@ t1.total = t1.total + transaction.amount; } }, - $signature: 383 + $signature: 371 }; A.TransactionRuleState.prototype = { $get$1(_, transactionRuleId) { @@ -443713,7 +443870,7 @@ call$1(item) { return item; }, - $signature: 2119 + $signature: 2121 }; A.TransactionRuleState_loadTransactionRules_closure.prototype = { call$1(b) { @@ -443728,7 +443885,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 416 + $signature: 394 }; A.TransactionRuleUIState.prototype = { get$isCreatingNew() { @@ -444588,7 +444745,7 @@ b.get$_pref_state$_$this()._showPdfPreviewSideBySide = t3; return b; }, - $signature: 579 + $signature: 446 }; A._resortFields_closure.prototype = { call$1(b) { @@ -444599,146 +444756,146 @@ b.get$_pref_state$_$this()._field = t2; return b; }, - $signature: 2120 + $signature: 2122 }; A._resortFields_closure0.prototype = { call$1(b) { b.$indexSet(0, this.entityType, this.directon); return b; }, - $signature: 2121 + $signature: 2123 }; A.sortFieldsReducer_closure.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_client, action.field); }, - $signature: 2122 + $signature: 2124 }; A.sortFieldsReducer_closure0.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_product, action.field); }, - $signature: 2123 + $signature: 2125 }; A.sortFieldsReducer_closure1.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_invoice, action.field); }, - $signature: 2124 + $signature: 2126 }; A.sortFieldsReducer_closure2.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_payment, action.field); }, - $signature: 2125 + $signature: 2127 }; A.sortFieldsReducer_closure3.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_recurringInvoice, action.field); }, - $signature: 2126 + $signature: 2128 }; A.sortFieldsReducer_closure4.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_quote, action.field); }, - $signature: 2127 + $signature: 2129 }; A.sortFieldsReducer_closure5.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_credit, action.field); }, - $signature: 2128 + $signature: 2130 }; A.sortFieldsReducer_closure6.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_project, action.field); }, - $signature: 2129 + $signature: 2131 }; A.sortFieldsReducer_closure7.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_task, action.field); }, - $signature: 2130 + $signature: 2132 }; A.sortFieldsReducer_closure8.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_vendor, action.field); }, - $signature: 2131 + $signature: 2133 }; A.sortFieldsReducer_closure9.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_expense, action.field); }, - $signature: 2132 + $signature: 2134 }; A.sortFieldsReducer_closure10.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_payment, action.field); }, - $signature: 2133 + $signature: 2135 }; A.sortFieldsReducer_closure11.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_taxRate, action.field); }, - $signature: 2134 + $signature: 2136 }; A.sortFieldsReducer_closure12.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_companyGateway, action.get$field()); }, - $signature: 2135 + $signature: 2137 }; A.sortFieldsReducer_closure13.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_user, action.field); }, - $signature: 2136 + $signature: 2138 }; A.sortFieldsReducer_closure14.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_group, action.field); }, - $signature: 2137 + $signature: 2139 }; A.sortFieldsReducer_closure15.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_design, action.field); }, - $signature: 2138 + $signature: 2140 }; A.sortFieldsReducer_closure16.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_token, action.field); }, - $signature: 2139 + $signature: 2141 }; A.sortFieldsReducer_closure17.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_webhook, action.field); }, - $signature: 2140 + $signature: 2142 }; A.sortFieldsReducer_closure18.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_expenseCategory, action.field); }, - $signature: 2141 + $signature: 2143 }; A.sortFieldsReducer_closure19.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_taskStatus, action.field); }, - $signature: 2142 + $signature: 2144 }; A.sortFieldsReducer_closure20.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_subscription, action.field); }, - $signature: 2143 + $signature: 2145 }; A.sidebarEditorReducer_closure.prototype = { call$2(value, action) { @@ -444748,7 +444905,7 @@ else return value.rebuild$1(new A.sidebarEditorReducer__closure0(entityType)); }, - $signature: 2144 + $signature: 2146 }; A.sidebarEditorReducer__closure.prototype = { call$1(b) { @@ -444756,14 +444913,14 @@ b.$indexSet(0, t1, !this.value._map$_map.$index(0, t1)); return b; }, - $signature: 419 + $signature: 393 }; A.sidebarEditorReducer__closure0.prototype = { call$1(b) { b.$indexSet(0, this.entityType, true); return b; }, - $signature: 419 + $signature: 393 }; A.sidebarViewerReducer_closure.prototype = { call$2(value, action) { @@ -444773,7 +444930,7 @@ else return value.rebuild$1(new A.sidebarViewerReducer__closure0(entityType)); }, - $signature: 2146 + $signature: 2148 }; A.sidebarViewerReducer__closure.prototype = { call$1(b) { @@ -444781,20 +444938,20 @@ b.$indexSet(0, t1, !this.value._map$_map.$index(0, t1)); return b; }, - $signature: 419 + $signature: 393 }; A.sidebarViewerReducer__closure0.prototype = { call$1(b) { b.$indexSet(0, this.entityType, true); return b; }, - $signature: 419 + $signature: 393 }; A.menuVisibleReducer_closure.prototype = { call$2(value, action) { return action.sidebar === B.AppSidebar_menu ? !value : value; }, - $signature: 93 + $signature: 94 }; A.menuVisibleReducer_closure0.prototype = { call$2(value, action) { @@ -444808,20 +444965,20 @@ return value; } }, - $signature: 93 + $signature: 94 }; A.textScaleFactorReducer_closure.prototype = { call$2(value, action) { var t1 = action.textScaleFactor; return t1 == null ? value : t1; }, - $signature: 2148 + $signature: 2150 }; A.historyVisibleReducer_closure.prototype = { call$2(value, action) { return action.sidebar === B.AppSidebar_history ? !value : value; }, - $signature: 93 + $signature: 94 }; A.historyVisibleReducer_closure0.prototype = { call$2(value, action) { @@ -444832,62 +444989,62 @@ t1 = t1 === B.AppSidebarMode_float ? false : value; return t1; }, - $signature: 93 + $signature: 94 }; A.hideDesktopWarningReducer_closure.prototype = { call$2(filter, action) { return true; }, - $signature: 666 + $signature: 665 }; A.hideGatewayWarningReducer_closure.prototype = { call$2(filter, action) { return true; }, - $signature: 2149 + $signature: 2151 }; A.hideReviewAppReducer_closure.prototype = { call$2(filter, action) { return true; }, - $signature: 2150 + $signature: 2152 }; A.hideReviewAppReducer_closure0.prototype = { call$2(filter, action) { return true; }, - $signature: 607 + $signature: 609 }; A.hideReviewAppReducer_closure1.prototype = { call$2(filter, action) { return true; }, - $signature: 532 + $signature: 531 }; A.hideOneYearReviewAppReducer_closure.prototype = { call$2(filter, action) { return true; }, - $signature: 607 + $signature: 609 }; A.hideOneYearReviewAppReducer_closure0.prototype = { call$2(filter, action) { return true; }, - $signature: 532 + $signature: 531 }; A.hideTwoYearReviewAppReducer_closure.prototype = { call$2(filter, action) { return true; }, - $signature: 532 + $signature: 531 }; A.layoutReducer_closure.prototype = { call$2(layout, action) { var t1 = action.appLayout; return t1 == null ? layout : t1; }, - $signature: 2153 + $signature: 2155 }; A.moduleLayoutReducer_closure.prototype = { call$2(moduleLayout, action) { @@ -444901,7 +445058,7 @@ } return moduleLayout; }, - $signature: 2154 + $signature: 2156 }; A.moduleLayoutReducer_closure0.prototype = { call$2(moduleLayout, action) { @@ -444910,285 +445067,285 @@ else return B.ModuleLayout_list; }, - $signature: 2155 + $signature: 2157 }; A.rowsPerPageReducer_closure.prototype = { call$2(numRows, action) { var t1 = action.rowsPerPage; return t1 == null ? numRows : t1; }, - $signature: 2156 + $signature: 2158 }; A.manuSidebarReducer_closure.prototype = { call$2(mode, action) { var t1 = action.menuMode; return t1 == null ? mode : t1; }, - $signature: 609 + $signature: 611 }; A.historySidebarReducer_closure.prototype = { call$2(mode, action) { var t1 = action.historyMode; return t1 == null ? mode : t1; }, - $signature: 609 + $signature: 611 }; A.darkModeTypeReducer_closure.prototype = { call$2(enableDarkMode, action) { var t1 = action.darkModeType; return t1 == null ? enableDarkMode : t1; }, - $signature: 531 + $signature: 530 }; A.darkModeSystemReducer_closure.prototype = { call$2(enableDarkMode, action) { var t1 = action.enableDarkModeSystem; return t1 == null ? enableDarkMode : t1; }, - $signature: 93 + $signature: 94 }; A.statementIncludesReducer_closure.prototype = { call$2(includes, action) { var t1 = action.statementIncludes; return t1 == null ? includes : t1; }, - $signature: 2159 + $signature: 2161 }; A.enableTooltipsReducer_closure.prototype = { call$2(enableTooltips, action) { var t1 = action.enableTooltips; return t1 == null ? enableTooltips : t1; }, - $signature: 93 + $signature: 94 }; A.enableFlexibleSearchReducer_closure.prototype = { call$2(enableFlexibleSearch, action) { var t1 = action.flexibleSearch; return t1 == null ? enableFlexibleSearch : t1; }, - $signature: 93 + $signature: 94 }; A.enableNativeBrowserReducer_closure.prototype = { call$2(enableNativeBrowser, action) { var t1 = action.enableNativeBrowser; return t1 == null ? enableNativeBrowser : t1; }, - $signature: 93 + $signature: 94 }; A.persistDataReducer_closure.prototype = { call$2(persistData, action) { var t1 = action.persistData; return t1 == null ? persistData : t1; }, - $signature: 93 + $signature: 94 }; A.persistUIReducer_closure.prototype = { call$2(persistUI, action) { action.toString; return persistUI; }, - $signature: 93 + $signature: 94 }; A.showKanbanReducer_closure.prototype = { call$2(showKanban, action) { var t1 = action.showKanban; return t1 == null ? showKanban : t1; }, - $signature: 93 + $signature: 94 }; A.isFilterVisibleReducer_closure.prototype = { call$2(value, action) { var t1 = action.isFilterVisible; return t1 == null ? value : t1; }, - $signature: 93 + $signature: 94 }; A.longPressReducer_closure.prototype = { call$2(longPressSelectionIsDefault, action) { var t1 = action.longPressSelectionIsDefault; return t1 == null ? longPressSelectionIsDefault : t1; }, - $signature: 93 + $signature: 94 }; A.tapSelectedToEditReducer_closure.prototype = { call$2(tapSelectedToEdit, action) { var t1 = action.tapSelectedToEdit; return t1 == null ? tapSelectedToEdit : t1; }, - $signature: 93 + $signature: 94 }; A.isPreviewVisibleReducer_closure.prototype = { call$2(value, action) { return !value; }, - $signature: 2160 + $signature: 2162 }; A.isPreviewVisibleReducer_closure0.prototype = { call$2(isPreviewEnabled, action) { var t1 = action.isPreviewVisible; return t1 == null ? isPreviewEnabled : t1; }, - $signature: 93 + $signature: 94 }; A.isPreviewVisibleReducer_closure1.prototype = { call$2(value, action) { return false; }, - $signature: 2161 + $signature: 2163 }; A.isPreviewVisibleReducer_closure2.prototype = { call$2(value, action) { return false; }, - $signature: 2162 + $signature: 2164 }; A.isPreviewVisibleReducer_closure3.prototype = { call$2(value, action) { return false; }, - $signature: 2163 + $signature: 2165 }; A.isPreviewVisibleReducer_closure4.prototype = { call$2(value, action) { return false; }, - $signature: 2164 + $signature: 2166 }; A.isPreviewVisibleReducer_closure5.prototype = { call$2(value, action) { return false; }, - $signature: 2165 + $signature: 2167 }; A.isPreviewVisibleReducer_closure6.prototype = { call$2(value, action) { return false; }, - $signature: 2166 + $signature: 2168 }; A.isPreviewVisibleReducer_closure7.prototype = { call$2(value, action) { return false; }, - $signature: 2167 + $signature: 2169 }; A.isPreviewVisibleReducer_closure8.prototype = { call$2(value, action) { return false; }, - $signature: 2168 + $signature: 2170 }; A.isPreviewVisibleReducer_closure9.prototype = { call$2(value, action) { return false; }, - $signature: 2169 + $signature: 2171 }; A.isPreviewVisibleReducer_closure10.prototype = { call$2(value, action) { return false; }, - $signature: 2170 + $signature: 2172 }; A.isPreviewVisibleReducer_closure11.prototype = { call$2(value, action) { return false; }, - $signature: 2171 + $signature: 2173 }; A.isPreviewVisibleReducer_closure12.prototype = { call$2(value, action) { return false; }, - $signature: 2172 + $signature: 2174 }; A.isPreviewVisibleReducer_closure13.prototype = { call$2(value, action) { return false; }, - $signature: 2173 + $signature: 2175 }; A.isPreviewVisibleReducer_closure14.prototype = { call$2(value, action) { return true; }, - $signature: 2174 + $signature: 2176 }; A.requireAuthenticationReducer_closure.prototype = { call$2(requireAuthentication, action) { var t1 = action.requireAuthentication; return t1 == null ? requireAuthentication : t1; }, - $signature: 93 + $signature: 94 }; A.colorThemeReducer_closure.prototype = { call$2(currentColorTheme, action) { var t1 = action.colorTheme; return t1 == null ? currentColorTheme : t1; }, - $signature: 531 + $signature: 530 }; A.darkColorThemeReducer_closure.prototype = { call$2(currentColorTheme, action) { var t1 = action.darkColorTheme; return t1 == null ? currentColorTheme : t1; }, - $signature: 531 + $signature: 530 }; A.showPdfPreviewReducer_closure.prototype = { call$2(value, action) { var t1 = action.showPdfPreview; return t1 == null ? value : t1; }, - $signature: 93 + $signature: 94 }; A.showPdfPreviewSideBySideReducer_closure.prototype = { call$2(value, action) { var t1 = action.showPdfPreviewSideBySide; return t1 == null ? value : t1; }, - $signature: 93 + $signature: 94 }; A.editAfterSavingReducer_closure.prototype = { call$2(value, action) { var t1 = action.editAfterSaving; return t1 == null ? value : t1; }, - $signature: 93 + $signature: 94 }; A.enableTouchEventsReducer_closure.prototype = { call$2(value, action) { var t1 = action.enableTouchEvents; return t1 == null ? value : t1; }, - $signature: 93 + $signature: 94 }; A.customColorsReducer_closure.prototype = { call$2(customColors, action) { var t1 = action.customColors; return t1 == null ? customColors : t1; }, - $signature: 611 + $signature: 613 }; A.darkCustomColorsReducer_closure.prototype = { call$2(customColors, action) { var t1 = action.darkCustomColors; return t1 == null ? customColors : t1; }, - $signature: 611 + $signature: 613 }; 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: 2176 + $signature: 2178 }; A.historyReducer_closure.prototype = { call$2(historyList, action) { return A.BuiltList_BuiltList$from(B.List_empty, type$.legacy_HistoryRecord); }, - $signature: 2177 + $signature: 2179 }; A.historyReducer_closure0.prototype = { call$2(historyList, action) { @@ -445197,14 +445354,14 @@ else return historyList.rebuild$1(new A.historyReducer__closure0()); }, - $signature: 2178 + $signature: 2180 }; A.historyReducer__closure0.prototype = { call$1(b) { B.JSArray_methods.removeAt$1(b.get$_safeList(), 0); return b; }, - $signature: 358 + $signature: 390 }; A.historyReducer_closure1.prototype = { call$2(historyList, action) { @@ -445213,7 +445370,7 @@ return historyList; return historyList.rebuild$1(new A.historyReducer__closure(B.JSArray_methods.get$first(t1), action)); }, - $signature: 2180 + $signature: 2182 }; A.historyReducer__closure.prototype = { call$1(b) { @@ -445229,501 +445386,501 @@ b.get$_safeList()[0] = t1; return b; }, - $signature: 358 + $signature: 390 }; A.historyReducer___closure.prototype = { call$1(b) { var t1 = this.action.page; return b.get$_pref_state$_$this()._page = t1; }, - $signature: 2181 + $signature: 2183 }; A.historyReducer_closure2.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_dashboard, null, null)); }, - $signature: 2182 + $signature: 2184 }; A.historyReducer_closure3.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_reports, null, null)); }, - $signature: 2183 + $signature: 2185 }; 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: 2184 + $signature: 2186 }; A.historyReducer_closure5.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_client, action.clientId, null)); }, - $signature: 2185 + $signature: 2187 }; A.historyReducer_closure6.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_client, null, action.page)); }, - $signature: 2186 + $signature: 2188 }; A.historyReducer_closure7.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_client, action.client.id, null)); }, - $signature: 2187 + $signature: 2189 }; A.historyReducer_closure8.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_product, action.productId, null)); }, - $signature: 2188 + $signature: 2190 }; A.historyReducer_closure9.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_product, null, action.page)); }, - $signature: 2189 + $signature: 2191 }; A.historyReducer_closure10.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_product, action.product.id, null)); }, - $signature: 2190 + $signature: 2192 }; A.historyReducer_closure11.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_invoice, action.invoiceId, null)); }, - $signature: 2191 + $signature: 2193 }; A.historyReducer_closure12.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_invoice, null, action.page)); }, - $signature: 2192 + $signature: 2194 }; A.historyReducer_closure13.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_invoice, action.invoice.id, null)); }, - $signature: 2193 + $signature: 2195 }; A.historyReducer_closure14.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_payment, action.paymentId, null)); }, - $signature: 2194 + $signature: 2196 }; A.historyReducer_closure15.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_payment, null, action.page)); }, - $signature: 2195 + $signature: 2197 }; A.historyReducer_closure16.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_payment, action.payment.id, null)); }, - $signature: 2196 + $signature: 2198 }; A.historyReducer_closure17.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_quote, action.quoteId, null)); }, - $signature: 2197 + $signature: 2199 }; A.historyReducer_closure18.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_quote, null, action.page)); }, - $signature: 2198 + $signature: 2200 }; A.historyReducer_closure19.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_quote, action.quote.id, null)); }, - $signature: 2199 + $signature: 2201 }; A.historyReducer_closure20.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_task, action.taskId, null)); }, - $signature: 2200 + $signature: 2202 }; A.historyReducer_closure21.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_task, null, action.page)); }, - $signature: 2201 + $signature: 2203 }; A.historyReducer_closure22.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_task, action.task.id, null)); }, - $signature: 2202 + $signature: 2204 }; A.historyReducer_closure23.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_project, action.projectId, null)); }, - $signature: 2203 + $signature: 2205 }; A.historyReducer_closure24.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_project, null, action.page)); }, - $signature: 2204 + $signature: 2206 }; A.historyReducer_closure25.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_project, action.project.id, null)); }, - $signature: 2205 + $signature: 2207 }; A.historyReducer_closure26.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_vendor, action.vendorId, null)); }, - $signature: 2206 + $signature: 2208 }; A.historyReducer_closure27.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_vendor, null, action.page)); }, - $signature: 2207 + $signature: 2209 }; A.historyReducer_closure28.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_vendor, action.vendor.id, null)); }, - $signature: 2208 + $signature: 2210 }; A.historyReducer_closure29.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_expense, action.expenseId, null)); }, - $signature: 2209 + $signature: 2211 }; A.historyReducer_closure30.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_expense, null, action.page)); }, - $signature: 2210 + $signature: 2212 }; A.historyReducer_closure31.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_expense, action.expense.id, null)); }, - $signature: 2211 + $signature: 2213 }; A.historyReducer_closure32.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_companyGateway, action.companyGatewayId, null)); }, - $signature: 2212 + $signature: 2214 }; A.historyReducer_closure33.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_companyGateway, null, null)); }, - $signature: 2213 + $signature: 2215 }; A.historyReducer_closure34.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_companyGateway, action.companyGateway.id, null)); }, - $signature: 2214 + $signature: 2216 }; A.historyReducer_closure35.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_user, action.userId, null)); }, - $signature: 2215 + $signature: 2217 }; A.historyReducer_closure36.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_user, null, null)); }, - $signature: 2216 + $signature: 2218 }; A.historyReducer_closure37.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_user, action.user.id, null)); }, - $signature: 2217 + $signature: 2219 }; A.historyReducer_closure38.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_group, action.groupId, null)); }, - $signature: 2218 + $signature: 2220 }; A.historyReducer_closure39.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_group, null, null)); }, - $signature: 2219 + $signature: 2221 }; A.historyReducer_closure40.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_group, action.group.id, null)); }, - $signature: 2220 + $signature: 2222 }; A.historyReducer_closure41.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_schedule, action.scheduleId, null)); }, - $signature: 2221 + $signature: 2223 }; A.historyReducer_closure42.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_schedule, null, null)); }, - $signature: 2222 + $signature: 2224 }; A.historyReducer_closure43.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_schedule, action.schedule.id, null)); }, - $signature: 2223 + $signature: 2225 }; A.historyReducer_closure44.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_transactionRule, action.transactionRuleId, null)); }, - $signature: 2224 + $signature: 2226 }; A.historyReducer_closure45.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_transactionRule, null, null)); }, - $signature: 2225 + $signature: 2227 }; A.historyReducer_closure46.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_transactionRule, action.transactionRule.id, null)); }, - $signature: 2226 + $signature: 2228 }; A.historyReducer_closure47.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_transaction, action.transactionId, null)); }, - $signature: 2227 + $signature: 2229 }; A.historyReducer_closure48.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_transaction, null, action.page)); }, - $signature: 2228 + $signature: 2230 }; A.historyReducer_closure49.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_transaction, action.transaction.id, null)); }, - $signature: 2229 + $signature: 2231 }; A.historyReducer_closure50.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_bankAccount, action.bankAccountId, null)); }, - $signature: 2230 + $signature: 2232 }; A.historyReducer_closure51.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_bankAccount, null, null)); }, - $signature: 2231 + $signature: 2233 }; A.historyReducer_closure52.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_purchaseOrder, action.purchaseOrderId, null)); }, - $signature: 2232 + $signature: 2234 }; A.historyReducer_closure53.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_purchaseOrder, null, action.page)); }, - $signature: 2233 + $signature: 2235 }; A.historyReducer_closure54.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_purchaseOrder, action.purchaseOrder.id, null)); }, - $signature: 2234 + $signature: 2236 }; A.historyReducer_closure55.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_recurringExpense, action.recurringExpenseId, null)); }, - $signature: 2235 + $signature: 2237 }; A.historyReducer_closure56.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_recurringExpense, null, action.page)); }, - $signature: 2236 + $signature: 2238 }; A.historyReducer_closure57.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_recurringExpense, action.recurringExpense.id, null)); }, - $signature: 2237 + $signature: 2239 }; A.historyReducer_closure58.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_subscription, action.subscriptionId, null)); }, - $signature: 2238 + $signature: 2240 }; A.historyReducer_closure59.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_subscription, null, null)); }, - $signature: 2239 + $signature: 2241 }; A.historyReducer_closure60.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_subscription, action.subscription.id, null)); }, - $signature: 2240 + $signature: 2242 }; A.historyReducer_closure61.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_taskStatus, action.taskStatusId, null)); }, - $signature: 2241 + $signature: 2243 }; A.historyReducer_closure62.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_taskStatus, null, null)); }, - $signature: 2242 + $signature: 2244 }; A.historyReducer_closure63.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_taskStatus, action.taskStatus.id, null)); }, - $signature: 2243 + $signature: 2245 }; A.historyReducer_closure64.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_expenseCategory, action.expenseCategoryId, null)); }, - $signature: 2244 + $signature: 2246 }; A.historyReducer_closure65.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_expenseCategory, null, null)); }, - $signature: 2245 + $signature: 2247 }; A.historyReducer_closure66.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_expenseCategory, action.expenseCategory.id, null)); }, - $signature: 2246 + $signature: 2248 }; A.historyReducer_closure67.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_recurringInvoice, action.recurringInvoiceId, null)); }, - $signature: 2247 + $signature: 2249 }; A.historyReducer_closure68.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_recurringInvoice, null, action.page)); }, - $signature: 2248 + $signature: 2250 }; A.historyReducer_closure69.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_recurringInvoice, action.recurringInvoice.id, null)); }, - $signature: 2249 + $signature: 2251 }; A.historyReducer_closure70.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_webhook, action.webhookId, null)); }, - $signature: 2250 + $signature: 2252 }; A.historyReducer_closure71.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_webhook, null, null)); }, - $signature: 2251 + $signature: 2253 }; A.historyReducer_closure72.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_webhook, action.webhook.id, null)); }, - $signature: 2252 + $signature: 2254 }; A.historyReducer_closure73.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_token, action.tokenId, null)); }, - $signature: 2253 + $signature: 2255 }; A.historyReducer_closure74.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_token, null, null)); }, - $signature: 2254 + $signature: 2256 }; A.historyReducer_closure75.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_token, action.token.id, null)); }, - $signature: 2255 + $signature: 2257 }; A.historyReducer_closure76.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_paymentTerm, action.paymentTermId, null)); }, - $signature: 2256 + $signature: 2258 }; A.historyReducer_closure77.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_paymentTerm, null, null)); }, - $signature: 2257 + $signature: 2259 }; A.historyReducer_closure78.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_paymentTerm, action.paymentTerm.id, null)); }, - $signature: 2258 + $signature: 2260 }; A.historyReducer_closure79.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_design, action.design.id, null)); }, - $signature: 2259 + $signature: 2261 }; A.historyReducer_closure80.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_credit, action.creditId, null)); }, - $signature: 2260 + $signature: 2262 }; A.historyReducer_closure81.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_credit, null, action.page)); }, - $signature: 2261 + $signature: 2263 }; A.historyReducer_closure82.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_credit, action.credit.id, null)); }, - $signature: 2262 + $signature: 2264 }; A.historyReducer_closure83.prototype = { call$2(historyList, action) { @@ -445734,7 +445891,7 @@ t2 = t1.get$id(t1); return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(t1.get$entityType(), t2, null)); }, - $signature: 2263 + $signature: 2265 }; A._addToHistory_closure.prototype = { call$1(item) { @@ -445763,7 +445920,7 @@ B.JSArray_methods.insert$2(b.get$_safeList(), 0, this.record); return b; }, - $signature: 358 + $signature: 390 }; A._addToHistory_closure2.prototype = { call$1(b) { @@ -445777,7 +445934,7 @@ b._listOwner = null; return b; }, - $signature: 358 + $signature: 390 }; A.PrefState.prototype = { get$colorThemeModel() { @@ -446934,139 +447091,139 @@ t3._settings_state$_$v = t2; return b; }, - $signature: 669 + $signature: 668 }; A.lastActivityReducer_closure.prototype = { call$2(state, action) { return Date.now(); }, - $signature: 2264 + $signature: 2266 }; A.filterReducer_closure.prototype = { call$2(filter, action) { return action.filter; }, - $signature: 2265 + $signature: 2267 }; A.filterReducer_closure0.prototype = { call$2(state, action) { return action.filter; }, - $signature: 2266 + $signature: 2268 }; A.loadingEntityTypeReducer_closure.prototype = { call$2(state, action) { return null; }, - $signature: 2267 + $signature: 2269 }; A.loadingEntityTypeReducer_closure0.prototype = { call$2(state, action) { return B.EntityType_client; }, - $signature: 2268 + $signature: 2270 }; A.loadingEntityTypeReducer_closure1.prototype = { call$2(state, action) { return B.EntityType_product; }, - $signature: 2269 + $signature: 2271 }; A.loadingEntityTypeReducer_closure2.prototype = { call$2(state, action) { return B.EntityType_invoice; }, - $signature: 2270 + $signature: 2272 }; A.loadingEntityTypeReducer_closure3.prototype = { call$2(state, action) { return B.EntityType_recurringInvoice; }, - $signature: 2271 + $signature: 2273 }; A.loadingEntityTypeReducer_closure4.prototype = { call$2(state, action) { return B.EntityType_payment; }, - $signature: 2272 + $signature: 2274 }; A.loadingEntityTypeReducer_closure5.prototype = { call$2(state, action) { return B.EntityType_quote; }, - $signature: 2273 + $signature: 2275 }; A.loadingEntityTypeReducer_closure6.prototype = { call$2(state, action) { return B.EntityType_credit; }, - $signature: 2274 + $signature: 2276 }; A.loadingEntityTypeReducer_closure7.prototype = { call$2(state, action) { return B.EntityType_project; }, - $signature: 2275 + $signature: 2277 }; A.loadingEntityTypeReducer_closure8.prototype = { call$2(state, action) { return B.EntityType_task; }, - $signature: 2276 + $signature: 2278 }; A.loadingEntityTypeReducer_closure9.prototype = { call$2(state, action) { return B.EntityType_vendor; }, - $signature: 2277 + $signature: 2279 }; A.loadingEntityTypeReducer_closure10.prototype = { call$2(state, action) { return B.EntityType_purchaseOrder; }, - $signature: 2278 + $signature: 2280 }; A.loadingEntityTypeReducer_closure11.prototype = { call$2(state, action) { return B.EntityType_expense; }, - $signature: 2279 + $signature: 2281 }; A.loadingEntityTypeReducer_closure12.prototype = { call$2(state, action) { return B.EntityType_recurringExpense; }, - $signature: 2280 + $signature: 2282 }; A.loadingEntityTypeReducer_closure13.prototype = { call$2(state, action) { return B.EntityType_transaction; }, - $signature: 2281 + $signature: 2283 }; A.filterClearedAtReducer_closure.prototype = { call$2(filterClearedAt, action) { return action.filter == null ? Date.now() : filterClearedAt; }, - $signature: 2282 + $signature: 2284 }; A.filterClearedAtReducer_closure0.prototype = { call$2(state, action) { return Date.now(); }, - $signature: 2283 + $signature: 2285 }; A.currentRouteReducer_closure.prototype = { call$2(currentRoute, action) { return action.route; }, - $signature: 2284 + $signature: 2286 }; A.selectedCompanyIndexReducer_closure.prototype = { call$2(selectedCompanyIndex, action) { return action.companyIndex; }, - $signature: 2285 + $signature: 2287 }; A.previewStackReducer_closure.prototype = { call$2(previewStack, action) { @@ -447082,19 +447239,19 @@ t2.push(t1); return A.BuiltList_BuiltList$from(t2, t3); }, - $signature: 2286 + $signature: 2288 }; A.previewStackReducer__closure.prototype = { call$1(entityType) { return entityType != this.action.entityType; }, - $signature: 267 + $signature: 265 }; A.previewStackReducer_closure0.prototype = { call$2(previewStack, action) { return A.BuiltList_BuiltList$from(A._setArrayType([], type$.JSArray_legacy_EntityType), type$.legacy_EntityType); }, - $signature: 2287 + $signature: 2289 }; A.previewStackReducer_closure1.prototype = { call$2(previewStack, action) { @@ -447102,13 +447259,13 @@ t2 = type$.legacy_EntityType; return A.BuiltList_BuiltList$from(A.List_List$of(new A._BuiltList(B.JSArray_methods.sublist$2(t1, 0, t1.length - 1), A._instanceType(previewStack)._eval$1("_BuiltList<1>")), true, t2), t2); }, - $signature: 2288 + $signature: 2290 }; A.filterStackReducer_closure.prototype = { call$2(filterStack, action) { return A.BuiltList_BuiltList$from(B.List_empty, type$.legacy_BaseEntity); }, - $signature: 2289 + $signature: 2291 }; A.filterStackReducer_closure0.prototype = { call$2(filterStack, action) { @@ -447124,13 +447281,13 @@ t1.push(action.entity); return A.BuiltList_BuiltList$from(t1, t2); }, - $signature: 2290 + $signature: 2292 }; A.filterStackReducer__closure.prototype = { call$1(entity) { return entity.get$entityType() != this.action.entity.get$entityType(); }, - $signature: 184 + $signature: 180 }; A.filterStackReducer_closure1.prototype = { call$2(filterStack, action) { @@ -447138,7 +447295,7 @@ t2 = type$.legacy_BaseEntity; return A.BuiltList_BuiltList$from(A.List_List$of(new A._BuiltList(B.JSArray_methods.sublist$2(t1, 0, t1.length - 1), A._instanceType(filterStack)._eval$1("_BuiltList<1>")), true, t2), t2); }, - $signature: 2291 + $signature: 2293 }; A.UIState.prototype = { containsRoute$1(route) { @@ -448341,42 +448498,42 @@ var t1 = this.user.id; return b.get$_client_model$_$this()._client_model$_assignedUserId = t1; }, - $signature: 2292 + $signature: 2294 }; A.handleUserAction_closure1.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 140 + $signature: 157 }; A.handleUserAction_closure2.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 140 + $signature: 157 }; A.handleUserAction_closure3.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 140 + $signature: 157 }; A.handleUserAction_closure4.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 140 + $signature: 157 }; A.handleUserAction_closure5.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_expense_model$_$this()._expense_model$_assignedUserId = t1; }, - $signature: 2293 + $signature: 2295 }; A.handleUserAction_closure6.prototype = { call$1(b) { @@ -448397,14 +448554,14 @@ var t1 = this.user.id; return b.get$_task_model$_$this()._task_model$_assignedUserId = t1; }, - $signature: 2294 + $signature: 2296 }; A.handleUserAction_closure9.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_vendor_model$_$this()._vendor_model$_assignedUserId = t1; }, - $signature: 2295 + $signature: 2297 }; A.handleUserAction_closure11.prototype = { call$2(password, idToken) { @@ -448420,7 +448577,7 @@ call$0() { return this.call$2(null, null); }, - $signature: 423 + $signature: 384 }; A.handleUserAction_closure10.prototype = { call$2(password, idToken) { @@ -448442,7 +448599,7 @@ call$0() { return this.call$2(null, null); }, - $signature: 423 + $signature: 384 }; A.handleUserAction_closure12.prototype = { call$2(password, idToken) { @@ -448464,7 +448621,7 @@ call$0() { return this.call$2(null, null); }, - $signature: 423 + $signature: 384 }; A.handleUserAction_closure14.prototype = { call$2(password, idToken) { @@ -448487,7 +448644,7 @@ call$0() { return this.call$2(null, null); }, - $signature: 423 + $signature: 384 }; A.handleUserAction_closure16.prototype = { call$1(_) { @@ -448621,7 +448778,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].userState.map._map$_map.$index(0, id); }, - $signature: 526 + $signature: 519 }; A._archiveUser__closure0.prototype = { call$1(users) { @@ -448630,7 +448787,7 @@ t1[0].call$1(new A.ArchiveUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 312 + $signature: 313 }; A._archiveUser__closure1.prototype = { call$1(error) { @@ -448670,7 +448827,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].userState.map._map$_map.$index(0, id); }, - $signature: 526 + $signature: 519 }; A._deleteUser__closure0.prototype = { call$1(users) { @@ -448679,7 +448836,7 @@ t1[0].call$1(new A.DeleteUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 312 + $signature: 313 }; A._deleteUser__closure1.prototype = { call$1(error) { @@ -448719,7 +448876,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].userState.map._map$_map.$index(0, id); }, - $signature: 526 + $signature: 519 }; A._restoreUser__closure0.prototype = { call$1(users) { @@ -448728,7 +448885,7 @@ t1[0].call$1(new A.RestoreUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 312 + $signature: 313 }; A._restoreUser__closure1.prototype = { call$1(error) { @@ -448764,7 +448921,7 @@ t2[0].call$1(new A.RemoveUserSuccess(t1.userId)); t1.completer.complete$1(0, null); }, - $signature: 312 + $signature: 313 }; A._removeUser__closure0.prototype = { call$1(error) { @@ -448797,7 +448954,7 @@ t1[0].call$1(new A.ResendInviteSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 312 + $signature: 313 }; A._resendInvite__closure0.prototype = { call$1(error) { @@ -448837,7 +448994,7 @@ } t1.completer.complete$1(0, user); }, - $signature: 161 + $signature: 174 }; A._saveUser__closure0.prototype = { call$1(error) { @@ -448875,7 +449032,7 @@ t1[0].call$1(new A.LoadUserSuccess(user)); this.action.completer.complete$1(0, null); }, - $signature: 161 + $signature: 174 }; A._loadUser__closure0.prototype = { call$1(error) { @@ -448913,7 +449070,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 2299 + $signature: 2301 }; A._loadUsers__closure0.prototype = { call$1(error) { @@ -448946,145 +449103,145 @@ b.get$_user_state$_$this()._user_state$_forceSelected = t3; return b; }, - $signature: 2300 + $signature: 2302 }; A.forceSelectedReducer_closure71.prototype = { call$2(completer, action) { return true; }, - $signature: 2301 + $signature: 2303 }; A.forceSelectedReducer_closure72.prototype = { call$2(completer, action) { return false; }, - $signature: 2302 + $signature: 2304 }; A.forceSelectedReducer_closure73.prototype = { call$2(completer, action) { return false; }, - $signature: 2303 + $signature: 2305 }; A.forceSelectedReducer_closure74.prototype = { call$2(completer, action) { return false; }, - $signature: 2304 + $signature: 2306 }; A.forceSelectedReducer_closure75.prototype = { call$2(completer, action) { return false; }, - $signature: 2305 + $signature: 2307 }; A.forceSelectedReducer_closure76.prototype = { call$2(completer, action) { return false; }, - $signature: 2306 + $signature: 2308 }; A.forceSelectedReducer_closure77.prototype = { call$2(completer, action) { return false; }, - $signature: 2307 + $signature: 2309 }; A.forceSelectedReducer_closure78.prototype = { call$2(completer, action) { return false; }, - $signature: 2308 + $signature: 2310 }; A.selectedIdReducer_closure145.prototype = { call$2(completer, action) { return ""; }, - $signature: 2309 + $signature: 2311 }; A.selectedIdReducer_closure146.prototype = { call$2(completer, action) { return ""; }, - $signature: 2310 + $signature: 2312 }; A.selectedIdReducer_closure147.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_user ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure148.prototype = { call$2(selectedId, action) { return action.userId; }, - $signature: 2311 + $signature: 2313 }; A.selectedIdReducer_closure149.prototype = { call$2(selectedId, action) { return action.user.id; }, - $signature: 2312 + $signature: 2314 }; A.selectedIdReducer_closure150.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure151.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure152.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2313 + $signature: 2315 }; A.selectedIdReducer_closure153.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2314 + $signature: 2316 }; A.selectedIdReducer_closure154.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2315 + $signature: 2317 }; A.selectedIdReducer_closure155.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2316 + $signature: 2318 }; A.selectedIdReducer_closure156.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2317 + $signature: 2319 }; A.selectedIdReducer_closure157.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2318 + $signature: 2320 }; A.selectedIdReducer_closure158.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2319 + $signature: 2321 }; A.selectedIdReducer_closure159.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_user ? "" : selectedId; }, - $signature: 175 + $signature: 162 }; A.selectedIdReducer_closure160.prototype = { call$2(selectedId, action) { @@ -449097,44 +449254,44 @@ } return t1; }, - $signature: 83 + $signature: 81 }; A.editingReducer_closure45.prototype = { call$2(users, action) { return J.$index$asx(action.users, 0); }, - $signature: 2320 + $signature: 2322 }; A.editingReducer_closure46.prototype = { call$2(users, action) { return J.$index$asx(action.users, 0); }, - $signature: 2321 + $signature: 2323 }; A.editingReducer_closure47.prototype = { call$2(users, action) { return J.$index$asx(action.users, 0); }, - $signature: 2322 + $signature: 2324 }; A.editingReducer_closure48.prototype = { call$2(user, action) { return action.user.rebuild$1(new A.editingReducer__closure15()); }, - $signature: 2323 + $signature: 2325 }; A.editingReducer__closure15.prototype = { call$1(b) { b.get$_user_model$_$this()._user_model$_isChanged = true; return b; }, - $signature: 105 + $signature: 106 }; A.userListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.userListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.userListReducer__closure.prototype = { call$1(b) { @@ -449383,7 +449540,7 @@ B.JSArray_methods.remove$1(b.get$list(b).get$_safeList(), t2); return b; }, - $signature: 123 + $signature: 121 }; A._addUser_closure.prototype = { call$1(b) { @@ -449396,7 +449553,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 123 + $signature: 121 }; A._updateUser_closure.prototype = { call$1(b) { @@ -449405,7 +449562,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 123 + $signature: 121 }; A._updateAuthUser_closure.prototype = { call$1(b) { @@ -449414,7 +449571,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 123 + $signature: 121 }; A._connectOAuthUser_closure.prototype = { call$1(b) { @@ -449423,7 +449580,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 123 + $signature: 121 }; A._disconnectOAuthUser_closure.prototype = { call$1(b) { @@ -449432,7 +449589,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 123 + $signature: 121 }; A._disconnectOAuthMailer_closure.prototype = { call$1(b) { @@ -449441,7 +449598,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 123 + $signature: 121 }; A._connectGmailUser_closure.prototype = { call$1(b) { @@ -449450,7 +449607,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 123 + $signature: 121 }; A._setLoadedUser_closure.prototype = { call$1(b) { @@ -449459,14 +449616,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 123 + $signature: 121 }; 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$.legacy_String, type$.legacy_UserEntity)); return b; }, - $signature: 123 + $signature: 121 }; A._setLoadedUsers__closure.prototype = { call$1(item) { @@ -449478,7 +449635,7 @@ call$1(item) { return item; }, - $signature: 619 + $signature: 621 }; A._setLoadedUsers_closure0.prototype = { call$1(b) { @@ -449487,14 +449644,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 123 + $signature: 121 }; 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$.legacy_String, type$.legacy_UserEntity)); return b; }, - $signature: 123 + $signature: 121 }; A._setLoadedCompany__closure5.prototype = { call$1(item) { @@ -449506,7 +449663,7 @@ call$1(item) { return item; }, - $signature: 619 + $signature: 621 }; A._setLoadedCompany_closure6.prototype = { call$1(b) { @@ -449515,13 +449672,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 123 + $signature: 121 }; A.memoizedFilteredUserList_closure.prototype = { call$5(selectionState, userMap, userList, userListState, authUserId) { return A.filteredUsersSelector(selectionState, userMap, userList, userListState, authUserId); }, - $signature: 2328 + $signature: 2330 }; A.filteredUsersSelector_closure.prototype = { call$1(userId) { @@ -449578,7 +449735,7 @@ call$1(userMap) { return A.userList(userMap); }, - $signature: 589 + $signature: 502 }; A.userList_closure.prototype = { call$1(userId) { @@ -449598,7 +449755,7 @@ call$1(userMap) { return A.gmailUserList(userMap); }, - $signature: 589 + $signature: 502 }; A.gmailUserList_closure.prototype = { call$1(userId) { @@ -449621,7 +449778,7 @@ call$1(userMap) { return A.microsoftUserList(userMap); }, - $signature: 589 + $signature: 502 }; A.microsoftUserList_closure.prototype = { call$1(userId) { @@ -450182,7 +450339,7 @@ var t1 = contact.link; return t1.length !== 0; }, - $signature: 179 + $signature: 196 }; A.StartVendorMultiselect.prototype = {}; A.AddToVendorMultiselect.prototype = {}; @@ -450299,7 +450456,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].vendorState.map._map$_map.$index(0, id); }, - $signature: 502 + $signature: 501 }; A._archiveVendor__closure0.prototype = { call$1(vendors) { @@ -450308,7 +450465,7 @@ t1[0].call$1(new A.ArchiveVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 501 + $signature: 499 }; A._archiveVendor__closure1.prototype = { call$1(error) { @@ -450346,7 +450503,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].vendorState.map._map$_map.$index(0, id); }, - $signature: 502 + $signature: 501 }; A._deleteVendor__closure0.prototype = { call$1(vendors) { @@ -450355,7 +450512,7 @@ t1[0].call$1(new A.DeleteVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 501 + $signature: 499 }; A._deleteVendor__closure1.prototype = { call$1(error) { @@ -450393,7 +450550,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].vendorState.map._map$_map.$index(0, id); }, - $signature: 502 + $signature: 501 }; A._restoreVendor__closure0.prototype = { call$1(vendors) { @@ -450402,7 +450559,7 @@ t1[0].call$1(new A.RestoreVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 501 + $signature: 499 }; A._restoreVendor__closure1.prototype = { call$1(error) { @@ -450448,7 +450605,7 @@ if (t1 != null) t1.complete$1(0, vendor); }, - $signature: 306 + $signature: 303 }; A._saveVendor__closure0.prototype = { call$1(error) { @@ -450486,7 +450643,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 306 + $signature: 303 }; A._loadVendor__closure0.prototype = { call$1(error) { @@ -450529,7 +450686,7 @@ } else t1[0].call$1(new A.LoadPurchaseOrders(null, 1)); }, - $signature: 2333 + $signature: 2335 }; A._loadVendors__closure0.prototype = { call$1(error) { @@ -450574,7 +450731,7 @@ t1[0].call$1(new A.SaveVendorSuccess(vendor)); this.action.completer.complete$1(0, null); }, - $signature: 306 + $signature: 303 }; A._saveDocument__closure18.prototype = { call$1(error) { @@ -450616,163 +450773,163 @@ b.get$_vendor_state$_$this()._vendor_state$_cancelCompleter = t3; return b; }, - $signature: 2334 + $signature: 2336 }; A.forceSelectedReducer_closure31.prototype = { call$2(completer, action) { return true; }, - $signature: 2335 + $signature: 2337 }; A.forceSelectedReducer_closure32.prototype = { call$2(completer, action) { return false; }, - $signature: 2336 + $signature: 2338 }; A.forceSelectedReducer_closure33.prototype = { call$2(completer, action) { return false; }, - $signature: 2337 + $signature: 2339 }; A.forceSelectedReducer_closure34.prototype = { call$2(completer, action) { return false; }, - $signature: 2338 + $signature: 2340 }; A.forceSelectedReducer_closure35.prototype = { call$2(completer, action) { return false; }, - $signature: 2339 + $signature: 2341 }; A.forceSelectedReducer_closure36.prototype = { call$2(completer, action) { return false; }, - $signature: 2340 + $signature: 2342 }; A.forceSelectedReducer_closure37.prototype = { call$2(completer, action) { return false; }, - $signature: 2341 + $signature: 2343 }; A.forceSelectedReducer_closure38.prototype = { call$2(completer, action) { return false; }, - $signature: 2342 + $signature: 2344 }; A.tabIndexReducer_closure7.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 2343 + $signature: 2345 }; A.tabIndexReducer_closure8.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 99 }; A.saveCompleterReducer_closure0.prototype = { call$2(completer, action) { return action.completer; }, - $signature: 624 + $signature: 626 }; A.cancelCompleterReducer_closure0.prototype = { call$2(completer, action) { return action.cancelCompleter; }, - $signature: 624 + $signature: 626 }; A.selectedIdReducer_closure65.prototype = { call$2(completer, action) { return ""; }, - $signature: 2345 + $signature: 2347 }; A.selectedIdReducer_closure66.prototype = { call$2(completer, action) { return ""; }, - $signature: 2346 + $signature: 2348 }; A.selectedIdReducer_closure67.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_vendor ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure68.prototype = { call$2(selectedId, action) { return action.vendorId; }, - $signature: 2347 + $signature: 2349 }; A.selectedIdReducer_closure69.prototype = { call$2(selectedId, action) { return action.vendor.id; }, - $signature: 2348 + $signature: 2350 }; A.selectedIdReducer_closure70.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure71.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure72.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2349 + $signature: 2351 }; A.selectedIdReducer_closure73.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2350 + $signature: 2352 }; A.selectedIdReducer_closure74.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2351 + $signature: 2353 }; A.selectedIdReducer_closure75.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2352 + $signature: 2354 }; A.selectedIdReducer_closure76.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2353 + $signature: 2355 }; A.selectedIdReducer_closure77.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2354 + $signature: 2356 }; A.selectedIdReducer_closure78.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2355 + $signature: 2357 }; A.selectedIdReducer_closure79.prototype = { call$2(selectedId, action) { @@ -450785,31 +450942,31 @@ } return t1; }, - $signature: 83 + $signature: 81 }; A.editingReducer_closure24.prototype = { call$2(vendors, action) { return J.$index$asx(action.vendors, 0); }, - $signature: 2356 + $signature: 2358 }; A.editingReducer_closure25.prototype = { call$2(vendors, action) { return J.$index$asx(action.vendors, 0); }, - $signature: 2357 + $signature: 2359 }; A.editingReducer_closure26.prototype = { call$2(vendors, action) { return J.$index$asx(action.vendors, 0); }, - $signature: 2358 + $signature: 2360 }; A.editingReducer_closure27.prototype = { call$2(vendor, action) { return action.vendor.rebuild$1(new A.editingReducer__closure9()); }, - $signature: 2359 + $signature: 2361 }; A.editingReducer__closure9.prototype = { call$1(b) { @@ -450856,7 +451013,7 @@ call$2(state, action) { return state.rebuild$1(new A.vendorListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.vendorListReducer__closure.prototype = { call$1(b) { @@ -451051,7 +451208,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 486 + $signature: 481 }; A._deleteVendorSuccess_closure.prototype = { call$1(b) { @@ -451073,7 +451230,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 486 + $signature: 481 }; A._restoreVendorSuccess_closure.prototype = { call$1(b) { @@ -451095,7 +451252,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 486 + $signature: 481 }; A._addVendor_closure.prototype = { call$1(b) { @@ -451108,7 +451265,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 388 + $signature: 364 }; A._addVendor__closure.prototype = { call$1(b) { @@ -451125,7 +451282,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._updateVendor__closure())); return b; }, - $signature: 388 + $signature: 364 }; A._updateVendor__closure.prototype = { call$1(b) { @@ -451142,7 +451299,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._setLoadedVendor__closure())); return b; }, - $signature: 388 + $signature: 364 }; A._setLoadedVendor__closure.prototype = { call$1(b) { @@ -451156,7 +451313,7 @@ call$4(vendorMap, vendorList, userMap, staticState) { return A.dropdownVendorsSelector(vendorMap, vendorList, userMap, staticState); }, - $signature: 2363 + $signature: 2365 }; A.dropdownVendorsSelector_closure.prototype = { call$1(vendorId) { @@ -451176,7 +451333,7 @@ call$6(selectionState, vendorMap, vendorList, vendorListState, userMap, staticState) { return A.filteredVendorsSelector(selectionState, vendorMap, vendorList, vendorListState, userMap, staticState); }, - $signature: 2364 + $signature: 2366 }; A.filteredVendorsSelector_closure.prototype = { call$1(vendorId) { @@ -451222,7 +451379,7 @@ call$2(userId, vendorMap) { return A.vendorStatsForUser(userId, vendorMap); }, - $signature: 2365 + $signature: 2367 }; A.vendorStatsForUser_closure.prototype = { call$2(vendorId, vendor) { @@ -451232,13 +451389,13 @@ else if (vendor.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 2366 + $signature: 2368 }; A.memoizedCalculateVendorBalance_closure.prototype = { call$4(vendorId, currencyId, expenseMap, expenseList) { return A.calculateVendorBalance(vendorId, currencyId, expenseMap, expenseList); }, - $signature: 2367 + $signature: 2369 }; A.calculateVendorBalance_closure.prototype = { call$1(expenseId) { @@ -451286,7 +451443,7 @@ call$1(item) { return item; }, - $signature: 2368 + $signature: 2370 }; A.VendorState_loadVendors_closure.prototype = { call$1(b) { @@ -451301,7 +451458,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 388 + $signature: 364 }; A.VendorUIState.prototype = { get$isCreatingNew() { @@ -451969,7 +452126,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].webhookState.map._map$_map.$index(0, id); }, - $signature: 480 + $signature: 475 }; A._archiveWebhook__closure0.prototype = { call$1(webhooks) { @@ -451978,7 +452135,7 @@ t1[0].call$1(new A.ArchiveWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 478 + $signature: 469 }; A._archiveWebhook__closure1.prototype = { call$1(error) { @@ -452016,7 +452173,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].webhookState.map._map$_map.$index(0, id); }, - $signature: 480 + $signature: 475 }; A._deleteWebhook__closure0.prototype = { call$1(webhooks) { @@ -452025,7 +452182,7 @@ t1[0].call$1(new A.DeleteWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 478 + $signature: 469 }; A._deleteWebhook__closure1.prototype = { call$1(error) { @@ -452063,7 +452220,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].webhookState.map._map$_map.$index(0, id); }, - $signature: 480 + $signature: 475 }; A._restoreWebhook__closure0.prototype = { call$1(webhooks) { @@ -452072,7 +452229,7 @@ t1[0].call$1(new A.RestoreWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 478 + $signature: 469 }; A._restoreWebhook__closure1.prototype = { call$1(error) { @@ -452112,7 +452269,7 @@ } t1.completer.complete$1(0, webhook); }, - $signature: 394 + $signature: 356 }; A._saveWebhook__closure0.prototype = { call$1(error) { @@ -452148,7 +452305,7 @@ t1[0].call$1(new A.LoadWebhookSuccess(webhook)); this.action.completer.complete$1(0, null); }, - $signature: 394 + $signature: 356 }; A._loadWebhook__closure0.prototype = { call$1(error) { @@ -452186,7 +452343,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 2372 + $signature: 2374 }; A._loadWebhooks__closure0.prototype = { call$1(error) { @@ -452219,139 +452376,139 @@ b.get$_webhook_state$_$this()._webhook_state$_forceSelected = t3; return b; }, - $signature: 2373 + $signature: 2375 }; A.forceSelectedReducer_closure111.prototype = { call$2(completer, action) { return true; }, - $signature: 2374 + $signature: 2376 }; A.forceSelectedReducer_closure112.prototype = { call$2(completer, action) { return false; }, - $signature: 2375 + $signature: 2377 }; A.forceSelectedReducer_closure113.prototype = { call$2(completer, action) { return false; }, - $signature: 2376 + $signature: 2378 }; A.forceSelectedReducer_closure114.prototype = { call$2(completer, action) { return false; }, - $signature: 2377 + $signature: 2379 }; A.forceSelectedReducer_closure115.prototype = { call$2(completer, action) { return false; }, - $signature: 2378 + $signature: 2380 }; A.forceSelectedReducer_closure116.prototype = { call$2(completer, action) { return false; }, - $signature: 2379 + $signature: 2381 }; A.forceSelectedReducer_closure117.prototype = { call$2(completer, action) { return false; }, - $signature: 2380 + $signature: 2382 }; A.forceSelectedReducer_closure118.prototype = { call$2(completer, action) { return false; }, - $signature: 2381 + $signature: 2383 }; A.selectedIdReducer_closure223.prototype = { call$2(completer, action) { return ""; }, - $signature: 2382 + $signature: 2384 }; A.selectedIdReducer_closure224.prototype = { call$2(completer, action) { return ""; }, - $signature: 2383 + $signature: 2385 }; A.selectedIdReducer_closure225.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_webhook ? action.entityId : selectedId; }, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure226.prototype = { call$2(selectedId, action) { return action.get$webhookId(); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure227.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$webhook()); }, - $signature: 70 + $signature: 73 }; A.selectedIdReducer_closure228.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 56 + $signature: 50 }; A.selectedIdReducer_closure229.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 47 + $signature: 49 }; A.selectedIdReducer_closure230.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2384 + $signature: 2386 }; A.selectedIdReducer_closure231.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2385 + $signature: 2387 }; A.selectedIdReducer_closure232.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2386 + $signature: 2388 }; A.selectedIdReducer_closure233.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2387 + $signature: 2389 }; A.selectedIdReducer_closure234.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2388 + $signature: 2390 }; A.selectedIdReducer_closure235.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2389 + $signature: 2391 }; A.selectedIdReducer_closure236.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2390 + $signature: 2392 }; A.selectedIdReducer_closure237.prototype = { call$2(selectedId, action) { @@ -452364,44 +452521,44 @@ } return t1; }, - $signature: 83 + $signature: 81 }; A.editingReducer_closure72.prototype = { call$2(webhooks, action) { return J.$index$asx(action.webhooks, 0); }, - $signature: 2391 + $signature: 2393 }; A.editingReducer_closure73.prototype = { call$2(webhooks, action) { return J.$index$asx(action.webhooks, 0); }, - $signature: 2392 + $signature: 2394 }; A.editingReducer_closure74.prototype = { call$2(webhooks, action) { return J.$index$asx(action.webhooks, 0); }, - $signature: 2393 + $signature: 2395 }; A.editingReducer_closure75.prototype = { call$2(webhook, action) { return action.webhook.rebuild$1(new A.editingReducer__closure26()); }, - $signature: 2394 + $signature: 2396 }; A.editingReducer__closure26.prototype = { call$1(b) { b.get$_webhook_model$_$this()._webhook_model$_isChanged = true; return b; }, - $signature: 255 + $signature: 257 }; A.webhookListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.webhookListReducer__closure()); }, - $signature: 52 + $signature: 55 }; A.webhookListReducer__closure.prototype = { call$1(b) { @@ -452558,7 +452715,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 464 + $signature: 454 }; A._deleteWebhookSuccess_closure.prototype = { call$1(b) { @@ -452580,7 +452737,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 464 + $signature: 454 }; A._restoreWebhookSuccess_closure.prototype = { call$1(b) { @@ -452602,7 +452759,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 464 + $signature: 454 }; A._addWebhook_closure.prototype = { call$1(b) { @@ -452615,7 +452772,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 401 + $signature: 425 }; A._updateWebhook_closure.prototype = { call$1(b) { @@ -452624,7 +452781,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 401 + $signature: 425 }; A._setLoadedWebhook_closure.prototype = { call$1(b) { @@ -452633,13 +452790,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 401 + $signature: 425 }; A.memoizedFilteredWebhookList_closure.prototype = { call$4(selectionState, webhookMap, webhookList, webhookListState) { return A.filteredWebhooksSelector(selectionState, webhookMap, webhookList, webhookListState); }, - $signature: 2398 + $signature: 2400 }; A.filteredWebhooksSelector_closure.prototype = { call$1(webhookId) { @@ -452702,7 +452859,7 @@ call$1(item) { return item; }, - $signature: 2399 + $signature: 2401 }; A.WebhookState_loadWebhooks_closure.prototype = { call$1(b) { @@ -452717,7 +452874,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 401 + $signature: 425 }; A.WebhookUIState.prototype = { get$isCreatingNew() { @@ -453171,7 +453328,7 @@ 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: 402 + $signature: 347 }; A.ActionMenuButton.prototype = { build$1(context) { @@ -453207,19 +453364,19 @@ t1.push(A.PopupMenuItem$(A.Row$(A._setArrayType([t3, new A.SizedBox(16, _null, _null, _null), A.Expanded$(A.Text$(t2 == null ? "" : t2, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), action, type$.legacy_EntityAction)); } }, - $signature: 296 + $signature: 293 }; A.ActionMenuButton_build_closure0.prototype = { call$1(context) { return this.actions; }, - $signature: 636 + $signature: 638 }; A.ActionMenuButton_build_closure1.prototype = { call$1(action) { this.$this.onSelected.call$2(this.context, action); }, - $signature: 296 + $signature: 293 }; A.ViewActionMenuButton.prototype = { build$1(context) { @@ -453346,7 +453503,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$.legacy_AppState, type$.legacy_BuiltList_legacy_EntityState); }, - $signature: 2403 + $signature: 2405 }; A._AppBottomBarState_build___closure8.prototype = { call$1(store) { @@ -453354,7 +453511,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.getUIState$1(this.$this._widget.entityType).get$listUIState().stateFilters; }, - $signature: 2404 + $signature: 2406 }; A._AppBottomBarState_build___closure7.prototype = { call$2(context, stateFilters) { @@ -453364,7 +453521,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_legacy_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.Clip_0, t1.background, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2405 + $signature: 2407 }; A._AppBottomBarState_build____closure1.prototype = { call$1(state) { @@ -453376,13 +453533,13 @@ t4 = B.JSArray_methods.contains$1(this.stateFilters._list, state); return A.CheckboxListTile$(A.Theme_of(t1).colorScheme.secondary, _null, B.ListTileControlAffinity_0, true, new A.ValueKey(t3, type$.ValueKey_legacy_String), new A._AppBottomBarState_build_____closure2(this.$this, state), t2, t4); }, - $signature: 2406 + $signature: 2408 }; A._AppBottomBarState_build_____closure2.prototype = { call$1(value) { this.$this._widget.onSelectedState$2(this.state, value); }, - $signature: 19 + $signature: 20 }; A._AppBottomBarState_build__closure15.prototype = { call$0() { @@ -453408,7 +453565,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$.legacy_AppState, type$.legacy_BuiltList_legacy_EntityStatus); }, - $signature: 2407 + $signature: 2409 }; A._AppBottomBarState_build___closure6.prototype = { call$1(store) { @@ -453416,7 +453573,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.getUIState$1(this.$this._widget.entityType).get$listUIState().statusFilters; }, - $signature: 2408 + $signature: 2410 }; A._AppBottomBarState_build___closure5.prototype = { call$2(context, statusFilters) { @@ -453427,7 +453584,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_legacy_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.Clip_0, t1.background, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2409 + $signature: 2411 }; A._AppBottomBarState_build____closure0.prototype = { call$1($status) { @@ -453438,13 +453595,13 @@ t4 = B.JSArray_methods.contains$1(this.statusFilters._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: 2410 + $signature: 2412 }; A._AppBottomBarState_build_____closure1.prototype = { call$1(value) { this.$this._widget.onSelectedStatus$2(this.status, value); }, - $signature: 19 + $signature: 20 }; A._AppBottomBarState_build__closure13.prototype = { call$0() { @@ -453470,7 +453627,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$.legacy_AppState, type$.legacy_ListUIState); }, - $signature: 2411 + $signature: 2413 }; A._AppBottomBarState_build___closure0.prototype = { call$1(store) { @@ -453478,7 +453635,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.getUIState$1(this.$this._widget.entityType).get$listUIState(); }, - $signature: 2412 + $signature: 2414 }; A._AppBottomBarState_build___closure.prototype = { call$2(context, listUIState) { @@ -453489,7 +453646,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.background, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2413 + $signature: 2415 }; A._AppBottomBarState_build____closure.prototype = { call$1(sortField) { @@ -453519,7 +453676,7 @@ t3 = _null; return A.InkWell$(false, _null, true, new A.IgnorePointer(true, _null, 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_legacy_String), _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: 637 + $signature: 639 }; A._AppBottomBarState_build_____closure0.prototype = { call$0() { @@ -453564,7 +453721,7 @@ this.state.getUIState$1(t2).get$listUIState().toString; return new A.CustomFieldSelector(1, t2, t1._widget.customValues1, new A._AppBottomBarState_build___closure4(t1), null); }, - $signature: 408 + $signature: 343 }; A._AppBottomBarState_build___closure4.prototype = { call$1(field) { @@ -453597,7 +453754,7 @@ this.state.getUIState$1(t2).get$listUIState().toString; return new A.CustomFieldSelector(2, t2, t1._widget.customValues2, new A._AppBottomBarState_build___closure3(t1), null); }, - $signature: 408 + $signature: 343 }; A._AppBottomBarState_build___closure3.prototype = { call$1(field) { @@ -453630,7 +453787,7 @@ this.state.getUIState$1(t2).get$listUIState().toString; return new A.CustomFieldSelector(3, t2, t1._widget.customValues3, new A._AppBottomBarState_build___closure2(t1), null); }, - $signature: 408 + $signature: 343 }; A._AppBottomBarState_build___closure2.prototype = { call$1(field) { @@ -453663,7 +453820,7 @@ this.state.getUIState$1(t2).get$listUIState().toString; return new A.CustomFieldSelector(4, t2, t1._widget.customValues4, new A._AppBottomBarState_build___closure1(t1), null); }, - $signature: 408 + $signature: 343 }; A._AppBottomBarState_build___closure1.prototype = { call$1(field) { @@ -453793,7 +453950,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: 2417 + $signature: 2419 }; A._AppBottomBarState_build_closure__onColumnsPressed.prototype = { call$0() { @@ -453839,14 +453996,14 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SaveUserSettingsRequest(completer, user)); }, - $signature: 110 + $signature: 108 }; 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$.legacy_String)); return b; }, - $signature: 641 + $signature: 643 }; A._AppBottomBarState_build___onColumnsPressed__closure0.prototype = { call$1(b) { @@ -453856,7 +454013,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 97 + $signature: 95 }; A._AppBottomBarState_build___onColumnsPressed__closure1.prototype = { call$1(b) { @@ -453866,7 +454023,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 105 + $signature: 106 }; A._AppBottomBarState_build__closure.prototype = { call$0() { @@ -453904,7 +454061,7 @@ t2 = this.$this; return t1.getUIState$1(t2.entityType).get$listUIState().getCustomFilters$1(t2.customNumber); }, - $signature: 2420 + $signature: 2422 }; A.CustomFieldSelector_build_closure.prototype = { call$2(context, customFilters) { @@ -453915,7 +454072,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_legacy_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.Clip_0, t1.background, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2421 + $signature: 2423 }; A.CustomFieldSelector_build__closure.prototype = { call$1(customField) { @@ -453925,7 +454082,7 @@ t3 = B.JSArray_methods.contains$1(this.customFilters._list, customField); return A.CheckboxListTile$(A.Theme_of(this.context).colorScheme.secondary, _null, B.ListTileControlAffinity_0, true, new A.ValueKey(t1, type$.ValueKey_String), new A.CustomFieldSelector_build___closure(this.$this, customField), t2, t3); }, - $signature: 2422 + $signature: 2424 }; A.CustomFieldSelector_build___closure.prototype = { call$1(value) { @@ -453984,7 +454141,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_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); }, - $signature: 142 + $signature: 155 }; A.AppHeader_build__value2.prototype = { call$0() { @@ -453997,7 +454154,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_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); }, - $signature: 142 + $signature: 155 }; A.AppTitleBar.prototype = { build$1(context) { @@ -454197,7 +454354,7 @@ t1[0].call$1(new A.ViewMainScreen()); } }, - $signature: 38 + $signature: 39 }; A.ConfirmEmail.prototype = { build$1(context) { @@ -454267,7 +454424,7 @@ call$2(context, viewModel) { return new A.ConfirmEmail(viewModel, null); }, - $signature: 2425 + $signature: 2427 }; A.ConfirmEmailVM.prototype = {}; A.ConfirmEmailVM_fromStore_closure0.prototype = { @@ -454308,14 +454465,14 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SaveAuthUserRequest(completer, user, password, idToken)); }, - $signature: 644 + $signature: 646 }; A.ConfirmEmailVM_fromStore__closure.prototype = { call$1(b) { b.get$_user_model$_$this()._email = this.email; return b; }, - $signature: 105 + $signature: 106 }; A.CopyToClipboard.prototype = { build$1(context) { @@ -454476,7 +454633,7 @@ } else if (sessionLength > sessionTimeout - 120000) t1.setState$1(new A._DesktopSessionTimeoutState_initState__closure(t1)); }, - $signature: 574 + $signature: 448 }; A._DesktopSessionTimeoutState_initState__closure.prototype = { call$0() { @@ -454542,7 +454699,7 @@ call$1(action) { return new A.Padding(B.EdgeInsets_0_0_16_0, action, null); }, - $signature: 2427 + $signature: 2429 }; A.MessageDialog_build_closure0.prototype = { call$0() { @@ -454906,13 +455063,13 @@ t1 = ""; return A.MultiSelectList$(t1, _this.defaultSelected, _this.entityType, true, false, new A.multiselectDialog__closure(_this.onSelected), _this.options, null, _this.selected); }, - $signature: 2429 + $signature: 2431 }; A.multiselectDialog__closure.prototype = { call$1(values) { return this.onSelected.call$1(values); }, - $signature: 2430 + $signature: 2432 }; A.MultiSelectList.prototype = { createState$0() { @@ -455057,7 +455214,7 @@ t2 = columnTitle.length === 0 ? t2.lookupOption$1(option) : columnTitle; return new A.Padding(B.EdgeInsets_10_3_10_3, A.Row$(A._setArrayType([t4, 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_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.ValueKey("__" + t1 + "_" + t3 + "__", type$.ValueKey_legacy_String)); }, - $signature: 2432 + $signature: 2434 }; A.MultiSelectListState_build__closure2.prototype = { call$0() { @@ -455119,7 +455276,7 @@ t2 = A._setArrayType(t2.slice(0), A.instanceType(t2)); return t1.selected = t2; }, - $signature: 648 + $signature: 650 }; A.MultiSelectListState_build_closure7.prototype = { call$0() { @@ -455139,7 +455296,7 @@ t2 = A._setArrayType(t2.slice(0), A.instanceType(t2)); return t1.selected = t2; }, - $signature: 648 + $signature: 650 }; A.MultiSelectListState_build_closure8.prototype = { call$0() { @@ -455208,35 +455365,35 @@ A.handleEntitiesActions(A._setArrayType([this.$this.entity], type$.JSArray_legacy_BaseEntity), B.EntityAction_toggleMultiselect, false); return null; }, - $signature: 20 + $signature: 19 }; A.DismissibleEntity_build_closure0.prototype = { call$1(context) { A.handleEntitiesActions(A._setArrayType([this.$this.entity], type$.JSArray_legacy_BaseEntity), B.EntityAction_more, false); return null; }, - $signature: 20 + $signature: 19 }; A.DismissibleEntity_build_closure1.prototype = { call$1(context) { A.handleEntitiesActions(A._setArrayType([this.$this.entity], type$.JSArray_legacy_BaseEntity), B.EntityAction_archive, false); return null; }, - $signature: 20 + $signature: 19 }; A.DismissibleEntity_build_closure2.prototype = { call$1(context) { A.handleEntitiesActions(A._setArrayType([this.$this.entity], type$.JSArray_legacy_BaseEntity), B.EntityAction_restore, false); return null; }, - $signature: 20 + $signature: 19 }; A.DismissibleEntity_build_closure3.prototype = { call$1(context) { A.handleEntitiesActions(A._setArrayType([this.$this.entity], type$.JSArray_legacy_BaseEntity), B.EntityAction_delete, false); return null; }, - $signature: 20 + $signature: 19 }; A.DocumentGrid.prototype = { createState$0() { @@ -455343,14 +455500,14 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2436 + $signature: 2438 }; A._DocumentGridState_build_closure.prototype = { call$1(detail) { var t1 = this.$this; t1.setState$1(new A._DocumentGridState_build__closure1(t1)); }, - $signature: 650 + $signature: 652 }; A._DocumentGridState_build__closure1.prototype = { call$0() { @@ -455363,7 +455520,7 @@ var t1 = this.$this; t1.setState$1(new A._DocumentGridState_build__closure0(t1)); }, - $signature: 650 + $signature: 652 }; A._DocumentGridState_build__closure0.prototype = { call$0() { @@ -455499,14 +455656,14 @@ t2 = J.map$1$1$ax(t2._widget.documents._copy_on_write_list$_list, new A._DocumentGridState_build__closure(t2), type$.legacy_DocumentTile); return A.GridView$count((t1 / 2 - 8) / 200, A.List_List$of(t2, true, t2.$ti._eval$1("ListIterable.E")), 2, 0, 0, new A.EdgeInsets(6, 6, 6, 6), new A.NeverScrollableScrollPhysics(null), true, true); }, - $signature: 402 + $signature: 347 }; A._DocumentGridState_build__closure.prototype = { call$1($document) { var t1 = this.$this._widget; return new A.DocumentTile($document, t1.onDeleteDocument, t1.onViewExpense, t1.onRenamedDocument, null); }, - $signature: 2438 + $signature: 2440 }; A.DocumentTile.prototype = { build$1(context) { @@ -455596,7 +455753,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 283 + $signature: 282 }; A.DocumentTile_build__closure.prototype = { call$1(_) { @@ -455632,14 +455789,14 @@ call$1(value) { this.$this.onRenamedDocument.call$0(); }, - $signature: 50 + $signature: 48 }; A.DocumentTile_build___closure0.prototype = { call$1(b) { b.get$_document_model$_$this()._document_model$_name = this.name; return b; }, - $signature: 467 + $signature: 468 }; A.DocumentTile_build_closure.prototype = { call$1(context) { @@ -455648,7 +455805,7 @@ t2 = type$.legacy_String; return A._setArrayType([A.PopupMenuItem$(new A.IconText(t1.get$download(t1), B.IconData_57857_MaterialIcons_null_false, _null, _null, false, _null), t1.get$download(t1), t2), A.PopupMenuItem$(new A.IconText(t1.get$rename(), B._MdiIconData_gkc, _null, _null, false, _null), t1.get$rename(), t2), A.PopupMenuItem$(new A.IconText(t1.get$$delete(t1), B.IconData_57785_MaterialIcons_null_false, _null, _null, false, _null), t1.get$$delete(t1), t2)], type$.JSArray_legacy_PopupMenuEntry_legacy_String); }, - $signature: 360 + $signature: 401 }; A.DocumentPreview.prototype = { build$1(context) { @@ -455675,14 +455832,14 @@ var _null = null; return A.Container$(_null, A.Center$(A.CircularProgressIndicator$(_null, _null, _null, _null, _null, 4, _null, _null), _null, _null), B.Clip_0, _null, _null, _null, _null, this.$this.height, _null, _null, _null, _null, _null, _null); }, - $signature: 2441 + $signature: 2443 }; A.DocumentPreview_build_closure.prototype = { call$3(context, url, error) { var _null = null; return A.Text$(A.S(error) + ": " + A.S(url), _null, 6, B.TextOverflow_2, _null, _null, _null, _null, _null, _null); }, - $signature: 2442 + $signature: 2444 }; A.EditScaffold.prototype = { build$1(context) { @@ -455898,7 +456055,7 @@ call$1(action) { return action != null; }, - $signature: 443 + $signature: 554 }; A.EditScaffold_build_closure11.prototype = { call$0() { @@ -455965,7 +456122,7 @@ call$1(context) { return new A.UpgradeDialog(null); }, - $signature: 332 + $signature: 276 }; A.EditScaffold_build_closure4.prototype = { call$1(action) { @@ -455996,7 +456153,7 @@ t3 = t5.isSaving ? _null : new A.EditScaffold_build__closure0(_this.$this, action, t3, _this.store); return A.OutlinedButton$(new A.ConstrainedBox(new A.BoxConstraints(t4, 1 / 0, 0, 1 / 0), t1, _null), _null, t3, t2); }, - $signature: 451 + $signature: 547 }; A.EditScaffold_build__closure0.prototype = { call$0() { @@ -456028,13 +456185,13 @@ var _this = this, _null = null; return A.PopupMenuButton$(new A.Padding(B.EdgeInsets_8_0_8_0, A.getLayout(context) === B.AppLayout_desktop ? A.Row$(A._setArrayType([A.Text$(_this.localization.get$more(), _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)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null) : A.Icon$(B.IconData_58372_MaterialIcons_null_false, _null, _null), _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$.legacy_EntityAction); }, - $signature: 453 + $signature: 545 }; A.EditScaffold_build__closure2.prototype = { call$1(action) { this.$this.onActionPressed.call$2(this.context, action); }, - $signature: 296 + $signature: 293 }; A.EditScaffold_build__closure1.prototype = { call$1(context) { @@ -456044,7 +456201,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: 457 + $signature: 536 }; A.EditScaffold_build___closure.prototype = { call$1(action) { @@ -456054,7 +456211,7 @@ t1 = A.Localizations_of(t1, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).lookup$1(J.toString$0$(action)); return A.PopupMenuItem$(A.Row$(A._setArrayType([t2, new A.SizedBox(16, _null, _null, _null), A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), action, type$.legacy_EntityAction); }, - $signature: 462 + $signature: 523 }; A.EditScaffold_build_closure5.prototype = { call$0() { @@ -456111,7 +456268,7 @@ t1.push(t3[_i]); return t1; }, - $signature: 636 + $signature: 638 }; A.EditScaffold_build__closure.prototype = { call$1(action) { @@ -456124,13 +456281,13 @@ } return t1; }, - $signature: 2450 + $signature: 2452 }; A.EditScaffold_build_closure10.prototype = { call$1(action) { return this.$this.onActionPressed.call$2(this.context, action); }, - $signature: 2451 + $signature: 2453 }; A.showEntityActionsDialog_closure.prototype = { call$1(entityAction) { @@ -456140,13 +456297,13 @@ else return new A.EntityActionListTile(this.entities, entityAction, this.mainContext, this.completer, _null); }, - $signature: 2452 + $signature: 2454 }; A.showEntityActionsDialog_closure0.prototype = { call$1(dialogContext) { return A.SimpleDialog$(this.actions, null); }, - $signature: 168 + $signature: 175 }; A.EntityActionListTile.prototype = { build$1(context) { @@ -456354,7 +456511,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this._widget.entity], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 68 + $signature: 64 }; A._EntityListTileState_build_closure0.prototype = { call$0() { @@ -456369,7 +456526,7 @@ var t1 = this.$this; return t1.setState$1(new A._EntityListTileState_build__closure0(t1)); }, - $signature: 272 + $signature: 267 }; A._EntityListTileState_build__closure0.prototype = { call$0() { @@ -456382,7 +456539,7 @@ var t1 = this.$this; return t1.setState$1(new A._EntityListTileState_build__closure(t1)); }, - $signature: 262 + $signature: 250 }; A._EntityListTileState_build__closure.prototype = { call$0() { @@ -456483,7 +456640,7 @@ var t1 = this.$this; return t1.setState$1(new A._EntitiesListTileState_build__closure0(t1)); }, - $signature: 272 + $signature: 267 }; A._EntitiesListTileState_build__closure0.prototype = { call$0() { @@ -456496,7 +456653,7 @@ var t1 = this.$this; return t1.setState$1(new A._EntitiesListTileState_build__closure(t1)); }, - $signature: 262 + $signature: 250 }; A._EntitiesListTileState_build__closure.prototype = { call$0() { @@ -456791,7 +456948,7 @@ t5 = t4.onAddPressed != null ? new A._EntityDropdownState__showOptions__closure0(t1) : null; return new A.EntityDropdownDialog(t2, t3, new A._EntityDropdownState__showOptions__closure1(t1), t5, t4.overrideSuggestedAmount, t4.overrideSuggestedLabel, null); }, - $signature: 2456 + $signature: 2458 }; A._EntityDropdownState__showOptions__closure.prototype = { call$1(elementId) { @@ -456817,13 +456974,13 @@ call$1(entity) { return this.call$2(entity, true); }, - $signature: 2457 + $signature: 2459 }; A._EntityDropdownState__showOptions__closure0.prototype = { call$2(context, completer) { return this.$this._widget.onAddPressed$1(completer); }, - $signature: 2458 + $signature: 2460 }; A._EntityDropdownState_build_closure.prototype = { call$0() { @@ -456888,32 +457045,32 @@ B.JSArray_methods.add$1(options, new A._AutocompleteEntity(textEditingValue.text)); return options; }, - $signature: 2460 + $signature: 2462 }; A._EntityDropdownState_build__closure.prototype = { call$1(entityId) { return this.$this._entityMap._map$_map.$index(0, entityId); }, - $signature: 2461 + $signature: 2463 }; A._EntityDropdownState_build__closure0.prototype = { call$1(entity) { var t1 = entity == null ? null : entity.matchesFilter$1(this.textEditingValue.text); return t1 === true; }, - $signature: 664 + $signature: 666 }; A._EntityDropdownState_build__closure1.prototype = { call$1(element) { return !J.contains$1$asx(this.$this._widget.excludeIds, element.get$id(element)); }, - $signature: 664 + $signature: 666 }; A._EntityDropdownState_build_closure3.prototype = { call$1(entity) { return entity.get$listDisplayName(); }, - $signature: 131 + $signature: 134 }; A._EntityDropdownState_build_closure4.prototype = { call$1(entity) { @@ -456947,21 +457104,21 @@ t1._entity_dropdown$_focusNode.requestFocus$0(); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._EntityDropdownState_build___wrapUp_closure(t1)); }, - $signature: 171 + $signature: 167 }; 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: 38 + $signature: 39 }; A._EntityDropdownState_build__closure2.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: 38 + $signature: 39 }; A._EntityDropdownState_build__closure3.prototype = { call$1(value) { @@ -457004,7 +457161,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: 537 + $signature: 465 }; A._EntityDropdownState_build__closure7.prototype = { call$1(value) { @@ -457031,14 +457188,14 @@ 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, 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: 2465 + $signature: 2467 }; A._EntityDropdownState_build__closure5.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); }, - $signature: 2466 + $signature: 2468 }; A._EntityDropdownState_build___closure.prototype = { call$1(context) { @@ -457060,19 +457217,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: 2467 + $signature: 2469 }; A._EntityDropdownState_build____closure.prototype = { call$1(timeStamp) { A.Scrollable_ensureVisible(this.context, 0, B.ScrollPositionAlignmentPolicy_0); }, - $signature: 38 + $signature: 39 }; A._EntityDropdownState_build____closure0.prototype = { call$1(entity) { return this.onSelected.call$1(entity); }, - $signature: 171 + $signature: 167 }; A._EntityDropdownState_build_closure6.prototype = { call$0() { @@ -457113,7 +457270,7 @@ this.$this._widget.onSelected$1(entity); A.Navigator_of(this.context, false).pop$1(null); }, - $signature: 171 + $signature: 167 }; A._EntityDropdownDialogState_build__headerRow.prototype = { call$0() { @@ -457127,7 +457284,7 @@ t2 = t2._widget.onAddPressed != null ? A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57424_MaterialIcons_null_false, _null, _null), _null, new A._EntityDropdownDialogState_build__headerRow_closure1(t2, t5), _null, _null, t3.get$createNew(), _null) : 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), t4, t6, t2], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 142 + $signature: 155 }; A._EntityDropdownDialogState_build__headerRow_closure.prototype = { call$1(value) { @@ -457176,7 +457333,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: 142 + $signature: 155 }; A._EntityDropdownDialogState_build__createList_closure.prototype = { call$1(entityId) { @@ -457203,13 +457360,13 @@ t1 = t1._widget; return new A.EntityAutocompleteListTile(entity, new A._EntityDropdownDialogState_build__createList__closure(this._selectEntity), t2, null, t1.overrideSuggestedAmount, t1.overrideSuggestedLabel, null); }, - $signature: 2468 + $signature: 2470 }; A._EntityDropdownDialogState_build__createList__closure.prototype = { call$1(entity) { return this._selectEntity.call$1(entity); }, - $signature: 171 + $signature: 167 }; A.EntityAutocompleteListTile.prototype = { build$1(context) { @@ -457307,7 +457464,7 @@ t1 = (t2 == null ? "" : t2).length === 0 ? " " : t2; 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_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), t2, false, _null, _null, _null); }, - $signature: 142 + $signature: 155 }; A.EntityHeader_build__value2.prototype = { call$0() { @@ -457319,7 +457476,7 @@ t1 = (t2 == null ? "" : t2).length === 0 ? " " : t2; 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_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), t2, false, _null, _null, _null); }, - $signature: 142 + $signature: 155 }; A.EntityStateLabel.prototype = { build$1(context) { @@ -457426,7 +457583,7 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].userCompany.company.isModuleEnabled$1(element); }, - $signature: 267 + $signature: 265 }; A.EntityTopFilter_build_closure0.prototype = { call$0() { @@ -457474,7 +457631,7 @@ t3 = _this.filterEntityType; return A.PopupMenuButton$(new A.Padding(B.EdgeInsets_4_0_4_0, A.Row$(A._setArrayType([A.Text$(t1.get$more(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t2.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, t2.get$headerTextColor(), _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _this.routeEntityType, new A.EntityTopFilter_build__closure(t3, _this.relatedTypes, remaining, t2, t1), new A.EntityTopFilter_build__closure0(t3, _this.filterEntity), B.EdgeInsets_8_8_8_8, _null, type$.legacy_EntityType); }, - $signature: 2469 + $signature: 2471 }; A.EntityTopFilter_build__closure0.prototype = { call$1(value) { @@ -457484,7 +457641,7 @@ else A.viewEntitiesByType(value, t1, 0); }, - $signature: 231 + $signature: 259 }; A.EntityTopFilter_build__closure.prototype = { call$1(context) { @@ -457495,7 +457652,7 @@ 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: 2471 + $signature: 2473 }; A.EntityTopFilter_build___closure.prototype = { call$1(element) { @@ -457503,7 +457660,7 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].userCompany.company.isModuleEnabled$1(element); }, - $signature: 267 + $signature: 265 }; A.EntityTopFilter_build___closure0.prototype = { call$1(type) { @@ -457511,7 +457668,7 @@ t1 = this.localization; return A.PopupMenuItem$(new A.ConstrainedBox(new A.BoxConstraints(75, 1 / 0, 0, 1 / 0), A.Text$(type === this.filterEntityType ? t1.get$overview() : A.S(t1.lookup$1(type.get$plural())), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), type, type$.legacy_EntityType); }, - $signature: 2472 + $signature: 2474 }; A.EntityTopFilter_build_closure6.prototype = { call$0() { @@ -457575,7 +457732,7 @@ call$1(action) { return action != null; }, - $signature: 443 + $signature: 554 }; A.EntityTopFilterHeader_build_closure0.prototype = { call$0() { @@ -457622,7 +457779,7 @@ t3 = t3 ? _null : new A.EntityTopFilterHeader_build__closure(_this.filterEntity, action); return A.OutlinedButton$(new A.IconText(label, t2, t4, _null, false, _null), _null, t3, t1); }, - $signature: 451 + $signature: 547 }; A.EntityTopFilterHeader_build__closure.prototype = { call$0() { @@ -457635,13 +457792,13 @@ var _this = this, _null = null; return A.PopupMenuButton$(new A.Padding(B.EdgeInsets_8_0_8_0, A.Row$(A._setArrayType([A.Text$(_this.localization.get$more(), _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)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, new A.EntityTopFilterHeader_build__closure0(_this.entityActions, remaining), new A.EntityTopFilterHeader_build__closure1(_this.filterEntity), B.EdgeInsets_8_8_8_8, _null, type$.legacy_EntityAction); }, - $signature: 453 + $signature: 545 }; A.EntityTopFilterHeader_build__closure1.prototype = { call$1(action) { A.handleEntitiesActions(A._setArrayType([this.filterEntity], type$.JSArray_legacy_BaseEntity), action, false); }, - $signature: 296 + $signature: 293 }; A.EntityTopFilterHeader_build__closure0.prototype = { call$1(context) { @@ -457651,7 +457808,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: 457 + $signature: 536 }; A.EntityTopFilterHeader_build___closure.prototype = { call$1(action) { @@ -457661,7 +457818,7 @@ t1 = A.Localizations_of(t1, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).lookup$1(J.toString$0$(action)); return A.PopupMenuItem$(A.Row$(A._setArrayType([t2, new A.SizedBox(16, _null, _null, _null), A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), action, type$.legacy_EntityAction); }, - $signature: 462 + $signature: 523 }; A.EntityTopFilterHeader_build_closure5.prototype = { call$0() { @@ -457832,7 +457989,7 @@ t2 = A.instanceType(t5)._eval$1("MappedListIterable<1,Container*>"); return A.ToggleButtons$(_null, A.List_List$of(new A.MappedListIterable(t5, new A.AppToggleButtons_build__closure(t1), t2), true, t2._eval$1("ListIterable.E")), _null, _null, isSelected, new A.AppToggleButtons_build__closure0(t4), true, _null, _null); }, - $signature: 668 + $signature: 670 }; A.AppToggleButtons_build__closure.prototype = { call$1(label) { @@ -457840,13 +457997,13 @@ t1 = this._box_0.toggleWidth; return A.Container$(_null, A.Center$(A.Text$(label[0].toUpperCase() + J.substring$1$s(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: 2474 + $signature: 2476 }; A.AppToggleButtons_build__closure0.prototype = { call$1(index) { return this.$this.onTabChanged.call$1(index); }, - $signature: 178 + $signature: 197 }; A.BoolDropdownButton.prototype = { build$1(context) { @@ -457927,7 +458084,7 @@ call$1(value) { return null; }, - $signature: 19 + $signature: 20 }; A.BoolDropdownButton_build_closure4.prototype = { call$0() { @@ -457939,7 +458096,7 @@ call$1(value) { return null; }, - $signature: 19 + $signature: 20 }; A.ClientPicker.prototype = { build$1(context) { @@ -458098,13 +458255,13 @@ t3 = _this.localization; return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t3.get$cancel(t3).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._FormColorPickerState__showPicker__closure0(context), _null), A.TextButton$(false, A.Text$(t3.get$done().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._FormColorPickerState__showPicker__closure1(t1, context), _null)], type$.JSArray_legacy_Widget), _null, _null, t2, _null, _null, _null); }, - $signature: 196 + $signature: 193 }; A._FormColorPickerState__showPicker__closure.prototype = { call$1(color) { this.$this._pendingColor = A.convertColorToHexString(color); }, - $signature: 2477 + $signature: 2479 }; A._FormColorPickerState__showPicker__closure0.prototype = { call$0() { @@ -458217,7 +458374,7 @@ if (t1.onChanged != null) t1.onChanged$1(value ? "yes" : "no"); }, - $signature: 19 + $signature: 20 }; A._CustomFieldState_build_closure0.prototype = { call$2(date, _) { @@ -458233,7 +458390,7 @@ if (t1.onChanged != null) t1.onChanged$1(date); }, - $signature: 44 + $signature: 43 }; A._CustomFieldState_build_closure1.prototype = { call$1(option) { @@ -458712,7 +458869,7 @@ else if (this.enterShouldSubmit) t1._widget.onSavePressed$1(this.context); }, - $signature: 89 + $signature: 88 }; A.DesignPicker.prototype = { build$1(context) { @@ -458873,14 +459030,14 @@ var t1 = type$.MappedListIterable_of_legacy_int_and_legacy_PopupMenuItem_legacy_int; return A.List_List$of(new A.MappedListIterable(A._setArrayType([15, 30, 45, 60, 75, 90, 105, 120], type$.JSArray_legacy_int), new A._DurationPickerState_build__closure0(), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 2480 + $signature: 2482 }; 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$.legacy_int); }, - $signature: 2481 + $signature: 2483 }; A._DurationPickerState_build_closure0.prototype = { call$1(minutes) { @@ -458889,7 +459046,7 @@ t1._duration_picker$_textController.set$text(0, A.formatDuration(duration, true)); t1._widget.onSelected$1(duration); }, - $signature: 116 + $signature: 112 }; A.DynamicSelector.prototype = { build$1(context) { @@ -459132,7 +459289,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)], type$.JSArray_legacy_DataCell)); }, - $signature: 2484 + $signature: 2486 }; A.NotificationSettings_build__closure.prototype = { call$1(value) { @@ -459307,7 +459464,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveProjectRequest(completer, t1)); }, - $signature: 148 + $signature: 143 }; A.ProjectPicker_build__closure.prototype = { call$1(b) { @@ -459315,7 +459472,7 @@ b.get$_project_model$_$this()._project_model$_clientId = this.$this.clientId; return b; }, - $signature: 197 + $signature: 186 }; A.SaveCancelButtons.prototype = { build$1(context) { @@ -459344,7 +459501,7 @@ t3 = false; return new A.AppTextButton(t2, t1.isEnabled || t1.isCancelEnabled ? new A.SaveCancelButtons_build__closure0(t1, context) : null, t3, null, null); }, - $signature: 378 + $signature: 397 }; A.SaveCancelButtons_build__closure0.prototype = { call$0() { @@ -459364,7 +459521,7 @@ t3 = t1.isEnabled ? new A.SaveCancelButtons_build__closure(t1, context) : null; return new A.AppTextButton(t2, t3, t1.isHeader, null, null); }, - $signature: 378 + $signature: 397 }; A.SaveCancelButtons_build__closure.prototype = { call$0() { @@ -459634,7 +459791,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 148 + $signature: 143 }; A.VendorPicker_build__closure.prototype = { call$1(b) { @@ -459690,7 +459847,7 @@ var _null = null; return A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57706_MaterialIcons_null_false, _null, _null), _null, new A.HistoryDrawer_build__closure(context), _null, _null, _null, _null); }, - $signature: 562 + $signature: 566 }; A.HistoryDrawer_build__closure.prototype = { call$0() { @@ -459763,7 +459920,7 @@ call$0() { return A.format(A.DateTime$fromMillisecondsSinceEpoch(this.history.timestamp, false), false, J.$add$ansx(A.localeSelector(this.state, true), "_short")); }, - $signature: 135 + $signature: 132 }; A._HistoryListTileState_build_closure1.prototype = { call$0() { @@ -459835,7 +459992,7 @@ call$2(context, viewModel) { return new A.HistoryDrawer(null); }, - $signature: 2488 + $signature: 2490 }; A.AppDrawerVM.prototype = { get$user(receiver) { @@ -460194,7 +460351,7 @@ return; t1.setState$1(new A._InvoiceEmailViewState__loadTemplate__closure(t1, subject, body, email, rawBody, this.origSubject, this.origBody, rawSubject)); }, - $signature: 678 + $signature: 680 }; A._InvoiceEmailViewState__loadTemplate__closure.prototype = { call$0() { @@ -460224,7 +460381,7 @@ var t1 = this.invoice; return B.JSArray_methods.firstWhere$2$orElse((t1.entityType === B.EntityType_purchaseOrder ? this.vendor.contacts : this.client.contacts)._list, new A._InvoiceEmailViewState__buildTemplateDropdown__closure0(t1, invitation), new A._InvoiceEmailViewState__buildTemplateDropdown__closure1()); }, - $signature: 2490 + $signature: 2492 }; A._InvoiceEmailViewState__buildTemplateDropdown__closure0.prototype = { call$1(contact) { @@ -460232,7 +460389,7 @@ t2 = this.invitation; return t1 === (this.invoice.entityType === B.EntityType_purchaseOrder ? t2.vendorContactId : t2.clientContactId); }, - $signature: 184 + $signature: 180 }; A._InvoiceEmailViewState__buildTemplateDropdown__closure1.prototype = { call$0() { @@ -460244,7 +460401,7 @@ call$1(contact) { return contact != null; }, - $signature: 184 + $signature: 180 }; A._InvoiceEmailViewState__buildTemplateDropdown_closure1.prototype = { call$1(contact) { @@ -460268,7 +460425,7 @@ var t1 = this.$this; t1.setState$1(new A._InvoiceEmailViewState__buildTemplateDropdown__closure(t1, template)); }, - $signature: 679 + $signature: 681 }; A._InvoiceEmailViewState__buildTemplateDropdown__closure.prototype = { call$0() { @@ -460298,13 +460455,13 @@ call$1(context) { return new A.UpgradeDialog(null); }, - $signature: 332 + $signature: 276 }; A._InvoiceEmailViewState__buildEdit_closure0.prototype = { call$1(_) { return this.$this._invoice_email_view$_onChanged$0(); }, - $signature: 89 + $signature: 88 }; A._InvoiceEmailViewState__buildEdit_closure1.prototype = { call$1(value) { @@ -460321,19 +460478,19 @@ call$1(_) { return this.$this._invoice_email_view$_onChanged$0(); }, - $signature: 89 + $signature: 88 }; A._InvoiceEmailViewState__buildHistory_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities.elementAt$1(0, index), false, null); }, - $signature: 277 + $signature: 268 }; A._InvoiceEmailViewState_build_closure.prototype = { call$1(context) { return A.viewEntity(false, this.invoice, null, false); }, - $signature: 20 + $signature: 19 }; A._InvoiceEmailViewState_build_closure0.prototype = { call$1(context) { @@ -460353,7 +460510,7 @@ call$1(context) { return A.viewEntity(false, this.invoice, null, false); }, - $signature: 20 + $signature: 19 }; A._InvoiceEmailViewState_build_closure2.prototype = { call$1(context) { @@ -460526,7 +460683,7 @@ call$1(id) { return this.taxState.map._map$_map.$index(0, id); }, - $signature: 265 + $signature: 273 }; A._TaxRateDropdownState_didChangeDependencies_closure0.prototype = { call$1(taxRate) { @@ -460534,14 +460691,14 @@ t2 = this.$this._widget; return t1 === t2.initialTaxName && taxRate.rate === t2.initialTaxRate; }, - $signature: 681 + $signature: 683 }; A._TaxRateDropdownState_didChangeDependencies_closure1.prototype = { call$0() { var t1 = this.$this._widget; return A.TaxRateEntity_TaxRateEntity(null, t1.initialTaxName, t1.initialTaxRate, null); }, - $signature: 682 + $signature: 684 }; A._TaxRateDropdownState_build_closure.prototype = { call$1(id) { @@ -460554,7 +460711,7 @@ call$1(id) { return this.taxState.map._map$_map.$index(0, id); }, - $signature: 265 + $signature: 273 }; A._TaxRateDropdownState_build_closure1.prototype = { call$1(taxRate) { @@ -460562,21 +460719,21 @@ t2 = this.$this._widget; return t1 === t2.initialTaxName && taxRate.rate === t2.initialTaxRate; }, - $signature: 681 + $signature: 683 }; A._TaxRateDropdownState_build_closure2.prototype = { call$0() { var t1 = this.$this._widget; return A.TaxRateEntity_TaxRateEntity(null, t1.initialTaxName, t1.initialTaxRate, null); }, - $signature: 682 + $signature: 684 }; 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$.legacy_TaxRateEntity); }, - $signature: 2495 + $signature: 2497 }; A.TaxRateField.prototype = { build$1(context) { @@ -460622,7 +460779,7 @@ var t1 = this.$this; t1.setState$1(new A._LinkTextRelatedEntityState_build__closure(t1)); }, - $signature: 683 + $signature: 685 }; A._LinkTextRelatedEntityState_build__closure.prototype = { call$0() { @@ -460635,7 +460792,7 @@ var t1 = this.$this; t1.setState$1(new A._LinkTextRelatedEntityState_build__closure0(t1)); }, - $signature: 2497 + $signature: 2499 }; A._LinkTextRelatedEntityState_build__closure0.prototype = { call$0() { @@ -460820,26 +460977,26 @@ t1._widget.onSelectedState$2(t4, false); } }, - $signature: 552 + $signature: 562 }; A._ListFilterState_build__closure2.prototype = { call$1(e) { return !J.contains$1$asx(this.stateFilters._copy_on_write_list$_list, e); }, - $signature: 410 + $signature: 392 }; A._ListFilterState_build__closure3.prototype = { call$1(e) { return !J.contains$1$asx(this.selected._copy_on_write_list$_list, e); }, - $signature: 410 + $signature: 392 }; A._ListFilterState_build_closure3.prototype = { call$1(value) { var _null = null; return A.Text$(this.localization.lookup$1(type$.legacy_EntityState._as(value).name), _null, 1, B.TextOverflow_0, _null, _null, _null, _null, _null, _null); }, - $signature: 546 + $signature: 553 }; A._ListFilterState_build_closure2.prototype = { call$1(selected) { @@ -460849,7 +461006,7 @@ t1 = t1.get$isNotEmpty(selected) ? t1.map$1$1(selected, new A._ListFilterState_build__closure4(t2), type$.legacy_String).join$1(0, ", ") : t2.get$all(); 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: 687 + $signature: 689 }; A._ListFilterState_build__closure4.prototype = { call$1(value) { @@ -460874,7 +461031,7 @@ t1._widget.onSelectedStatus$2(t4, false); } }, - $signature: 552 + $signature: 562 }; A._ListFilterState_build__closure.prototype = { call$1(e) { @@ -460883,13 +461040,13 @@ type$.legacy_EntityStatus._as(e); return !B.JSArray_methods.contains$1(t1, e.get$id(e)); }, - $signature: 410 + $signature: 392 }; A._ListFilterState_build___closure0.prototype = { call$1(e) { return e.get$id(e); }, - $signature: 2502 + $signature: 2504 }; A._ListFilterState_build__closure0.prototype = { call$1(e) { @@ -460898,7 +461055,7 @@ type$.legacy_EntityStatus._as(e); return !B.JSArray_methods.contains$1(t1, e.get$id(e)); }, - $signature: 410 + $signature: 392 }; A._ListFilterState_build___closure.prototype = { call$1(e) { @@ -460912,7 +461069,7 @@ type$.legacy_EntityStatus._as(value); return A.Text$(this.localization.lookup$1(value.get$name(value)), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 546 + $signature: 553 }; A._ListFilterState_build_closure5.prototype = { call$1(selected) { @@ -460921,7 +461078,7 @@ t1 = t1.get$isNotEmpty(selected) ? t1.map$1$1(selected, new A._ListFilterState_build__closure1(), type$.legacy_String).join$1(0, ", ") : this.localization.get$all(); 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: 687 + $signature: 689 }; A._ListFilterState_build__closure1.prototype = { call$1(value) { @@ -461019,7 +461176,7 @@ t1 = this.localization.get$menuSidebar(); return A.InkWell$(false, _null, true, A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null), _null, new A.ListScaffold_build__closure0(context), _null, _null, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, this.$this.onHamburgerLongPress, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 545 + $signature: 551 }; A.ListScaffold_build__closure0.prototype = { call$0() { @@ -461086,7 +461243,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, new A.ListScaffold_build__closure(context, t1, this.store), B.EdgeInsets_0_0_8_0, _null, _null, _null), _null); }, - $signature: 2504 + $signature: 2506 }; A.ListScaffold_build__closure.prototype = { call$0() { @@ -461368,7 +461525,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$(t2.subtitle, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t3, A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), _null, t4.onClearPressed, _null, _null, _null, _null), _null); }, - $signature: 2505 + $signature: 2507 }; A.FilterListTile_build__closure.prototype = { call$0() { @@ -461437,7 +461594,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new A._LiveTextState_initState__closure()); }, - $signature: 544 + $signature: 550 }; A._LiveTextState_initState__closure.prototype = { call$0() { @@ -461575,7 +461732,7 @@ t3.push(A.Expanded$(new A.ChangeLayoutBanner(A.Row$(t2, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), t4, B.AppLayout_desktop, _null), 1)); return new A.WillPopScope(new A.DesktopSessionTimeout(A.SafeArea$(true, A.FocusTraversalGroup$(A.Column$(t3, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), true, new A.ReadingOrderTraversalPolicy(A.LinkedHashMap_LinkedHashMap$_empty(type$.FocusScopeNode, type$._DirectionalPolicyData))), B.EdgeInsets_0_0_0_0, true), _null), new A.MainScreen_build__closure(store), _null); }, - $signature: 2507 + $signature: 2509 }; A.MainScreen_build__closure.prototype = { call$0() { @@ -462444,7 +462601,7 @@ var t1 = company.settings.companyLogo; return t1 != null && t1.length !== 0 ? A.CachedImage$(t1, 38) : A.Image$asset("assets/images/icon.png", null, null, 38); }, - $signature: 690 + $signature: 692 }; A._MenuDrawerState_build__companyListItem.prototype = { call$2$showAccentColor(company, showAccentColor) { @@ -462481,20 +462638,20 @@ call$1(company) { return this.call$2$showAccentColor(company, true); }, - $signature: 2509 + $signature: 2511 }; A._MenuDrawerState_build__companyListItem_closure.prototype = { call$1(userCompanyState) { return userCompanyState.userCompany.company.id === this.company.id; }, - $signature: 2510 + $signature: 675 }; A._MenuDrawerState_build__companyListItem_closure2.prototype = { call$1(_) { var t1 = this.$this; return t1.setState$1(new A._MenuDrawerState_build__companyListItem__closure0(t1)); }, - $signature: 272 + $signature: 267 }; A._MenuDrawerState_build__companyListItem__closure0.prototype = { call$0() { @@ -462507,7 +462664,7 @@ var t1 = this.$this; return t1.setState$1(new A._MenuDrawerState_build__companyListItem__closure(t1)); }, - $signature: 262 + $signature: 250 }; A._MenuDrawerState_build__companyListItem__closure.prototype = { call$0() { @@ -462575,13 +462732,13 @@ t2.push(A.PopupMenuItem$(A.Row$(A._setArrayType([new A.SizedBox(2, _null, _null, _null), A.Icon$(B.IconData_58291_MaterialIcons_null_false, _null, 32), new A.SizedBox(15, _null, _null, _null), A.Text$(_this.localization.get$logout(), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), "logout", type$.legacy_String)); return t2; }, - $signature: 360 + $signature: 401 }; A._MenuDrawerState_build__closure5.prototype = { call$1(company) { return A.PopupMenuItem$(this._companyListItem.call$1(company), company.id, type$.legacy_String); }, - $signature: 2511 + $signature: 2512 }; A._MenuDrawerState_build_closure0.prototype = { call$1(companyId) { @@ -462622,7 +462779,7 @@ call$1(company) { return company.id === this.companyId; }, - $signature: 665 + $signature: 664 }; A._MenuDrawerState_build_closure3.prototype = { call$1(context) { @@ -462630,20 +462787,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: 2512 + $signature: 2513 }; A._MenuDrawerState_build__closure3.prototype = { call$1(company) { return this._companyListItem.call$2$showAccentColor(company, false); }, - $signature: 690 + $signature: 692 }; 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$.legacy_String); }, - $signature: 2513 + $signature: 2514 }; A._MenuDrawerState_build_closure2.prototype = { call$1(value) { @@ -462697,7 +462854,7 @@ call$1(context) { return new A.AccountSmsVerification(null); }, - $signature: 691 + $signature: 693 }; A._MenuDrawerState_build_closure5.prototype = { call$0() { @@ -462709,7 +462866,7 @@ call$1(context) { return new A.AccountSmsVerification(null); }, - $signature: 691 + $signature: 693 }; A._MenuDrawerState_build_closure6.prototype = { call$0() { @@ -462721,7 +462878,7 @@ call$1(context) { return new A.UserSmsVerification(true, null, null); }, - $signature: 413 + $signature: 333 }; A._MenuDrawerState_build_closure7.prototype = { call$0() { @@ -462733,7 +462890,7 @@ call$1(context) { return new A.UserSmsVerification(false, null, null); }, - $signature: 413 + $signature: 333 }; A._MenuDrawerState_build_closure8.prototype = { call$0() { @@ -462993,7 +463150,7 @@ var t1 = this.$this; return t1.setState$1(new A._DrawerTileState_build__closure0(t1)); }, - $signature: 272 + $signature: 267 }; A._DrawerTileState_build__closure0.prototype = { call$0() { @@ -463006,7 +463163,7 @@ var t1 = this.$this; return t1.setState$1(new A._DrawerTileState_build__closure(t1)); }, - $signature: 262 + $signature: 250 }; A._DrawerTileState_build__closure.prototype = { call$0() { @@ -463248,7 +463405,7 @@ call$0() { return A.showDialog(null, B.Color_2315255808, true, new A.SidebarFooter_build__closure(this.state), this.context, null, true, type$.legacy_ErrorDialog); }, - $signature: 2516 + $signature: 2517 }; A.SidebarFooter_build__closure.prototype = { call$1(context) { @@ -463321,7 +463478,7 @@ t1.push(A.PopupMenuItem$(A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(B.IconData_58173_MaterialIcons_null_false, _null, _null), _null, _null, _null, false, _null, _null, _null, _null, _null, A.Text$(t2.get$about(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null), t2.get$about(), t3)); return t1; }, - $signature: 360 + $signature: 401 }; A.SidebarFooterCollapsed_build_closure1.prototype = { call$0() { @@ -463337,13 +463494,13 @@ call$1(context) { return new A.ContactUsDialog(null); }, - $signature: 2518 + $signature: 2519 }; A._showUpdate_closure.prototype = { call$1(context) { return new A.UpdateDialog(null); }, - $signature: 2519 + $signature: 2520 }; A._showConnectStripe_closure.prototype = { call$0() { @@ -463373,7 +463530,7 @@ t7 = type$.JSArray_legacy_Widget; t4 = A._setArrayType([A.TextButton$(false, A.Text$(t4.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._showAbout__closure(context, t5, _this.appLegalese, t6), _null), A.TextButton$(false, A.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._showAbout__closure0(context), _null)], t7); t8 = A.Text$("Invoice Ninja", _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null); - t8 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, new A.Padding(B.EdgeInsets_0_0_16_0, t5, _null), _null, new A._showAbout__closure1(context, t1, _this.store, t6), new A._showAbout__closure2(t6, t1), false, _null, _null, _null, A.Text$(_this._box_0.subtitle, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t8, _null, _null); + t8 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, new A.Padding(B.EdgeInsets_0_0_16_0, t5, _null), _null, new A._showAbout__closure1(context, t1, _this.store), new A._showAbout__closure2(t6, t1), false, _null, _null, _null, A.Text$(_this._box_0.subtitle, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t8, _null, _null); t5 = t6.uiState.selectedCompanyIndex; t9 = t6.userCompanyStates._list; t10 = A.Text$(t9[t5].userCompany.user.get$fullName(), _null, _null, _null, _null, _null, _null, _null, _null, _null); @@ -463421,7 +463578,7 @@ t10.push(A.Wrap$(B.WrapAlignment_2, A._setArrayType([A.IconButton$(_null, _null, _null, _null, A.Icon$(B._MdiIconData_SXh, _null, _null), _null, new A._showAbout__closure8(), _null, _null, "Twitter", _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B._MdiIconData_sUr, _null, _null), _null, new A._showAbout__closure9(), _null, _null, "Facebook", _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B._MdiIconData_aAu, _null, _null), _null, new A._showAbout__closure10(), _null, _null, "GitHub", _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B._MdiIconData_7vC, _null, _null), _null, new A._showAbout__closure11(), _null, _null, "YouTube", _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B._MdiIconData_AmO, _null, _null), _null, new A._showAbout__closure12(), _null, _null, "Slack", _null)], t7), B.Clip_0, B.WrapCrossAlignment_0, 0)); return A.PointerInterceptor$(A.AlertDialog$(t4, _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: 694 + $signature: 696 }; A._showAbout__closure.prototype = { call$0() { @@ -463449,7 +463606,7 @@ call$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$self = this, t1; + $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); @@ -463457,16 +463614,7 @@ switch ($async$goto) { case 0: // Function start - A.print("## reloadAllTimelines"); - t1 = $async$self.state; - $async$goto = 2; - return A._asyncAwait(A.UserDefaults_setString("widgetData", B.C_JsonCodec.encode$2$toEncodable(new A.WidgetData(A.formatApiUrl(t1.authState.url), t1.get$apiTokens()), null), "group.com.invoiceninja.app"), $async$call$0); - case 2: - // returning from await. - $async$goto = 3; - return A._asyncAwait(A.WidgetKit_reloadAllTimelines(), $async$call$0); - case 3: - // returning from await. + A.showDialog(null, B.Color_2315255808, true, new A._showAbout___closure1(), $async$self.context, null, true, type$.void); // implicit return return A._asyncReturn(null, $async$completer); } @@ -463475,6 +463623,12 @@ }, $signature: 30 }; + A._showAbout___closure1.prototype = { + call$1(context) { + return new A.UpgradeDialog(null); + }, + $signature: 276 + }; A._showAbout__closure3.prototype = { call$0() { A.showDialog(null, B.Color_2315255808, true, new A._showAbout___closure0(this.localization), this.context, null, true, type$.legacy_AlertDialog); @@ -463491,7 +463645,7 @@ t3 = type$.JSArray_legacy_Widget; return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t2.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._showAbout____closure(context, t1), _null), A.TextButton$(false, A.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._showAbout____closure0(context), _null)], t3), _null, _null, A.Column$(A._setArrayType([A.Text$(t1.get$desktop(), _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.AppButton(_null, B._MdiIconData_MO9, "Windows", new A._showAbout____closure1(), _null, _null), new A.AppButton(_null, B._MdiIconData_7T10, "macOS", new A._showAbout____closure2(), _null, _null), new A.AppButton(_null, B._MdiIconData_ifn, "Linux", new A._showAbout____closure3(), _null, _null), new A.Padding(B.EdgeInsets_0_30_0_0, A.Text$(t1.get$mobile(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.AppButton(_null, B._MdiIconData_7T10, "iOS", new A._showAbout____closure4(), _null, _null), new A.AppButton(_null, B._MdiIconData_7T11, "Android", new A._showAbout____closure5(), _null, _null), new A.AppButton(_null, B._MdiIconData_7T11, "F-Droid", new A._showAbout____closure6(), _null, _null)], t3), B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, _null, _null); }, - $signature: 196 + $signature: 193 }; A._showAbout____closure.prototype = { call$0() { @@ -463506,7 +463660,7 @@ t2 = type$.JSArray_legacy_Widget; return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._showAbout______closure(context), _null)], t2), _null, _null, A.Column$(A._setArrayType([A.Text$("Backend", _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.AppButton(_null, B._MdiIconData_id2, "Laravel/PHP", new A._showAbout______closure0(), _null, _null), new A.Padding(B.EdgeInsets_0_30_0_0, A.Text$("Frontend", _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.AppButton(_null, B._MdiIconData_7T1, "Flutter/Dart", new A._showAbout______closure1(), _null, _null), new A.AppButton(_null, B._MdiIconData_43h, "Storefront SDK", new A._showAbout______closure2(), _null, _null)], t2), B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, _null, _null); }, - $signature: 196 + $signature: 193 }; A._showAbout______closure.prototype = { call$0() { @@ -463590,7 +463744,7 @@ call$1(context) { return new A.HealthCheckDialog(null); }, - $signature: 2521 + $signature: 2522 }; A._showAbout__closure6.prototype = { call$0() { @@ -463725,7 +463879,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 695 + $signature: 697 }; A._ContactUsDialogState__sendMessage__closure0.prototype = { call$0() { @@ -463741,7 +463895,7 @@ t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "your_message_has_been_received"); return new A.MessageDialog(t1 == null ? "" : t1, _null, _null, _null, _null, _null); }, - $signature: 342 + $signature: 346 }; A._ContactUsDialogState__sendMessage_closure1.prototype = { call$1(error) { @@ -463783,7 +463937,7 @@ var t1 = this.$this; t1.setState$1(new A._ContactUsDialogState_build__closure(t1, value)); }, - $signature: 19 + $signature: 20 }; A._ContactUsDialogState_build__closure.prototype = { call$0() { @@ -463801,7 +463955,7 @@ call$2(context, viewModel) { return new A.MenuDrawer(viewModel, null); }, - $signature: 2523 + $signature: 2524 }; A.MenuDrawerVM.prototype = { get$user(receiver) { @@ -463846,7 +464000,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 283 + $signature: 282 }; A.MenuDrawerVM_fromStore_closure.prototype = { call$3(context, index, company) { @@ -463857,7 +464011,7 @@ t2 = this.store; A.checkForChanges(new A.MenuDrawerVM_fromStore__closure1(t2, index, context, t1, company), false, t2); }, - $signature: 2524 + $signature: 2525 }; A.MenuDrawerVM_fromStore__closure1.prototype = { call$0() { @@ -463969,7 +464123,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 283 + $signature: 282 }; A.MenuDrawerVM_fromStore___closure.prototype = { call$1(value) { @@ -463983,14 +464137,14 @@ call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget), null); }, - $signature: 168 + $signature: 175 }; A._TheState.prototype = {}; A._theState_closure.prototype = { call$0() { return new A._TheState(); }, - $signature: 2525 + $signature: 2526 }; A._SelectRow.prototype = { build$1(context) { @@ -464041,7 +464195,7 @@ A.Theme_of(t2).toString; t1.setState$1(new A._DropDownMultiSelectState_initState__closure()); }, - $signature: 38 + $signature: 39 }; A._DropDownMultiSelectState_initState__closure.prototype = { call$0() { @@ -464062,7 +464216,7 @@ 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$(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_legacy_Widget), _null); }, - $signature: 2526 + $signature: 2527 }; A._DropDownMultiSelectState_build__closure.prototype = { call$0() { @@ -464090,7 +464244,7 @@ } return t1; }, - $signature: 142 + $signature: 155 }; A._DropDownMultiSelectState_build___closure2.prototype = { call$1(e) { @@ -464100,7 +464254,7 @@ return A.Row$(A._setArrayType([t1._widget.menuItembuilder$1(e), A.Text$(",", _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null); return t1._widget.menuItembuilder$1(e); }, - $signature: 2527 + $signature: 2528 }; A._DropDownMultiSelectState_build___closure3.prototype = { call$1(e) { @@ -464112,7 +464266,7 @@ call$2(a, b) { return B.JSString_methods.$add(J.$add$ansx(a, " , "), b); }, - $signature: 2528 + $signature: 2529 }; A._DropDownMultiSelectState_build__closure1.prototype = { call$1(x) { @@ -464127,14 +464281,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: 2529 + $signature: 2530 }; 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: 696 + $signature: 698 }; A._DropDownMultiSelectState_build__closure0.prototype = { call$1(x) { @@ -464143,7 +464297,7 @@ t1._widget.toString; return A.DropdownMenuItem$(t2, new A._DropDownMultiSelectState_build___closure1(t1, x), x, type$.dynamic); }, - $signature: 696 + $signature: 698 }; A._DropDownMultiSelectState_build___closure0.prototype = { call$0() { @@ -464153,7 +464307,7 @@ t4 = t1._widget.menuItembuilder$1(t2); return new A._SelectRow(new A._DropDownMultiSelectState_build____closure(t1, t2), t3, t4, null); }, - $signature: 2531 + $signature: 2532 }; A._DropDownMultiSelectState_build____closure.prototype = { call$1(isSelected) { @@ -464173,7 +464327,7 @@ t1._widget.onChanged$1(ns); } }, - $signature: 19 + $signature: 20 }; A._DropDownMultiSelectState_build___closure1.prototype = { call$0() { @@ -464271,7 +464425,7 @@ t2 = type$.legacy_String; return A._setArrayType([A.PopupMenuItem$(new A.IconText(t1.get$viewPortal(), B.IconData_58460_MaterialIcons_null_true, _null, _null, false, _null), t1.get$viewPortal(), t2), A.PopupMenuItem$(new A.IconText(t1.get$copyLink(), B.IconData_57744_MaterialIcons_null_false, _null, _null, false, _null), t1.get$copyLink(), t2)], type$.JSArray_legacy_PopupMenuEntry_legacy_String); }, - $signature: 360 + $signature: 401 }; A.PortalLinks_build_closure2.prototype = { call$1(value) { @@ -464673,13 +464827,13 @@ call$1(phone) { return this.$this._sms_verification$_phone = B.JSString_methods.$add(phone.countryCode, phone.number); }, - $signature: 697 + $signature: 699 }; A._AccountSmsVerificationState_build_closure1.prototype = { call$1(value) { return value.number.length === 0 ? this.localization.get$pleaseEnterAValue() : null; }, - $signature: 697 + $signature: 699 }; A._AccountSmsVerificationState_build_closure2.prototype = { call$0() { @@ -464814,7 +464968,7 @@ call$1(duration) { this.$this._sendCode$0(); }, - $signature: 38 + $signature: 39 }; A._UserSmsVerificationState__sendCode_closure.prototype = { call$0() { @@ -464949,7 +465103,7 @@ call$1(log) { return log.typeId !== 800; }, - $signature: 698 + $signature: 700 }; A._SystemLogViewerState_build_closure2.prototype = { call$2(index, isExpanded) { @@ -464969,7 +465123,7 @@ call$1(systemLog) { return systemLog.eventId >= 20; }, - $signature: 698 + $signature: 700 }; A._SystemLogViewerState_build_closure1.prototype = { call$1(systemLog) { @@ -464995,7 +465149,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: 2535 + $signature: 2536 }; A._SystemLogViewerState_build__closure0.prototype = { call$2(context, isExpanded) { @@ -465008,7 +465162,7 @@ t5 = _this.client; 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$(J.$add$ansx(t3, !t5.get$isNew() ? " \u2022 " + t5.displayName : "") + "\n" + A.formatDate(A.convertTimestampToDate(t1.createdAt).toIso8601String$0(), context, true, true, true), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t4, _null, _null); }, - $signature: 2536 + $signature: 2537 }; A._SystemLogViewerState_build___closure.prototype = { call$0() { @@ -465154,26 +465308,26 @@ A.AppDataTable__buildHeadingCell_arrowWithPadding.prototype = { call$0() { if (this.onSort == null) - var t1 = B.List_empty13; + var t1 = B.List_empty15; else { t1 = this.sorted; t1 = A._setArrayType([new A._SortArrow(t1, t1 ? this.ascending : null, B.Duration_160000, null), B.SizedBox_2_null_null_null], type$.JSArray_legacy_Widget); } return t1; }, - $signature: 241 + $signature: 247 }; A.AppDataTable_build_closure.prototype = { call$1(row) { return row.onSelectChanged != null; }, - $signature: 702 + $signature: 592 }; A.AppDataTable_build_closure0.prototype = { call$1(row) { return row.onSelectChanged != null && !row.selected; }, - $signature: 702 + $signature: 592 }; A.AppDataTable_build_closure1.prototype = { call$0() { @@ -465233,7 +465387,7 @@ } return B.Rect_0_0_0_0; }, - $signature: 2542 + $signature: 2543 }; A._SortArrow.prototype = { createState$0() { @@ -465522,20 +465676,20 @@ } return B.DataCell_mS8; }, - $signature: 2544 + $signature: 2545 }; A.AppPaginatedDataTableState__getRows_closure.prototype = { call$0() { return this.$this._widget.source.getRow$1(this.index); }, - $signature: 2545 + $signature: 2546 }; A.AppPaginatedDataTableState_build_closure.prototype = { call$1(value) { var _null = null; return A.DropdownMenuItem$(A.Text$(A.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_int); }, - $signature: 162 + $signature: 166 }; A.AppPaginatedDataTableState_build_closure0.prototype = { call$2(context, constraints) { @@ -465552,7 +465706,7 @@ t1._widget.toString; return A.Card$(A.Column$(A._setArrayType([new A.SizedBox(_null, 4, _null, _null), t2, A.DefaultTextStyle$(A.IconTheme_merge(A.Container$(_null, 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), B.Clip_0, _null, _null, _null, _null, 56, _null, _null, _null, _null, _null, _null), B.IconThemeData_43h), _null, _null, B.TextOverflow_0, true, this.footerTextStyle, _null, _null, B.TextWidthBasis_0)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, _null, _null, _null, false, _null); }, - $signature: 2547 + $signature: 2548 }; A.EntityDataTableSource.prototype = { get$isRowCountApproximate() { @@ -465648,7 +465802,7 @@ var _null = null; return new A.DataCell(new A.SizedBox(_null, _null, _null, _null), _null, _null); }, - $signature: 704 + $signature: 706 }; A.EntityDataTableSource_getRow_closure0.prototype = { call$1(value) { @@ -465674,7 +465828,7 @@ A.handleEntitiesActions(A._setArrayType([this.entity], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 68 + $signature: 64 }; A.EntityDataTableSource_getRow_closure4.prototype = { call$0() { @@ -465691,7 +465845,7 @@ t4 = field === "description" ? 200 : 0; return new A.DataCell(new A.ConstrainedBox(new A.BoxConstraints(t4, t3, 0, 1 / 0), t2, null), new A.EntityDataTableSource_getRow__closure(t1, _this.entity), _this._box_0.backgroundColor); }, - $signature: 704 + $signature: 706 }; A.EntityDataTableSource_getRow__closure.prototype = { call$0() { @@ -465855,13 +466009,13 @@ call$1(entity) { return A.selectEntity(entity, false, false); }, - $signature: 2549 + $signature: 2550 }; A._EntityListState_build_closure.prototype = { call$1(duration) { A.viewEntityById(false, this.entityId, this.entityType, null, false, true); }, - $signature: 38 + $signature: 39 }; A._EntityListState_build_closure7.prototype = { call$0() { @@ -465935,7 +466089,7 @@ return A.Column$(t1, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); } }, - $signature: 2550 + $signature: 2551 }; A._EntityListState_build__closure.prototype = { call$1(_) { @@ -465949,7 +466103,7 @@ } return A.viewEntityById(false, t2, t1.length === 0 ? null : B.JSArray_methods.get$last(t1).get$entityType(), null, false, true); }, - $signature: 20 + $signature: 19 }; A._EntityListState_build__closure0.prototype = { call$0() { @@ -465964,7 +466118,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: 158 + $signature: 145 }; A._EntityListState_build__closure1.prototype = { call$2(context, index) { @@ -465977,7 +466131,7 @@ return t1.itemBuilder$2(context, index - 1); } }, - $signature: 158 + $signature: 145 }; A._EntityListState_build__closure3.prototype = { call$1(_) { @@ -466012,13 +466166,13 @@ t3 = J.map$1$1$ax(t4.sublist$2(t3, Math.min(A.checkNum(t2), t5 - 1), Math.min(t1._entity_list$_firstRowIndex + _this.rowsPerPage, A.checkNum(t4.get$length(t3)))), new A._EntityListState_build___closure(_this.entityMap), type$.legacy_BaseEntity).super$Iterable$where(0, new A._EntityListState_build___closure0(value, _this.listUIState)); A.handleEntitiesActions(A.List_List$of(t3, true, t3.$ti._eval$1("Iterable.E")), B.EntityAction_toggleMultiselect, false); }, - $signature: 19 + $signature: 20 }; A._EntityListState_build___closure.prototype = { call$1(entityId) { return this.entityMap._map$_map.$index(0, entityId); }, - $signature: 515 + $signature: 512 }; A._EntityListState_build___closure0.prototype = { call$1(invoice) { @@ -466027,7 +466181,7 @@ t1 = t2 != null && B.JSArray_methods.contains$1(t2._list, t1); return this.value !== t1; }, - $signature: 184 + $signature: 180 }; A._EntityListState_build__closure5.prototype = { call$1(field) { @@ -466041,7 +466195,7 @@ } return new A.DataColumn0(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: 2553 + $signature: 2554 }; A._EntityListState_build___closure1.prototype = { call$2(columnIndex, ascending) { @@ -466058,7 +466212,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.UpdateLastHistory(t1)); }, - $signature: 116 + $signature: 112 }; A._EntityListState_build__closure7.prototype = { call$1(value) { @@ -466068,19 +466222,19 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 116 + $signature: 112 }; A._EntityListState_build_closure0.prototype = { call$1(entityId) { return this.entityMap._map$_map.$index(0, entityId); }, - $signature: 515 + $signature: 512 }; A._EntityListState_build_closure1.prototype = { call$1(action) { return action != null; }, - $signature: 443 + $signature: 554 }; A._EntityListState_build_closure8.prototype = { call$0() { @@ -466095,13 +466249,13 @@ t1 = J.map$1$1$ax(t2.sublist$2(t1, 0, Math.min(A.checkNum(t2.get$length(t1)), 100)), new A._EntityListState_build__closure13(this.entityMap), type$.legacy_BaseEntity); A.handleEntitiesActions(A.List_List$of(t1, true, t1.$ti._eval$1("ListIterable.E")), B.EntityAction_toggleMultiselect, false); }, - $signature: 19 + $signature: 20 }; A._EntityListState_build__closure13.prototype = { call$1(entityId) { return this.entityMap._map$_map.$index(0, entityId); }, - $signature: 515 + $signature: 512 }; A._EntityListState_build_closure4.prototype = { call$1(action) { @@ -466109,7 +466263,7 @@ t1 = A.getEntityActionIcon(action); return A.OutlinedButton$(new A.IconText(this.localization.lookup$1(A.S(action)), t1, _null, _null, false, _null), _null, new A._EntityListState_build__closure10(this.$this, this.entities, action), _null); }, - $signature: 451 + $signature: 547 }; A._EntityListState_build__closure10.prototype = { call$0() { @@ -466128,14 +466282,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)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, new A._EntityListState_build__closure11(_this.actions, remaining), new A._EntityListState_build__closure12(_this.$this, _this.entities), B.EdgeInsets_8_8_8_8, _null, type$.legacy_EntityAction); }, - $signature: 453 + $signature: 545 }; A._EntityListState_build__closure12.prototype = { call$1(action) { A.handleEntitiesActions(this.entities, action, false); this.$this._widget.onClearMultiselect$0(); }, - $signature: 296 + $signature: 293 }; A._EntityListState_build__closure11.prototype = { call$1(context) { @@ -466145,7 +466299,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: 457 + $signature: 536 }; A._EntityListState_build___closure2.prototype = { call$1(action) { @@ -466155,7 +466309,7 @@ t1 = A.Localizations_of(t1, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).lookup$1(J.toString$0$(action)); return A.PopupMenuItem$(A.Row$(A._setArrayType([t2, new A.SizedBox(16, _null, _null, _null), A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), action, type$.legacy_EntityAction); }, - $signature: 462 + $signature: 523 }; A._EntityListState_build_closure6.prototype = { call$1(context) { @@ -466190,13 +466344,13 @@ call$1(_) { return this.$this._widget.onClearMultiselect$0(); }, - $signature: 500 + $signature: 490 }; A._EntityListState_build_closure5.prototype = { call$1(_) { return this.$this._widget.onClearMultiselect$0(); }, - $signature: 54 + $signature: 53 }; A.UpgradeDialog.prototype = { createState$0() { @@ -466513,7 +466667,7 @@ call$1(purchaseDetailsList) { this.$this._listenToPurchaseUpdated$1(purchaseDetailsList); }, - $signature: 2558 + $signature: 2559 }; A._UpgradeDialogState_initState_closure0.prototype = { call$0() { @@ -466595,13 +466749,13 @@ } return new A.MapEntry(purchase.productID, purchase, type$.MapEntry_of_legacy_String_and_legacy_PurchaseDetails); }, - $signature: 2559 + $signature: 2560 }; A._UpgradeDialogState__buildProductList_closure0.prototype = { call$2(p1, p2) { return B.JSNumber_methods.compareTo$1(p1.rawPrice, p2.rawPrice); }, - $signature: 2560 + $signature: 2561 }; A._UpgradeDialogState__buildProductList_closure1.prototype = { call$1(productDetails) { @@ -466624,7 +466778,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_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t1, _null, _null); }, - $signature: 2561 + $signature: 2562 }; A._UpgradeDialogState__buildProductList__closure.prototype = { call$0() { @@ -466795,14 +466949,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: 402 + $signature: 347 }; 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$("$" + A.S(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: 2562 + $signature: 2563 }; A._VariableGrid_build___closure.prototype = { call$0() { @@ -466993,7 +467147,7 @@ t1 = this.localization.get$edit(); return new A.AppTextButton(t1, isDisabled ? _null : new A.ViewScaffold_build__closure(this.$this), true, _null, _null); }, - $signature: 378 + $signature: 397 }; A.ViewScaffold_build__closure.prototype = { call$0() { @@ -467006,7 +467160,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.entity], type$.JSArray_legacy_BaseEntity), action, true); return null; }, - $signature: 68 + $signature: 64 }; A.WebSessionTimeout.prototype = { createState$0() { @@ -467049,7 +467203,7 @@ t1[0].call$1(new A.UserLogout()); } }, - $signature: 574 + $signature: 448 }; A.WebSocketRefresh.prototype = { createState$0() { @@ -467225,11 +467379,6 @@ }, $signature: 30 }; - A.WidgetData.prototype = { - toJson$0() { - return A.LinkedHashMap_LinkedHashMap$_literal(["tokens", this.tokens, "url", this.url], type$.legacy_String, type$.dynamic); - } - }; A.__WindowManagerState_State_WindowListener.prototype = {}; A.InitScreen.prototype = { build$1(context) { @@ -467242,14 +467391,14 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadStateRequest(this.context)); }, - $signature: 2563 + $signature: 2564 }; 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_legacy_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: 2564 + $signature: 2565 }; A.LockScreen.prototype = { build$1(context) { @@ -467704,7 +467853,7 @@ t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); return A.AlertDialog$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_8_0, A.TextButton$(false, A.Text$(t3.get$close(t3), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._LoginState__submitSignUpForm__closure1(context), _null), _null)], type$.JSArray_legacy_Widget), _null, _null, t1, _null, _null, t2); }, - $signature: 196 + $signature: 193 }; A._LoginState__submitSignUpForm__closure1.prototype = { call$0() { @@ -467780,7 +467929,7 @@ t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "recover_password_email_sent"); return new A.MessageDialog(t1 == null ? "" : t1, _null, _null, _null, _null, _null); }, - $signature: 342 + $signature: 346 }; A._LoginState__submitLoginForm_closure1.prototype = { call$1(error) { @@ -467803,7 +467952,7 @@ call$1(context) { return new A.UserSmsVerification(false, J.trim$0$s(this.$this._login_view$_emailController._change_notifier$_value.text), null); }, - $signature: 413 + $signature: 333 }; A._LoginState_build_closure0.prototype = { call$0() { @@ -467836,7 +467985,7 @@ var t1 = this.$this; t1.setState$1(new A._LoginState_build__closure6(t1, index)); }, - $signature: 116 + $signature: 112 }; A._LoginState_build__closure6.prototype = { call$0() { @@ -467855,7 +468004,7 @@ var t1 = this.$this; t1.setState$1(new A._LoginState_build__closure5(t1, index)); }, - $signature: 116 + $signature: 112 }; A._LoginState_build__closure5.prototype = { call$0() { @@ -467875,32 +468024,32 @@ call$1(_) { return this.$this._submitForm$0(); }, - $signature: 20 + $signature: 19 }; A._LoginState_build_closure6.prototype = { call$1(_) { return this.$this._submitForm$0(); }, - $signature: 20 + $signature: 19 }; A._LoginState_build_closure7.prototype = { call$1(_) { return this.$this._submitForm$0(); }, - $signature: 20 + $signature: 19 }; A._LoginState_build_closure8.prototype = { call$1(_) { return this.$this._submitForm$0(); }, - $signature: 20 + $signature: 19 }; A._LoginState_build_closure9.prototype = { call$1(value) { var t1 = this.$this; return t1.setState$1(new A._LoginState_build__closure4(t1, value)); }, - $signature: 43 + $signature: 44 }; A._LoginState_build__closure4.prototype = { call$0() { @@ -467913,7 +468062,7 @@ var t1 = this.$this; return t1.setState$1(new A._LoginState_build__closure3(t1, value)); }, - $signature: 43 + $signature: 44 }; A._LoginState_build__closure3.prototype = { call$0() { @@ -468021,7 +468170,7 @@ call$2(context, viewModel) { return new A.LoginView(viewModel, null); }, - $signature: 2565 + $signature: 2566 }; A.LoginVM.prototype = {}; A.LoginVM_fromStore__handleLogin.prototype = { @@ -468043,7 +468192,7 @@ call$1$context(context) { return this.call$2$context$isSignUp(context, false); }, - $signature: 2566 + $signature: 2567 }; A.LoginVM_fromStore__handleLogin_closure.prototype = { call$1(duration) { @@ -468064,7 +468213,7 @@ t1[0].call$1(new A.ViewMainScreen()); } }, - $signature: 38 + $signature: 39 }; A.LoginVM_fromStore__formatApiUrl.prototype = { call$1(url) { @@ -468142,7 +468291,7 @@ }); return A._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 477 + $signature: 487 }; A.LoginVM_fromStore__closure6.prototype = { call$2(idToken, accessToken) { @@ -468169,7 +468318,7 @@ call$1(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 183 + $signature: 194 }; A.LoginVM_fromStore_closure4.prototype = { call$3(context, completer, url) { @@ -468233,7 +468382,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 472 + $signature: 483 }; A.LoginVM_fromStore__closure5.prototype = { call$2(idToken, accessToken) { @@ -468257,7 +468406,7 @@ call$1(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 183 + $signature: 194 }; A.LoginVM_fromStore_closure5.prototype = { call$5$oneTimePassword$secret$url(context, completer, oneTimePassword, secret, url) { @@ -468290,7 +468439,7 @@ }); return A._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 477 + $signature: 487 }; A.LoginVM_fromStore__closure3.prototype = { call$2(idToken, accessToken) { @@ -468311,7 +468460,7 @@ call$1(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 183 + $signature: 194 }; A.LoginVM_fromStore__closure4.prototype = { call$1(error) { @@ -468347,7 +468496,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 472 + $signature: 483 }; A.LoginVM_fromStore__closure1.prototype = { call$2(idToken, accessToken) { @@ -468364,7 +468513,7 @@ call$1(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 183 + $signature: 194 }; A.LoginVM_fromStore__closure2.prototype = { call$1(error) { @@ -468440,13 +468589,13 @@ }); return A._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 477 + $signature: 487 }; A.LoginVM_fromStore__closure0.prototype = { call$1(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 183 + $signature: 194 }; A.LoginVM_fromStore_closure8.prototype = { call$3(context, completer, url) { @@ -468508,13 +468657,13 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 472 + $signature: 483 }; A.LoginVM_fromStore__closure.prototype = { call$1(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 183 + $signature: 194 }; A.LoginVM_fromStore_closure1.prototype = { call$4$email$password(context, completer, email, password) { @@ -468558,13 +468707,13 @@ }); return A._asyncStartSync($async$call$4$email$password, $async$completer); }, - $signature: 2570 + $signature: 2571 }; A.LoginVM_fromStore__closure7.prototype = { call$1(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 183 + $signature: 194 }; A.LoginVM_fromStore_closure0.prototype = { call$5$email$secret$url(context, completer, email, secret, url) { @@ -468605,7 +468754,7 @@ }); return A._asyncStartSync($async$call$5$email$secret$url, $async$completer); }, - $signature: 2571 + $signature: 2572 }; A.LoginVM_fromStore_closure.prototype = { call$7$email$oneTimePassword$password$secret$url(context, completer, email, oneTimePassword, password, secret, url) { @@ -468662,13 +468811,13 @@ }); return A._asyncStartSync($async$call$7$email$oneTimePassword$password$secret$url, $async$completer); }, - $signature: 2572 + $signature: 2573 }; A.LoginVM_fromStore__closure8.prototype = { call$1(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 183 + $signature: 194 }; A.LoginVM_fromStore_closure2.prototype = { call$3$token(context, completer, token) { @@ -468702,7 +468851,7 @@ }); return A._asyncStartSync($async$call$3$token, $async$completer); }, - $signature: 2573 + $signature: 2574 }; A.BankAccountListItem.prototype = { build$1(context) { @@ -468772,7 +468921,7 @@ t5 = viewModel.onSortColumn; return A.EntityList$(t2, B.EntityType_bankAccount, new A.BankAccountListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, t4, t5, new A.BankAccountPresenter(), t1, t3); }, - $signature: 2574 + $signature: 2575 }; A.BankAccountListBuilder_build__closure.prototype = { call$2(context, index) { @@ -468792,7 +468941,7 @@ t1 = false; return new A.BankAccountListItem(t3, bankAccount, t1, null); }, - $signature: 2575 + $signature: 2576 }; A.BankAccountListVM.prototype = {}; A.BankAccountListVM_fromStore__handleRefresh.prototype = { @@ -468901,7 +469050,7 @@ t2 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t9), B.EntityType_bankAccount, false, B.List_empty21, 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"], t9), B.List_empty22, t2); 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), "bank_account_fab", false, new A.BankAccountScreen_build_closure11(context), t5.get$newBankAccount()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_bankAccount, t3, new A.BankAccountScreen_build_closure12(store), t7, _null, _null, new A.BankAccountScreen_build_closure13(store), new A.ValueKey("__filter_" + t6 + "__", type$.ValueKey_legacy_String)), t8, t2, B.EntityType_bankAccount, t1, 0, _null, new A.BankAccountScreen_build_closure14(store), new A.BankAccountScreen_build_closure15(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_bankAccount, t3, new A.BankAccountScreen_build_closure12(store), t7, _null, _null, new A.BankAccountScreen_build_closure13(store), new A.ValueKey("__filter_" + t6 + "__", type$.ValueKey_legacy_String)), t8, t2, B.EntityType_bankAccount, t1, 0, _null, new A.BankAccountScreen_build_closure14(store), new A.BankAccountScreen_build_closure15(store)); } }; A.BankAccountScreen_connectAccounts_closure.prototype = { @@ -469085,7 +469234,7 @@ call$2(context, vm) { return new A.BankAccountScreen(vm, null); }, - $signature: 2577 + $signature: 2578 }; A.BankAccountScreenVM.prototype = {}; A.BankAccountScreenVM_fromStore_closure.prototype = { @@ -469210,7 +469359,7 @@ b.get$_bank_account_model$_$this()._bank_account_model$_name = t1; return b; }, - $signature: 261 + $signature: 246 }; A._BankAccountEditState__onChanged_closure0.prototype = { call$0() { @@ -469222,13 +469371,13 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._BankAccountEditState_build_closure4.prototype = { call$1(_) { return this.$this._bank_account_edit$_onSavePressed$0(); }, - $signature: 20 + $signature: 19 }; A._BankAccountEditState_build_closure0.prototype = { call$1(val) { @@ -469240,20 +469389,20 @@ call$1(_) { return this.$this._bank_account_edit$_onSavePressed$0(); }, - $signature: 20 + $signature: 19 }; A._BankAccountEditState_build_closure1.prototype = { call$2(date, _) { return this.viewModel.onChanged.call$1(this.bankAccount.rebuild$1(new A._BankAccountEditState_build__closure0(date))); }, - $signature: 285 + $signature: 278 }; A._BankAccountEditState_build__closure0.prototype = { call$1(b) { b.get$_bank_account_model$_$this()._fromDate = this.date; return b; }, - $signature: 261 + $signature: 246 }; A._BankAccountEditState_build_closure2.prototype = { call$1(value) { @@ -469266,7 +469415,7 @@ b.get$_bank_account_model$_$this()._autoSync = this.value; return b; }, - $signature: 261 + $signature: 246 }; A.BankAccountEditScreen.prototype = { build$1(context) { @@ -469278,13 +469427,13 @@ call$1(store) { return A.BankAccountEditVM_BankAccountEditVM$fromStore(store); }, - $signature: 2579 + $signature: 2580 }; A.BankAccountEditScreen_build_closure.prototype = { call$2(context, vm) { return new A.BankAccountEdit(vm, new A.ValueKey(vm.bankAccount.id, type$.ValueKey_legacy_String)); }, - $signature: 2580 + $signature: 2581 }; A.BankAccountEditVM.prototype = { get$company() { @@ -469300,7 +469449,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateBankAccount(bankAccount)); }, - $signature: 345 + $signature: 372 }; A.BankAccountEditVM_BankAccountEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -469378,7 +469527,7 @@ } else A.viewEntity(false, savedBankAccount, null, false); }, - $signature: 345 + $signature: 372 }; A.BankAccountEditVM_BankAccountEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -469453,13 +469602,13 @@ call$1(store) { return A.BankAccountViewVM_BankAccountViewVM$fromStore(store); }, - $signature: 2581 + $signature: 2582 }; A.BankAccountViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.BankAccountView(vm, this.$this.isFilter, null); }, - $signature: 2582 + $signature: 2583 }; A.BankAccountViewVM.prototype = { get$bankAccount() { @@ -469546,7 +469695,7 @@ } return t1; }, - $signature: 114 + $signature: 116 }; A.ClientListItem_build__closure2.prototype = { call$0() { @@ -469573,7 +469722,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.client], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 68 + $signature: 64 }; A.ClientListItem_build__closure5.prototype = { call$0() { @@ -469610,7 +469759,7 @@ t5 = viewModel.onSortColumn; return A.EntityList$(t2, B.EntityType_client, new A.ClientListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, t4, t5, new A.ClientPresenter(), t1, t3); }, - $signature: 2584 + $signature: 2585 }; A.ClientListBuilder_build__closure.prototype = { call$2(context, index) { @@ -469629,7 +469778,7 @@ t2 = false; return new A.ClientListItem(t4, client, t1.filter, t2, null); }, - $signature: 2585 + $signature: 2586 }; A.ClientListVM.prototype = {}; A.ClientListVM_fromStore__handleRefresh.prototype = { @@ -469839,7 +469988,7 @@ var t1 = this.$this; t1.setState$1(new A._ClientPdfViewState_loadPDF__closure1(t1, this.sendEmail, response, this.localization)); }, - $signature: 2586 + $signature: 2587 }; A._ClientPdfViewState_loadPDF__closure1.prototype = { call$0() { @@ -469900,14 +470049,14 @@ call$1(value) { return value !== B.DateRange_allTime; }, - $signature: 239 + $signature: 215 }; A._ClientPdfViewState_build_closure0.prototype = { call$1(dateRange) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(J.toString$0$(dateRange)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.legacy_DateRange); }, - $signature: 287 + $signature: 279 }; A._ClientPdfViewState_build_closure3.prototype = { call$1(value) { @@ -469939,14 +470088,14 @@ t2[0].call$1(t1); this.$this.loadPDF$0(); }, - $signature: 552 + $signature: 562 }; 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: 546 + $signature: 553 }; A._ClientPdfViewState_build_closure6.prototype = { call$0() { @@ -470014,7 +470163,7 @@ call$1(_) { return this.$this.loadPDF$1$sendEmail(true); }, - $signature: 89 + $signature: 88 }; A._ClientPdfViewState_build_closure8.prototype = { call$0() { @@ -470082,7 +470231,7 @@ t4.get$_schedule_model$_$this()._dateRange = t1; return b; }, - $signature: 78 + $signature: 75 }; A._ClientPdfViewState_build_closure9.prototype = { call$0() { @@ -470095,7 +470244,7 @@ var t1 = this.$this; t1.setState$1(new A._ClientPdfViewState_build__closure0(t1, value)); }, - $signature: 44 + $signature: 43 }; A._ClientPdfViewState_build__closure0.prototype = { call$0() { @@ -470108,7 +470257,7 @@ var t1 = this.$this; t1.setState$1(new A._ClientPdfViewState_build__closure(t1, value)); }, - $signature: 44 + $signature: 43 }; A._ClientPdfViewState_build__closure.prototype = { call$0() { @@ -470126,7 +470275,7 @@ call$1(format) { return this.$this._client_pdf$_response.bodyBytes; }, - $signature: 113 + $signature: 115 }; A.ClientPdfScreen.prototype = { build$1(context) { @@ -470308,7 +470457,7 @@ t8 = 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), t9, B.EntityType_client, false, B.List_empty21, 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, t7, B.List_empty22, t8); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && t4.can$2(B.UserPermission_create, B.EntityType_client) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "client_fab", false, new A.ClientScreen_build_closure6(context), t2.get$newClient()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_client, t3, new A.ClientScreen_build_closure7(store), t6, _null, _null, new A.ClientScreen_build_closure8(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.ClientListBuilder(_null), t8, B.EntityType_client, t1, 0, _null, new A.ClientScreen_build_closure9(store), new A.ClientScreen_build_closure10(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_client, t3, new A.ClientScreen_build_closure7(store), t6, _null, _null, new A.ClientScreen_build_closure8(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.ClientListBuilder(_null), t8, B.EntityType_client, t1, 0, _null, new A.ClientScreen_build_closure9(store), new A.ClientScreen_build_closure10(store)); } }; A.ClientScreen_build_closure10.prototype = { @@ -470477,7 +470626,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._ClientEditState_build_closure0.prototype = { call$1(context) { @@ -470629,7 +470778,7 @@ b.get$_client_model$_$this()._postalCode = t1; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditBillingAddressState__onChanged_closure0.prototype = { call$0() { @@ -470652,7 +470801,7 @@ b.get$_client_model$_$this()._countryId = t1; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditBillingAddressState_build_closure0.prototype = { call$0() { @@ -470665,7 +470814,7 @@ call$1(duration) { this.$this.didChangeDependencies$0(); }, - $signature: 38 + $signature: 39 }; A.ClientEditContacts.prototype = { createState$0() { @@ -470728,7 +470877,7 @@ call$1(c) { return c.id === this.contact.id; }, - $signature: 154 + $signature: 148 }; A._ClientEditContactsState_build_closure.prototype = { call$1(contact) { @@ -470746,7 +470895,7 @@ call$1(duration) { this.$this._client_edit_contacts$_showContactEditor$2(this.contact, this.context); }, - $signature: 38 + $signature: 39 }; A._ClientEditContactsState_build_closure1.prototype = { call$0() { @@ -470910,7 +471059,7 @@ b.get$_client_model$_$this()._client_model$_customValue4 = t1; return b; }, - $signature: 344 + $signature: 363 }; A.ContactEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -470928,7 +471077,7 @@ call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 20 + $signature: 19 }; A.ContactEditDetailsState_build_closure2.prototype = { call$1(val) { @@ -470940,7 +471089,7 @@ call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 20 + $signature: 19 }; A.ContactEditDetailsState_build_closure4.prototype = { call$1(value) { @@ -470952,7 +471101,7 @@ call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 20 + $signature: 19 }; A.ContactEditDetailsState_build_closure6.prototype = { call$1(value) { @@ -470965,37 +471114,37 @@ call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 20 + $signature: 19 }; A.ContactEditDetailsState_build_closure7.prototype = { call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 20 + $signature: 19 }; A.ContactEditDetailsState_build_closure8.prototype = { call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 20 + $signature: 19 }; A.ContactEditDetailsState_build_closure9.prototype = { call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 20 + $signature: 19 }; A.ContactEditDetailsState_build_closure10.prototype = { call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 20 + $signature: 19 }; A.ContactEditDetailsState_build_closure11.prototype = { call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 20 + $signature: 19 }; A.ContactEditDetailsState_build_closure12.prototype = { call$1(value) { @@ -471003,28 +471152,28 @@ t1.setState$1(new A.ContactEditDetailsState_build__closure0(t1, value)); this.viewModel.onChangedContact.call$2(t1._client_edit_contacts$_contact.rebuild$1(new A.ContactEditDetailsState_build__closure1(value)), t1._widget.index); }, - $signature: 19 + $signature: 20 }; A.ContactEditDetailsState_build__closure0.prototype = { call$0() { var t1 = this.$this; return t1._client_edit_contacts$_contact = t1._client_edit_contacts$_contact.rebuild$1(new A.ContactEditDetailsState_build___closure(this.value)); }, - $signature: 522 + $signature: 474 }; A.ContactEditDetailsState_build___closure.prototype = { call$1(b) { b.get$_client_model$_$this()._client_model$_sendEmail = this.value; return b; }, - $signature: 344 + $signature: 363 }; A.ContactEditDetailsState_build__closure1.prototype = { call$1(b) { b.get$_client_model$_$this()._client_model$_sendEmail = this.value; return b; }, - $signature: 344 + $signature: 363 }; A.ContactEditDetailsState_build_closure13.prototype = { call$0() { @@ -471089,7 +471238,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.DeleteContact(index)); }, - $signature: 178 + $signature: 197 }; A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1.prototype = { call$1(_) { @@ -471263,7 +471412,7 @@ b.get$_client_model$_$this()._client_model$_customValue4 = t1; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -471288,7 +471437,7 @@ b.get$_client_model$_$this()._groupId = this.groupId; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditDetailsState_build_closure1.prototype = { call$1(userId) { @@ -471301,20 +471450,20 @@ b.get$_client_model$_$this()._client_model$_assignedUserId = this.userId; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditDetailsState_build_closure2.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditDetailsState_build__closure(value))); }, - $signature: 19 + $signature: 20 }; A.ClientEditDetailsState_build__closure.prototype = { call$1(b) { b.get$_client_model$_$this()._isTaxExempt = this.value; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditFooter.prototype = { build$1(context) { @@ -471427,7 +471576,7 @@ b.get$_client_model$_$this()._privateNotes = t1; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditNotesState__onChanged_closure0.prototype = { call$0() { @@ -471453,7 +471602,7 @@ b.get$_client_model$_$this()._sizeId = this.sizeId; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditNotesState_build_closure1.prototype = { call$1(industry) { @@ -471470,7 +471619,7 @@ b.get$_client_model$_$this()._industryId = t1; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditSettings.prototype = { createState$0() { @@ -471572,7 +471721,7 @@ t1.get$_settings_model$_$this()._defaultTaskRate = t2; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditSettingsState__onChanged_closure0.prototype = { call$0() { @@ -471596,7 +471745,7 @@ t1.get$_settings_model$_$this()._currencyId = t2; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditSettingsState_build_closure0.prototype = { call$1(language) { @@ -471614,7 +471763,7 @@ t1.get$_settings_model$_$this()._languageId = t2; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditSettingsState_build_closure1.prototype = { call$1(paymentTermId) { @@ -471641,7 +471790,7 @@ t1.get$_settings_model$_$this()._defaultPaymentTerms = t2; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditSettingsState_build_closure3.prototype = { call$1(paymentTermId) { @@ -471668,7 +471817,7 @@ t1.get$_settings_model$_$this()._defaultValidUntil = t2; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditSettingsState_build_closure5.prototype = { call$1(value) { @@ -471681,7 +471830,7 @@ b.get$settings().get$_settings_model$_$this()._sendReminders = this.value; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditShippingAddress.prototype = { createState$0() { @@ -471803,7 +471952,7 @@ b.get$_client_model$_$this()._shippingPostalCode = t1; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditShippingAddressState__onChanged_closure0.prototype = { call$0() { @@ -471826,7 +471975,7 @@ b.get$_client_model$_$this()._shippingCountryId = t1; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditShippingAddressState_build_closure0.prototype = { call$0() { @@ -471839,7 +471988,7 @@ call$1(duration) { this.$this.didChangeDependencies$0(); }, - $signature: 38 + $signature: 39 }; A.ClientEditScreen.prototype = { build$1(context) { @@ -471894,7 +472043,7 @@ b.get$_client_model$_$this()._shippingCountryId = t1.countryId; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditVM_ClientEditVM$fromStore_closure2.prototype = { call$0() { @@ -471918,7 +472067,7 @@ b.get$_client_model$_$this()._countryId = t1.shippingCountryId; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditVM_ClientEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -472019,7 +472168,7 @@ A.viewEntity(false, savedClient, null, true); } }, - $signature: 275 + $signature: 272 }; A.ClientEditVM_ClientEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -472106,7 +472255,7 @@ t7 = type$.JSArray_legacy_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: 238 + $signature: 239 }; A._ClientViewState_build__closure.prototype = { call$0() { @@ -472188,13 +472337,13 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A._ClientViewActivityState_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list[index], true, null); }, - $signature: 277 + $signature: 268 }; A.ClientViewDetails.prototype = { createState$0() { @@ -472272,7 +472421,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: 241 + $signature: 247 }; A._ClientViewDetailsState_build__buildDetailsList_closure.prototype = { call$1(contact) { @@ -472291,7 +472440,7 @@ t1.push(A.AppListTile$(null, t2, B.IconData_58530_MaterialIcons_null_false, new A._ClientViewDetailsState_build__buildDetailsList__closure2(t5, t6, contact), t4.get$phone(t4), t3 + "\n" + t2)); } }, - $signature: 722 + $signature: 723 }; A._ClientViewDetailsState_build__buildDetailsList__closure1.prototype = { call$0() { @@ -472391,7 +472540,7 @@ call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 136 + $signature: 131 }; A.ClientViewDocuments_build_closure1.prototype = { call$0() { @@ -472474,7 +472623,7 @@ t1.$indexSet(0, customerReference, A._setArrayType([gatewayToken], type$.JSArray_legacy_GatewayTokenEntity)); } }, - $signature: 725 + $signature: 726 }; A._ClientViewFullwidthState_build_closure0.prototype = { call$2(context, layout) { @@ -472608,7 +472757,7 @@ } return A.Row$(t8, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 726 + $signature: 727 }; A._ClientViewFullwidthState_build__closure.prototype = { call$0() { @@ -472748,7 +472897,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A._ClientViewLedgerState_build_closure0.prototype = { call$2(context, index) { @@ -472786,7 +472935,7 @@ t4 = A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, t5, _null), new A.Padding(B.EdgeInsets_0_4_0_0, A.DecoratedBox$(new A.Padding(B.EdgeInsets_4_4_4_4, A.Text$(B.JSString_methods.$add(t8, A.formatNumber(t6, context, t3, _null, B.FormatNumberType_0, true, _null, _null, false)), _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)], t4), 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, new A._ClientViewLedgerState_build__closure(entity), new A._ClientViewLedgerState_build__closure0(entity), false, _null, _null, _null, t4, _null, t1, _null, _null); }, - $signature: 158 + $signature: 145 }; A._ClientViewLedgerState_build__closure0.prototype = { call$0() { @@ -472994,13 +473143,13 @@ t1.$indexSet(0, customerReference, A._setArrayType([gatewayToken], type$.JSArray_legacy_GatewayTokenEntity)); } }, - $signature: 725 + $signature: 726 }; A.ClientOverview_build_closure0.prototype = { call$1(token) { return new A.TokenMeta(token.meta, null); }, - $signature: 727 + $signature: 728 }; A.ClientOverview_build_closure1.prototype = { call$0() { @@ -473033,7 +473182,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A.ClientViewPaymentMethods_build_closure.prototype = { call$2(context, index) { @@ -473051,13 +473200,13 @@ t3 = t3.containsKey$1(0, customerReference) ? new A.IgnorePointer(true, _null, A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58460_MaterialIcons_null_true, _null, _null), _null, new A.ClientViewPaymentMethods_build__closure2(), _null, _null, _null, _null), _null) : _null; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, new A.IgnorePointer(true, _null, t5, _null), _null, _null, t1, false, _null, _null, _null, t4, _null, t2, t3, _null); }, - $signature: 429 + $signature: 445 }; A.ClientViewPaymentMethods_build__closure.prototype = { call$1(token) { return new A.TokenMeta(token.meta, null); }, - $signature: 727 + $signature: 728 }; A.ClientViewPaymentMethods_build__closure0.prototype = { call$0() { @@ -473148,13 +473297,13 @@ t2[0].call$1(new A.SaveClientDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.client)); t1.then$1$1(0, new A.ClientViewVM_ClientViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.ClientViewVM_ClientViewVM$fromStore__closure1(context)); }, - $signature: 79 + $signature: 82 }; A.ClientViewVM_ClientViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 50 + $signature: 48 }; A.ClientViewVM_ClientViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -473181,7 +473330,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 85 + $signature: 87 }; A.ClientViewVM_ClientViewVM$fromStore__closure.prototype = { call$1(value) { @@ -473441,7 +473590,7 @@ } else t1 = false; t1 = t1 ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "company_gateway_fab", false, new A.CompanyGatewayScreen_build_closure9(settingsUIState, context), t2.get$newCompanyGateway()) : _null; - return A.ListScaffold$(t6, B.List_empty13, t4, new A.CompanyGatewayListBuilder(_null), t5, B.EntityType_companyGateway, t1, 0, "payment_settings", new A.CompanyGatewayScreen_build_closure10(store), new A.CompanyGatewayScreen_build_closure11(store)); + return A.ListScaffold$(t6, B.List_empty15, t4, new A.CompanyGatewayListBuilder(_null), t5, B.EntityType_companyGateway, t1, 0, "payment_settings", new A.CompanyGatewayScreen_build_closure10(store), new A.CompanyGatewayScreen_build_closure11(store)); } }; A.CompanyGatewayScreen_build_closure11.prototype = { @@ -473505,7 +473654,7 @@ call$1(companyGatewayId) { return this.$this.viewModel.companyGatewayMap._map$_map.$index(0, companyGatewayId); }, - $signature: 361 + $signature: 412 }; A.CompanyGatewayScreen_build__closure1.prototype = { call$1(_) { @@ -473513,7 +473662,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearCompanyGatewayMultiselect()); }, - $signature: 500 + $signature: 490 }; A.CompanyGatewayScreen_build_closure0.prototype = { call$1(context) { @@ -473521,7 +473670,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearCompanyGatewayMultiselect()); }, - $signature: 54 + $signature: 53 }; A.CompanyGatewayScreen_build_closure1.prototype = { call$0() { @@ -473906,7 +474055,7 @@ b.get$_company_gateway_model$_$this()._label = t1; return b; }, - $signature: 59 + $signature: 57 }; A._CompanyGatewayEditState_build_closure1.prototype = { call$0() { @@ -473934,21 +474083,21 @@ b.get$_company_gateway_model$_$this()._label = t1; return b; }, - $signature: 59 + $signature: 57 }; A._CompanyGatewayEditState_build_closure4.prototype = { call$1(context) { var t1 = type$.MappedListIterable_of_legacy_String_and_legacy_Text; return A.List_List$of(new A.MappedListIterable(A._setArrayType(["always", "optout", "optin", "off"], type$.JSArray_legacy_String), new A._CompanyGatewayEditState_build__closure15(this.localization), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 310 + $signature: 283 }; 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: 233 + $signature: 262 }; A._CompanyGatewayEditState_build_closure6.prototype = { call$1(value) { @@ -473961,7 +474110,7 @@ b.get$_company_gateway_model$_$this()._tokenBilling = this.value; return b; }, - $signature: 59 + $signature: 57 }; A._CompanyGatewayEditState_build_closure5.prototype = { call$1(value) { @@ -473975,21 +474124,21 @@ t2 = this.gatewayTypeId; this.viewModel.onChanged.call$1(t1.rebuild$1(new A._CompanyGatewayEditState_build__closure13(t2, t1.getSettingsForGatewayTypeId$1(t2), value))); }, - $signature: 19 + $signature: 20 }; A._CompanyGatewayEditState_build__closure13.prototype = { call$1(b) { b.get$feesAndLimitsMap().$indexSet(0, this.gatewayTypeId, this.settings.rebuild$1(new A._CompanyGatewayEditState_build___closure(this.value))); return b; }, - $signature: 59 + $signature: 57 }; A._CompanyGatewayEditState_build___closure.prototype = { call$1(b) { b.get$_company_gateway_model$_$this()._company_gateway_model$_isEnabled = this.value; return b; }, - $signature: 205 + $signature: 203 }; A._CompanyGatewayEditState_build_closure8.prototype = { call$1(value) { @@ -474002,7 +474151,7 @@ b.get$_company_gateway_model$_$this()._requireClientName = this.value; return b; }, - $signature: 59 + $signature: 57 }; A._CompanyGatewayEditState_build_closure9.prototype = { call$1(value) { @@ -474015,7 +474164,7 @@ b.get$_company_gateway_model$_$this()._requireClientPhone = this.value; return b; }, - $signature: 59 + $signature: 57 }; A._CompanyGatewayEditState_build_closure10.prototype = { call$1(value) { @@ -474028,7 +474177,7 @@ b.get$_company_gateway_model$_$this()._requireContactName = this.value; return b; }, - $signature: 59 + $signature: 57 }; A._CompanyGatewayEditState_build_closure11.prototype = { call$1(value) { @@ -474041,7 +474190,7 @@ b.get$_company_gateway_model$_$this()._requireContactEmail = this.value; return b; }, - $signature: 59 + $signature: 57 }; A._CompanyGatewayEditState_build_closure12.prototype = { call$1(value) { @@ -474054,7 +474203,7 @@ b.get$_company_gateway_model$_$this()._requireCustomValue1 = this.value; return b; }, - $signature: 59 + $signature: 57 }; A._CompanyGatewayEditState_build_closure13.prototype = { call$1(value) { @@ -474067,7 +474216,7 @@ b.get$_company_gateway_model$_$this()._requireCustomValue2 = this.value; return b; }, - $signature: 59 + $signature: 57 }; A._CompanyGatewayEditState_build_closure14.prototype = { call$1(value) { @@ -474080,7 +474229,7 @@ b.get$_company_gateway_model$_$this()._requireCustomValue3 = this.value; return b; }, - $signature: 59 + $signature: 57 }; A._CompanyGatewayEditState_build_closure15.prototype = { call$1(value) { @@ -474093,7 +474242,7 @@ b.get$_company_gateway_model$_$this()._requireCustomValue4 = this.value; return b; }, - $signature: 59 + $signature: 57 }; A._CompanyGatewayEditState_build_closure16.prototype = { call$1(value) { @@ -474106,7 +474255,7 @@ b.get$_company_gateway_model$_$this()._requirePostalCode = this.value; return b; }, - $signature: 59 + $signature: 57 }; A._CompanyGatewayEditState_build_closure17.prototype = { call$1(value) { @@ -474119,7 +474268,7 @@ b.get$_company_gateway_model$_$this()._requireCvv = this.value; return b; }, - $signature: 59 + $signature: 57 }; A._CompanyGatewayEditState_build_closure18.prototype = { call$1(value) { @@ -474132,7 +474281,7 @@ b.get$_company_gateway_model$_$this()._requireBillingAddress = this.value; return b; }, - $signature: 59 + $signature: 57 }; A._CompanyGatewayEditState_build_closure19.prototype = { call$1(value) { @@ -474145,7 +474294,7 @@ b.get$_company_gateway_model$_$this()._requireShippingAddress = this.value; return b; }, - $signature: 59 + $signature: 57 }; A._CompanyGatewayEditState_build_closure20.prototype = { call$1(value) { @@ -474158,7 +474307,7 @@ b.get$_company_gateway_model$_$this()._updateDetails = this.value; return b; }, - $signature: 59 + $signature: 57 }; A._CompanyGatewayEditState_build_closure21.prototype = { call$1(gatewayTypeId) { @@ -474343,7 +474492,7 @@ call$1(value) { return this.$this._company_gateway_edit$_onChanged$0(); }, - $signature: 89 + $signature: 88 }; A.LimitEditor.prototype = { createState$0() { @@ -474451,14 +474600,14 @@ b.get$_company_gateway_model$_$this()._maxLimit = t1; return b; }, - $signature: 205 + $signature: 203 }; A._LimitEditorState__onChanged_closure0.prototype = { call$1(b) { b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.updatedSettings); return b; }, - $signature: 59 + $signature: 57 }; A._LimitEditorState__onTextChange_closure.prototype = { call$0() { @@ -474471,7 +474620,7 @@ var t1 = this.$this; t1.setState$1(new A._LimitEditorState_build__closure0(t1, value)); }, - $signature: 19 + $signature: 20 }; A._LimitEditorState_build__closure0.prototype = { call$0() { @@ -474489,7 +474638,7 @@ var t1 = this.$this; t1.setState$1(new A._LimitEditorState_build__closure(t1, value)); }, - $signature: 19 + $signature: 20 }; A._LimitEditorState_build__closure.prototype = { call$0() { @@ -474638,7 +474787,7 @@ b.get$_company_gateway_model$_$this()._feeCap = this.cap; return b; }, - $signature: 205 + $signature: 203 }; A._FeesEditorState__onChanged_closure0.prototype = { call$0() { @@ -474652,21 +474801,21 @@ b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.updatedSettings); return b; }, - $signature: 59 + $signature: 57 }; 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: 108 + $signature: 110 }; 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: 59 + $signature: 57 }; A._FeesEditorState_build___closure2.prototype = { call$1(b) { @@ -474677,21 +474826,21 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName1 = t1; return b; }, - $signature: 205 + $signature: 203 }; 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: 108 + $signature: 110 }; 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: 59 + $signature: 57 }; A._FeesEditorState_build___closure1.prototype = { call$1(b) { @@ -474702,21 +474851,21 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName2 = t1; return b; }, - $signature: 205 + $signature: 203 }; 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: 108 + $signature: 110 }; 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: 59 + $signature: 57 }; A._FeesEditorState_build___closure0.prototype = { call$1(b) { @@ -474727,7 +474876,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName3 = t1; return b; }, - $signature: 205 + $signature: 203 }; A._FeesEditorState_build_closure2.prototype = { call$1(value) { @@ -474741,14 +474890,14 @@ b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.settings.rebuild$1(new A._FeesEditorState_build___closure(this.value))); return b; }, - $signature: 59 + $signature: 57 }; A._FeesEditorState_build___closure.prototype = { call$1(b) { b.get$_company_gateway_model$_$this()._adjustFeePercent = this.value; return b; }, - $signature: 205 + $signature: 203 }; A.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -474797,7 +474946,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCompanyGateway(companyGateway)); }, - $signature: 362 + $signature: 413 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -474885,7 +475034,7 @@ } else A.viewEntityById(false, savedCompanyGateway.id, B.EntityType_companyGateway, null, true, true); }, - $signature: 362 + $signature: 413 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure0.prototype = { call$1(b) { @@ -474939,7 +475088,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 283 + $signature: 282 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure.prototype = { call$1(response) { @@ -475282,7 +475431,7 @@ t5 = J.getInterceptor$asx(t4); return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure(context), _null)], t3), _null, _null, A.Column$(A._setArrayType([A.Row$(A._setArrayType([new A.SizedBox(120, _null, A.Text$("Stripe", _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.SizedBox(100, _null, A.Text$(A.S(t5.$index(t4, "stripe_customer_count")), _null, _null, _null, _null, _null, _null, B.TextAlign_5, _null, _null), _null)], t3), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.SizedBox(_null, 8, _null, _null), A.Row$(A._setArrayType([new A.SizedBox(120, _null, A.Text$("Invoice Ninja", _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.SizedBox(100, _null, A.Text$(A.S(J.get$length$asx(type$.legacy_Iterable_dynamic._as(t5.$index(t4, "stripe_customers")))), _null, _null, _null, _null, _null, _null, B.TextAlign_5, _null, _null), _null)], t3), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t3), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, _null, t2); }, - $signature: 196 + $signature: 193 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure.prototype = { call$0() { @@ -475372,7 +475521,7 @@ t2[0].call$1(new A.LoadClient(null, t1)); } }, - $signature: 333 + $signature: 402 }; A.CreditEmailScreen_build_closure0.prototype = { call$1(store) { @@ -475404,7 +475553,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.EmailCreditRequest(completer, this.credit.id, template, subject, body, ccEmail)); }, - $signature: 352 + $signature: 399 }; A.EmailCreditVM_EmailCreditVM$fromStore__closure.prototype = { call$1(value) { @@ -475510,7 +475659,7 @@ } return t1; }, - $signature: 114 + $signature: 116 }; A.CreditListItem_build__closure2.prototype = { call$0() { @@ -475537,7 +475686,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.credit], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 68 + $signature: 64 }; A.CreditListItem_build__closure5.prototype = { call$0() { @@ -475811,7 +475960,7 @@ t8 = 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), t9, B.EntityType_credit, false, B.List_empty21, 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, t7, B.List_empty22, t8); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && t4.can$2(B.UserPermission_create, B.EntityType_credit) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "credit_fab", false, new A.CreditScreen_build_closure6(context), t2.get$newCredit()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_credit, t3, new A.CreditScreen_build_closure7(store), t6, _null, _null, new A.CreditScreen_build_closure8(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.CreditListBuilder(_null), t8, B.EntityType_credit, t1, 0, _null, new A.CreditScreen_build_closure9(store), new A.CreditScreen_build_closure10(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_credit, t3, new A.CreditScreen_build_closure7(store), t6, _null, _null, new A.CreditScreen_build_closure8(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.CreditListBuilder(_null), t8, B.EntityType_credit, t1, 0, _null, new A.CreditScreen_build_closure9(store), new A.CreditScreen_build_closure10(store)); } }; A.CreditScreen_build_closure10.prototype = { @@ -476007,19 +476156,19 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._CreditEditState_build_closure2.prototype = { call$1(context) { return this.$this._credit_edit$_onSavePressed$1(context); }, - $signature: 20 + $signature: 19 }; A._CreditEditState_build_closure0.prototype = { call$2(context, action) { return this.$this._credit_edit$_onSavePressed$2(context, action); }, - $signature: 68 + $signature: 64 }; A._CreditEditState_build_closure.prototype = { call$0() { @@ -476038,7 +476187,7 @@ t5 = t3._eval$1("MappedIterable<1,BaseEntity*>"); return new A.InvoiceItemSelector(t1, new A._CreditEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.MappedIterable(new A.WhereIterable(t2, new A._CreditEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._CreditEditState_build___closure1(t4), t5), true, t5._eval$1("Iterable.E")), false, null); }, - $signature: 313 + $signature: 295 }; A._CreditEditState_build___closure0.prototype = { call$1(item) { @@ -476064,7 +476213,7 @@ } return t1; }, - $signature: 328 + $signature: 300 }; A._CreditEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -476078,7 +476227,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 330 + $signature: 306 }; A.__CreditEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -476123,7 +476272,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCredit(credit)); }, - $signature: 141 + $signature: 149 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0.prototype = { call$3(context, credit, client) { @@ -476135,7 +476284,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 407 + $signature: 345 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -476148,7 +476297,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 121 + $signature: 122 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -476196,7 +476345,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeleteCreditItem(index)); }, - $signature: 116 + $signature: 112 }; A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0.prototype = { call$0() { @@ -476222,7 +476371,7 @@ t1[0].call$1(new A.UpdateCreditItem(index, creditItem)); } }, - $signature: 271 + $signature: 307 }; A.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -476230,7 +476379,7 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 66 + $signature: 65 }; A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { @@ -476265,7 +476414,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCredit(credit)); }, - $signature: 141 + $signature: 149 }; A.CreditEditPDFScreen.prototype = { build$1(context) { @@ -476324,7 +476473,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 185 + $signature: 191 }; A.CreditEditVM_CreditEditVM$fromStore__closure2.prototype = { call$0() { @@ -476412,7 +476561,7 @@ A.viewEntity(false, savedCredit, _null, true); } }, - $signature: 73 + $signature: 70 }; A.CreditEditVM_CreditEditVM$fromStore___closure2.prototype = { call$1(error) { @@ -476441,7 +476590,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.AddCreditItems(items)); }, - $signature: 326 + $signature: 312 }; A.CreditEditVM_CreditEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -476467,13 +476616,13 @@ t2[0].call$1(new A.SaveCreditDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.credit)); t1.then$1$1(0, new A.CreditEditVM_CreditEditVM$fromStore__closure0(context), type$.Null).catchError$1(new A.CreditEditVM_CreditEditVM$fromStore__closure1(context)); }, - $signature: 79 + $signature: 82 }; A.CreditEditVM_CreditEditVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 50 + $signature: 48 }; A.CreditEditVM_CreditEditVM$fromStore__closure1.prototype = { call$1(error) { @@ -476500,7 +476649,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 85 + $signature: 87 }; A.CreditEditVM_CreditEditVM$fromStore__closure.prototype = { call$1(value) { @@ -476551,7 +476700,7 @@ $defaultValues() { return [null]; }, - $signature: 325 + $signature: 314 }; A.CreditViewVM_CreditViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -476567,13 +476716,13 @@ t2[0].call$1(new A.SaveCreditDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.credit)); t1.then$1$1(0, new A.CreditViewVM_CreditViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.CreditViewVM_CreditViewVM$fromStore__closure1(context)); }, - $signature: 79 + $signature: 82 }; A.CreditViewVM_CreditViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 50 + $signature: 48 }; A.CreditViewVM_CreditViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -476600,7 +476749,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 85 + $signature: 87 }; A.CreditViewVM_CreditViewVM$fromStore__closure.prototype = { call$1(value) { @@ -476624,7 +476773,7 @@ $defaultValues() { return [null]; }, - $signature: 322 + $signature: 315 }; A.DashboardActivity.prototype = { build$1(context) { @@ -476640,13 +476789,13 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A.DashboardActivity_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list[index], true, null); }, - $signature: 277 + $signature: 268 }; A.DashboardChart.prototype = { createState$0() { @@ -476895,21 +477044,21 @@ call$1(value) { return value !== B.DateRange_allTime; }, - $signature: 239 + $signature: 215 }; A._DashboardDateRangePickerState_build_closure0.prototype = { call$1(dateRange) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(J.toString$0$(dateRange)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.legacy_DateRange); }, - $signature: 287 + $signature: 279 }; A._DashboardDateRangePickerState_build_closure1.prototype = { call$1(dateRange) { var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure6(t1, dateRange)); }, - $signature: 749 + $signature: 750 }; A._DashboardDateRangePickerState_build__closure6.prototype = { call$0() { @@ -476922,7 +477071,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure5(t1, value)); }, - $signature: 19 + $signature: 20 }; A._DashboardDateRangePickerState_build__closure5.prototype = { call$0() { @@ -476935,7 +477084,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure4(t1, date)); }, - $signature: 44 + $signature: 43 }; A._DashboardDateRangePickerState_build__closure4.prototype = { call$0() { @@ -476948,7 +477097,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure3(t1, date)); }, - $signature: 44 + $signature: 43 }; A._DashboardDateRangePickerState_build__closure3.prototype = { call$0() { @@ -476981,7 +477130,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure1(t1, date)); }, - $signature: 44 + $signature: 43 }; A._DashboardDateRangePickerState_build__closure1.prototype = { call$0() { @@ -476994,7 +477143,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure0(t1, date)); }, - $signature: 44 + $signature: 43 }; A._DashboardDateRangePickerState_build__closure0.prototype = { call$0() { @@ -477210,7 +477359,7 @@ call$1(value) { this.$this.viewModel.onTaxesChanged.call$1(value); }, - $signature: 19 + $signature: 20 }; A.DashboardPanels__header__closure1.prototype = { call$1(context) { @@ -477225,7 +477374,7 @@ call$1(value) { return value !== B.DateRange_allTime; }, - $signature: 239 + $signature: 215 }; A.DashboardPanels__header___closure1.prototype = { call$1(dateRange) { @@ -477246,13 +477395,13 @@ t1.viewModel.onSettingsChanged.call$1(settings); } }, - $signature: 749 + $signature: 750 }; A.DashboardPanels__header___closure.prototype = { call$1(duration) { this.$this._showDateOptions$1(this.context); }, - $signature: 38 + $signature: 39 }; A.DashboardPanels__header__closure3.prototype = { call$1(currencyId) { @@ -477334,7 +477483,7 @@ call$0() { return A.formatDuration(this.task.calculateDuration$0(), true); }, - $signature: 135 + $signature: 132 }; A.DashboardPanels__runningTasks__closure1.prototype = { call$0() { @@ -477352,7 +477501,7 @@ call$2(context, action) { return A.handleTaskAction(context, A._setArrayType([this.task], type$.JSArray_legacy_BaseEntity), action); }, - $signature: 68 + $signature: 64 }; A.DashboardPanels_build_closure.prototype = { call$1(b) { @@ -477360,7 +477509,7 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = t1 + 1; return b; }, - $signature: 143 + $signature: 147 }; A.DashboardPanels_build_closure0.prototype = { call$1(b) { @@ -477368,7 +477517,7 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = t1 + 1; return b; }, - $signature: 143 + $signature: 147 }; A.DashboardPanels_build_closure1.prototype = { call$1(b) { @@ -477376,7 +477525,7 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = t1 + 1; return b; }, - $signature: 143 + $signature: 147 }; A.DashboardPanels_build_closure2.prototype = { call$1(b) { @@ -477384,7 +477533,7 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = t1 + 1; return b; }, - $signature: 143 + $signature: 147 }; A.DashboardPanels_build_closure3.prototype = { call$1(b) { @@ -477392,7 +477541,7 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = t1 + 1; return b; }, - $signature: 143 + $signature: 147 }; A.DashboardPanels_build_closure4.prototype = { call$2(context, index) { @@ -477551,7 +477700,7 @@ } return new A.SizedBox(_null, _null, _null, _null); }, - $signature: 158 + $signature: 145 }; A.DashboardPanels_build__closure.prototype = { call$0() { @@ -477601,7 +477750,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: 321 + $signature: 320 }; A.DashboardPanels_build__closure6.prototype = { call$0() { @@ -477615,7 +477764,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: 321 + $signature: 320 }; A.DashboardPanels_build__closure8.prototype = { call$0() { @@ -477629,7 +477778,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: 321 + $signature: 320 }; A.DashboardPanels_build__closure10.prototype = { call$0() { @@ -477643,7 +477792,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: 321 + $signature: 320 }; A.DashboardPanels_build__closure12.prototype = { call$0() { @@ -477657,7 +477806,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: 321 + $signature: 320 }; A._DashboardPanel.prototype = { createState$0() { @@ -477730,55 +477879,55 @@ 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$.legacy_ChartMoneyData, type$.legacy_DateTime)); }, - $signature: 751 + $signature: 752 }; A.__DashboardPanelState_build__closure0.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 318 + $signature: 321 }; A.__DashboardPanelState_build__closure1.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 146 + $signature: 150 }; A.__DashboardPanelState_build__closure.prototype = { call$2(chartData, _) { return B.Color_ePM; }, - $signature: 317 + $signature: 324 }; A.__DashboardPanelState_build__closure2.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 146 + $signature: 150 }; A.__DashboardPanelState_build__closure4.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 318 + $signature: 321 }; A.__DashboardPanelState_build__closure5.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 146 + $signature: 150 }; A.__DashboardPanelState_build__closure3.prototype = { call$2(chartData, _) { return A.ColorUtil_fromDartColor(this.state.get$accentColor()); }, - $signature: 317 + $signature: 324 }; A.__DashboardPanelState_build__closure6.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 146 + $signature: 150 }; A._OverviewPanel.prototype = { createState$0() { @@ -477845,79 +477994,79 @@ dataGroup.chartSeries.push(A.Series_Series(new A.__OverviewPanelState_build__closure3(), payments, t1.get$payments(), new A.__OverviewPanelState_build__closure4(), "payments", new A.__OverviewPanelState_build__closure5(), new A.__OverviewPanelState_build__closure6(), t3, t4)); dataGroup.chartSeries.push(A.Series_Series(new A.__OverviewPanelState_build__closure7(t2), invoiceSeries, t1.get$invoices(), new A.__OverviewPanelState_build__closure8(), "invoices", new A.__OverviewPanelState_build__closure9(), new A.__OverviewPanelState_build__closure10(), t3, t4)); }, - $signature: 751 + $signature: 752 }; A.__OverviewPanelState_build__closure0.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 318 + $signature: 321 }; A.__OverviewPanelState_build__closure1.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 146 + $signature: 150 }; A.__OverviewPanelState_build__closure.prototype = { call$2(chartData, _) { return A.ColorUtil_fromDartColor(B.MaterialColor_Map_HFpTk_4288585374); }, - $signature: 317 + $signature: 324 }; A.__OverviewPanelState_build__closure2.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 146 + $signature: 150 }; A.__OverviewPanelState_build__closure4.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 318 + $signature: 321 }; A.__OverviewPanelState_build__closure5.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 146 + $signature: 150 }; A.__OverviewPanelState_build__closure3.prototype = { call$2(chartData, _) { return A.ColorUtil_fromDartColor(B.MaterialColor_Map_JNEaM_4283215696); }, - $signature: 317 + $signature: 324 }; A.__OverviewPanelState_build__closure6.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 146 + $signature: 150 }; A.__OverviewPanelState_build__closure8.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 318 + $signature: 321 }; A.__OverviewPanelState_build__closure9.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 146 + $signature: 150 }; A.__OverviewPanelState_build__closure7.prototype = { call$2(chartData, _) { return A.ColorUtil_fromDartColor(this.state.get$accentColor()); }, - $signature: 317 + $signature: 324 }; A.__OverviewPanelState_build__closure10.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 146 + $signature: 150 }; A.__OverviewPanelState_build_closure0.prototype = { call$0() { @@ -478020,7 +478169,7 @@ this.viewModel.onTaxesChanged.call$1(value); this.$this.setState$1(new A.__DashboardSettingsState_build__closure8()); }, - $signature: 19 + $signature: 20 }; A.__DashboardSettingsState_build__closure8.prototype = { call$0() { @@ -478082,7 +478231,7 @@ t1._company_model$_$v = t3; return b; }, - $signature: 105 + $signature: 106 }; A.__DashboardSettingsState_build_closure6.prototype = { call$2(oldIndex, newIndex) { @@ -478122,7 +478271,7 @@ B.JSArray_methods.insert$2(b.get$_safeList(), t1, t2); return b; }, - $signature: 510 + $signature: 581 }; A.__DashboardSettingsState_build__closure3.prototype = { call$0() { @@ -478145,7 +478294,7 @@ B.JSArray_methods.remove$1(b.get$_safeList(), this.dashboardField); return b; }, - $signature: 510 + $signature: 581 }; A.__DashboardSettingsState_build__closure5.prototype = { call$0() { @@ -478213,7 +478362,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(A.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_int); }, - $signature: 162 + $signature: 166 }; A._DashboardField.prototype = { createState$0() { @@ -478259,7 +478408,7 @@ call$2(entityType, fields) { J.forEach$1$ax(fields, new A._DashboardFieldState_build__closure3(this.company, entityType, this.items, this.localization)); }, - $signature: 756 + $signature: 757 }; A._DashboardFieldState_build__closure3.prototype = { call$1(field) { @@ -478337,7 +478486,7 @@ B.JSArray_methods.add$1(b.get$_safeList(), t1); return b; }, - $signature: 510 + $signature: 581 }; A.DashboardScreen.prototype = { createState$0() { @@ -478489,7 +478638,7 @@ if (this.company.isModuleEnabled$1(entityType)) this.$this._tabs.push(entityType); }, - $signature: 231 + $signature: 259 }; A._DashboardScreenState_initState_closure0.prototype = { call$1(duration) { @@ -478497,7 +478646,7 @@ t1.toString; A.showDialog(null, B.Color_2315255808, false, new A._DashboardScreenState_initState__closure(this.state), t1, null, true, type$.void); }, - $signature: 38 + $signature: 39 }; A._DashboardScreenState_initState__closure.prototype = { call$1(context) { @@ -478514,7 +478663,7 @@ t1 = this.localization.get$menuSidebar(); return A.InkWell$(false, _null, true, A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null), _null, new A._DashboardScreenState_build__closure3(context), _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: 545 + $signature: 551 }; A._DashboardScreenState_build__closure3.prototype = { call$0() { @@ -478609,7 +478758,7 @@ t2 = _null; return A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58132_MaterialIcons_null_false, _null, _null), _null, new A._DashboardScreenState_build__closure(context, t1, this.store), B.EdgeInsets_4_0_24_0, _null, t2, _null); }, - $signature: 562 + $signature: 566 }; A._DashboardScreenState_build__closure.prototype = { call$0() { @@ -478692,7 +478841,7 @@ t4 = A.Icon$(B.IconData_58397_MaterialIcons_null_true, _null, _null); 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$(subtitle != null ? subtitle : t1.lookup$1(A.S(entity.get$entityType())), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t2, t4, _null); }, - $signature: 429 + $signature: 445 }; A._CustomTabBarView_build__closure.prototype = { call$0() { @@ -478806,7 +478955,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateDashboardSelection(entityType, entityIds)); }, - $signature: 756 + $signature: 757 }; A.DashboardVM_fromStore_closure2.prototype = { call$1(offset) { @@ -478815,7 +478964,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateDashboardSettings(_null, offset, _null, _null, _null)); }, - $signature: 178 + $signature: 197 }; A.DashboardVM_fromStore_closure3.prototype = { call$1(currencyId) { @@ -478934,25 +479083,25 @@ call$2(context, index) { return new A.InvoiceListItem(J.$index$asx(this.upcomingInvoices, index), null, false, false, null, false, null); }, - $signature: 381 + $signature: 351 }; A.InvoiceSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A.InvoiceSidebar_build_closure1.prototype = { call$2(context, index) { return new A.InvoiceListItem(J.$index$asx(this.pastDueInvoices, index), null, false, false, null, false, null); }, - $signature: 381 + $signature: 351 }; A.InvoiceSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A.InvoiceSidebar_build_closure3.prototype = { call$2(context, index) { @@ -478964,13 +479113,13 @@ invoice = t2._map$_map.$index(0, t1); return invoice == null ? new A.SizedBox(_null, _null, _null, _null) : new A.InvoiceListItem(invoice, _null, false, false, _null, false, _null); }, - $signature: 158 + $signature: 145 }; A.InvoiceSidebar_build_closure4.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A.PaymentSidebar.prototype = { build$1(context) { @@ -479016,13 +479165,13 @@ call$2(context, index) { return new A.PaymentListItem(J.$index$asx(this.recentPayments, index), null, false, false, null, false, null); }, - $signature: 471 + $signature: 498 }; A.PaymentSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A.PaymentSidebar_build_closure1.prototype = { call$2(context, index) { @@ -479034,13 +479183,13 @@ payment = t2._map$_map.$index(0, t1); return payment == null ? new A.SizedBox(_null, _null, _null, _null) : new A.PaymentListItem(payment, _null, false, false, _null, false, _null); }, - $signature: 158 + $signature: 145 }; A.PaymentSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A.QuoteSidebar.prototype = { build$1(context) { @@ -479096,25 +479245,25 @@ call$2(context, index) { return new A.QuoteListItem(J.$index$asx(this.upcomingQuotes, index), null, false, null); }, - $signature: 530 + $signature: 488 }; A.QuoteSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A.QuoteSidebar_build_closure1.prototype = { call$2(context, index) { return new A.QuoteListItem(J.$index$asx(this.expriedQuotes, index), null, false, null); }, - $signature: 530 + $signature: 488 }; A.QuoteSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A.QuoteSidebar_build_closure3.prototype = { call$2(context, index) { @@ -479126,13 +479275,13 @@ quote = t2._map$_map.$index(0, t1); return quote == null ? new A.SizedBox(_null, _null, _null, _null) : new A.QuoteListItem(quote, _null, false, _null); }, - $signature: 158 + $signature: 145 }; A.QuoteSidebar_build_closure4.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A.TaskSidebar.prototype = { build$1(context) { @@ -479188,25 +479337,25 @@ call$2(context, index) { return A.TaskListItem$(null, false, true, null, null, false, J.$index$asx(this.runningTasks, index)); }, - $signature: 396 + $signature: 349 }; A.TaskSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; 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: 396 + $signature: 349 }; A.TaskSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A.TaskSidebar_build_closure3.prototype = { call$2(context, index) { @@ -479218,13 +479367,13 @@ task = t2._map$_map.$index(0, t1); return task == null ? new A.SizedBox(_null, _null, _null, _null) : A.TaskListItem$(_null, false, true, _null, _null, false, task); }, - $signature: 158 + $signature: 145 }; A.TaskSidebar_build_closure4.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A.ExpenseSidbar.prototype = { build$1(context) { @@ -479270,13 +479419,13 @@ call$2(context, index) { return A.ExpenseListItem$(J.$index$asx(this.recentExpenses, index), null, false, true, null, null, false, false); }, - $signature: 400 + $signature: 352 }; A.ExpenseSidbar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A.ExpenseSidbar_build_closure1.prototype = { call$2(context, index) { @@ -479288,13 +479437,13 @@ expense = t2._map$_map.$index(0, t1); return expense == null ? new A.SizedBox(_null, _null, _null, _null) : A.ExpenseListItem$(expense, _null, false, true, _null, _null, false, false); }, - $signature: 158 + $signature: 145 }; A.ExpenseSidbar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A._DashboardSidebar.prototype = { build$1(context) { @@ -479474,7 +479623,7 @@ t3 = t3.filter; t6 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, _null, B.EntityType_design, false, B.List_empty21, 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_legacy_String), B.List_empty22, _null); t1 = t1.prefState.appLayout === B.AppLayout_mobile && userCompany.isAdmin ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "design_fab", false, new A.DesignScreen_build_closure6(context, t1), t4.get$newDesign()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_design, t3, new A.DesignScreen_build_closure7(store), t5, _null, _null, new A.DesignScreen_build_closure8(store), new A.ValueKey("__filter_" + t2 + "__", type$.ValueKey_legacy_String)), new A.DesignListBuilder(_null), t6, B.EntityType_design, t1, 0, "invoice_design", new A.DesignScreen_build_closure9(store), new A.DesignScreen_build_closure10(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_design, t3, new A.DesignScreen_build_closure7(store), t5, _null, _null, new A.DesignScreen_build_closure8(store), new A.ValueKey("__filter_" + t2 + "__", type$.ValueKey_legacy_String)), new A.DesignListBuilder(_null), t6, B.EntityType_design, t1, 0, "invoice_design", new A.DesignScreen_build_closure9(store), new A.DesignScreen_build_closure10(store)); } }; A.DesignScreen_build_closure10.prototype = { @@ -479776,20 +479925,20 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_design_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._DesignEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_design_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._DesignEditState_dispose_closure.prototype = { call$1(controller) { controller.removeListener$1(0, this.$this.get$_design_edit$_onChanged()); controller.dispose$0(); }, - $signature: 75 + $signature: 78 }; A._DesignEditState__onChanged_closure.prototype = { call$1(b) { @@ -479807,7 +479956,7 @@ t2.replace$1(0, A.BuiltMap_BuiltMap(A.LinkedHashMap_LinkedHashMap$_literal(["header", t3, "body", t4, "footer", t5, "product", t6, "task", t7, "includes", J.trim$0$s(t1._includesController._change_notifier$_value.text)], t8, t8), t8, t8)); return b; }, - $signature: 351 + $signature: 398 }; A._DesignEditState__onChanged_closure0.prototype = { call$0() { @@ -479839,13 +479988,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_design_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._DesignEditState__loadDesign_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_design_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._DesignEditState__loadPreview_closure.prototype = { call$0() { @@ -479876,7 +480025,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 764 + $signature: 765 }; A._DesignEditState__loadPreview__closure.prototype = { call$0() { @@ -479909,7 +480058,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._DesignEditState_build_closure.prototype = { call$1(context) { @@ -479923,13 +480072,13 @@ call$1(value) { return this.$this._setDraftMode$1(value); }, - $signature: 43 + $signature: 44 }; A._DesignEditState_build_closure1.prototype = { call$1(value) { return this.$this._setDraftMode$1(value); }, - $signature: 43 + $signature: 44 }; A.DesignSection.prototype = { build$1(context) { @@ -480015,7 +480164,7 @@ t1._widget.onLoadDesign$1(value); t1._selectedDesign = value; }, - $signature: 164 + $signature: 168 }; A._DesignSettingsState_build_closure1.prototype = { call$0() { @@ -480065,7 +480214,7 @@ b.get$design().replace$1(0, A.BuiltMap_BuiltMap(B.C_JsonCodec.decode$2$reviver(0, this.designStr, null), t1, t1)); return b; }, - $signature: 351 + $signature: 398 }; A._DesignSettingsState_build_closure3.prototype = { call$0() { @@ -480127,7 +480276,7 @@ call$1(format) { return this.$this._widget.pdfBytes; }, - $signature: 113 + $signature: 115 }; A.HtmlDesignPreview.prototype = { build$1(context) { @@ -480264,7 +480413,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateDesign(design)); }, - $signature: 164 + $signature: 168 }; A.DesignEditVM_DesignEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -480392,7 +480541,7 @@ call$1(invoice) { return !invoice.isDeleted && invoice.designId === this.design.id; }, - $signature: 111 + $signature: 107 }; A._DesignViewState_build_closure1.prototype = { call$1(quoteId) { @@ -480406,7 +480555,7 @@ call$1(quote) { return !quote.isDeleted && quote.designId === this.design.id; }, - $signature: 111 + $signature: 107 }; A._DesignViewState_build_closure3.prototype = { call$1(creditId) { @@ -480420,7 +480569,7 @@ call$1(credit) { return !credit.isDeleted && credit.designId === this.design.id; }, - $signature: 111 + $signature: 107 }; A._DesignViewState_build_closure5.prototype = { call$1(invoiceId) { @@ -480434,7 +480583,7 @@ call$1(invoice) { return !invoice.isDeleted && invoice.designId === this.design.id; }, - $signature: 111 + $signature: 107 }; A._DesignViewState_build_closure7.prototype = { call$0() { @@ -480610,7 +480759,7 @@ t6 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, _null, B.EntityType_document, false, B.List_empty21, new A.DocumentScreen_build_closure(store), new A.DocumentScreen_build_closure0(store), new A.DocumentScreen_build_closure1(store), new A.DocumentScreen_build_closure2(store), new A.DocumentScreen_build_closure3(store), new A.DocumentScreen_build_closure4(store), new A.DocumentScreen_build_closure5(store), _null, A._setArrayType(["updated_at"], type$.JSArray_legacy_String), B.List_empty22, _null); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && userCompany.can$2(B.UserPermission_create, B.EntityType_document) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "document_fab", false, new A.DocumentScreen_build_closure6(context), t4.get$newDocument()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_document, t3, new A.DocumentScreen_build_closure7(store), t5, _null, _null, new A.DocumentScreen_build_closure8(store), new A.ValueKey("__filter_" + t2 + "__", type$.ValueKey_legacy_String)), new A.DocumentListBuilder(_null), t6, B.EntityType_document, t1, 0, _null, new A.DocumentScreen_build_closure9(store), new A.DocumentScreen_build_closure10(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_document, t3, new A.DocumentScreen_build_closure7(store), t5, _null, _null, new A.DocumentScreen_build_closure8(store), new A.ValueKey("__filter_" + t2 + "__", type$.ValueKey_legacy_String)), new A.DocumentListBuilder(_null), t6, B.EntityType_document, t1, 0, _null, new A.DocumentScreen_build_closure9(store), new A.DocumentScreen_build_closure10(store)); } }; A.DocumentScreen_build_closure10.prototype = { @@ -480782,26 +480931,26 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_document_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._DocumentEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_document_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._DocumentEditState_dispose_closure.prototype = { call$1(controller) { controller.removeListener$1(0, this.$this.get$_document_edit$_onChanged()); controller.dispose$0(); }, - $signature: 75 + $signature: 78 }; A._DocumentEditState__onChanged_closure.prototype = { call$1(b) { return b; }, - $signature: 467 + $signature: 468 }; A._DocumentEditState__onChanged_closure0.prototype = { call$0() { @@ -480823,7 +480972,7 @@ t1 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([], t1), _null, _null, false, _null, false, _null, _null)], t1), _null, _null, _null, false, _null); }, - $signature: 139 + $signature: 133 }; A.DocumentEditScreen.prototype = { build$1(context) { @@ -480857,7 +481006,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateDocument($document)); }, - $signature: 50 + $signature: 48 }; A.DocumentEditVM_DocumentEditVM$fromStore_closure0.prototype = { call$1(context) { @@ -480992,25 +481141,25 @@ return; this.$this._widget.viewModel.onSavePressed.call$2(this.context, this.action); }, - $signature: 38 + $signature: 39 }; A._ExpenseEditState_build_closure1.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._ExpenseEditState_build_closure2.prototype = { call$1(context) { return this.$this._expense_edit$_onSavePressed$1(context); }, - $signature: 20 + $signature: 19 }; A._ExpenseEditState_build_closure0.prototype = { call$2(context, action) { return this.$this._expense_edit$_onSavePressed$2(context, action); }, - $signature: 68 + $signature: 64 }; A._ExpenseEditState_build_closure.prototype = { call$0() { @@ -481255,7 +481404,7 @@ call$1(completer) { this.viewModel.onAddVendorPressed.call$2(this.context, completer); }, - $signature: 210 + $signature: 225 }; A.ExpenseEditDetailsState_build_closure0.prototype = { call$2(completer, $name) { @@ -481264,7 +481413,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 148 + $signature: 143 }; A.ExpenseEditDetailsState_build__closure19.prototype = { call$1(b) { @@ -481303,7 +481452,7 @@ call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 210 + $signature: 225 }; A.ExpenseEditDetailsState_build_closure4.prototype = { call$1(selectedId) { @@ -481354,7 +481503,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveExpenseCategoryRequest(completer, t1)); }, - $signature: 148 + $signature: 143 }; A.ExpenseEditDetailsState_build__closure15.prototype = { call$1(b) { @@ -481393,7 +481542,7 @@ call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure11(amount))); }, - $signature: 431 + $signature: 538 }; A.ExpenseEditDetailsState_build__closure11.prototype = { call$1(b) { @@ -481406,7 +481555,7 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure10(taxRate))); }, - $signature: 108 + $signature: 110 }; A.ExpenseEditDetailsState_build__closure10.prototype = { call$1(b) { @@ -481436,7 +481585,7 @@ call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure8(amount))); }, - $signature: 431 + $signature: 538 }; A.ExpenseEditDetailsState_build__closure8.prototype = { call$1(b) { @@ -481449,7 +481598,7 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure7(taxRate))); }, - $signature: 108 + $signature: 110 }; A.ExpenseEditDetailsState_build__closure7.prototype = { call$1(b) { @@ -481479,7 +481628,7 @@ call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure5(amount))); }, - $signature: 431 + $signature: 538 }; A.ExpenseEditDetailsState_build__closure5.prototype = { call$1(b) { @@ -481492,7 +481641,7 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure4(taxRate))); }, - $signature: 108 + $signature: 110 }; A.ExpenseEditDetailsState_build__closure4.prototype = { call$1(b) { @@ -481527,7 +481676,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure2(date))); }, - $signature: 44 + $signature: 43 }; A.ExpenseEditDetailsState_build__closure2.prototype = { call$1(b) { @@ -481555,13 +481704,13 @@ t1 = entry.get$key(entry); return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.get$value(entry)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, type$.legacy_String); }, - $signature: 290 + $signature: 319 }; A.ExpenseEditDetailsState_build_closure21.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure0(date))); }, - $signature: 44 + $signature: 43 }; A.ExpenseEditDetailsState_build__closure0.prototype = { call$1(b) { @@ -481588,7 +481737,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(A.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_int); }, - $signature: 162 + $signature: 166 }; A.ExpenseEditNotes.prototype = { createState$0() { @@ -481702,7 +481851,7 @@ call$3($document, password, idToken) { return this.$this._widget.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 136 + $signature: 131 }; A.ExpenseEditNotesState_build_closure1.prototype = { call$0() { @@ -481913,7 +482062,7 @@ t2.toString; t1._expense_edit_settings$_exchangeRateController.set$text(0, A.formatNumber(this.exchangeRate, t2, _null, _null, B.FormatNumberType_5, true, _null, _null, false)); }, - $signature: 38 + $signature: 39 }; A.ExpenseEditSettingsState__calculateExchangeRate_closure.prototype = { call$1(b) { @@ -481926,7 +482075,7 @@ call$1(value) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditSettingsState_build__closure11(value))); }, - $signature: 19 + $signature: 20 }; A.ExpenseEditSettingsState_build__closure11.prototype = { call$1(b) { @@ -481949,7 +482098,7 @@ t1 = _this.$this; t1.setState$1(new A.ExpenseEditSettingsState_build__closure10(t1, value)); }, - $signature: 19 + $signature: 20 }; A.ExpenseEditSettingsState_build__closure7.prototype = { call$1(b) { @@ -481970,7 +482119,7 @@ call$1(duration) { this.$this._expense_edit_settings$_transactionReferenceController.set$text(0, ""); }, - $signature: 38 + $signature: 39 }; A.ExpenseEditSettingsState_build__closure10.prototype = { call$0() { @@ -481999,7 +482148,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditSettingsState_build__closure5(date))); }, - $signature: 44 + $signature: 43 }; A.ExpenseEditSettingsState_build__closure5.prototype = { call$1(b) { @@ -482021,7 +482170,7 @@ $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.ExpenseEditSettingsState_build__closure4(t1)); } }, - $signature: 19 + $signature: 20 }; A.ExpenseEditSettingsState_build__closure2.prototype = { call$0() { @@ -482040,19 +482189,19 @@ call$1(duration) { this.$this._expense_edit_settings$_exchangeRateController.set$text(0, ""); }, - $signature: 38 + $signature: 39 }; A.ExpenseEditSettingsState_build_closure4.prototype = { call$1(currency) { return this.$this._setCurrency$1(currency); }, - $signature: 171 + $signature: 167 }; A.ExpenseEditSettingsState_build_closure7.prototype = { call$1(hasFocus) { return this.$this._calculateExchangeRate$0(); }, - $signature: 43 + $signature: 44 }; A.ExpenseEditSettingsState_build_closure5.prototype = { call$1(value) { @@ -482071,7 +482220,7 @@ call$1(value) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditSettingsState_build__closure1(value))); }, - $signature: 19 + $signature: 20 }; A.ExpenseEditSettingsState_build__closure1.prototype = { call$1(b) { @@ -482145,7 +482294,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateExpense(expense)); }, - $signature: 133 + $signature: 137 }; A.ExpenseEditVM_ExpenseEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -482169,7 +482318,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure5(t3), t4); }, - $signature: 121 + $signature: 122 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure4.prototype = { call$1(_) { @@ -482198,7 +482347,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure3(t3), t4); }, - $signature: 121 + $signature: 122 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure2.prototype = { call$1(_) { @@ -482228,7 +482377,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 185 + $signature: 191 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure6.prototype = { call$0() { @@ -482310,7 +482459,7 @@ A.viewEntity(false, savedExpense, _null, true); } }, - $signature: 133 + $signature: 137 }; A.ExpenseEditVM_ExpenseEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -482334,13 +482483,13 @@ t2[0].call$1(new A.SaveExpenseDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.expense)); t1.then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0(context), type$.Null).catchError$1(new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure1(context)); }, - $signature: 79 + $signature: 82 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 50 + $signature: 48 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure1.prototype = { call$1(error) { @@ -482367,7 +482516,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 85 + $signature: 87 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure.prototype = { call$1(value) { @@ -482483,7 +482632,7 @@ } return t1; }, - $signature: 114 + $signature: 116 }; A.ExpenseListItem_build__closure2.prototype = { call$0() { @@ -482511,7 +482660,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.expense], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 68 + $signature: 64 }; A.ExpenseListItem_build__closure5.prototype = { call$0() { @@ -482562,7 +482711,7 @@ t2 = t4 && B.JSArray_methods.contains$1(t3._list, t2); return A.ExpenseListItem$(expense, t1.filter, t2, true, null, null, t4, true); }, - $signature: 400 + $signature: 352 }; A.ExpenseListVM.prototype = { get$user(receiver) { @@ -482773,7 +482922,7 @@ t9 = 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), t10, B.EntityType_expense, false, t7, new A.ExpenseScreen_build_closure5(store), new A.ExpenseScreen_build_closure6(store), new A.ExpenseScreen_build_closure7(store), new A.ExpenseScreen_build_closure8(store), new A.ExpenseScreen_build_closure9(store), new A.ExpenseScreen_build_closure10(store), new A.ExpenseScreen_build_closure11(store), new A.ExpenseScreen_build_closure12(store), A._setArrayType(["number", "date", "updated_at"], t8), statuses, t9); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && t4.can$2(B.UserPermission_create, B.EntityType_expense) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "expense_fab", false, new A.ExpenseScreen_build_closure13(context), t2.get$newExpense()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_expense, t3, new A.ExpenseScreen_build_closure14(store), t6, statuses, new A.ExpenseScreen_build_closure15(store), new A.ExpenseScreen_build_closure16(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.ExpenseListBuilder(_null), t9, B.EntityType_expense, t1, 0, _null, new A.ExpenseScreen_build_closure17(store), new A.ExpenseScreen_build_closure18(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_expense, t3, new A.ExpenseScreen_build_closure14(store), t6, statuses, new A.ExpenseScreen_build_closure15(store), new A.ExpenseScreen_build_closure16(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.ExpenseListBuilder(_null), t9, B.EntityType_expense, t1, 0, _null, new A.ExpenseScreen_build_closure17(store), new A.ExpenseScreen_build_closure18(store)); } }; A.ExpenseScreen_build_closure.prototype = { @@ -482784,7 +482933,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 289 + $signature: 318 }; A.ExpenseScreen_build_closure0.prototype = { call$1(b) { @@ -482795,7 +482944,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 289 + $signature: 318 }; A.ExpenseScreen_build_closure1.prototype = { call$1(b) { @@ -482805,7 +482954,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 289 + $signature: 318 }; A.ExpenseScreen_build_closure2.prototype = { call$1(b) { @@ -482815,7 +482964,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 289 + $signature: 318 }; A.ExpenseScreen_build_closure3.prototype = { call$1(b) { @@ -482825,7 +482974,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 289 + $signature: 318 }; A.ExpenseScreen_build_closure18.prototype = { call$0() { @@ -483080,7 +483229,7 @@ t3 = true; return A.Column$(A._setArrayType([t1, new A.BottomButtons(t5, t2, B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringExpense], t6), t7) ? B.EntityAction_cloneToRecurring : B.EntityAction_cloneToExpense, t3, true, _null)], t4), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 238 + $signature: 239 }; A._ExpenseViewState_build__closure.prototype = { call$0() { @@ -483136,7 +483285,7 @@ call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 136 + $signature: 131 }; A.ExpenseViewDocuments_build_closure1.prototype = { call$0() { @@ -483282,7 +483431,7 @@ t2.$indexSet(0, t3, t1 !== 1 && t1 !== 0 ? A.formatNumber(t1, t4, _null, _null, B.FormatNumberType_3, true, _null, _null, false) : _null); return A._setArrayType([new A.FieldGrid(t2, _null)], type$.JSArray_legacy_Widget); }, - $signature: 241 + $signature: 247 }; A.ExpenseViewSchedule.prototype = { createState$0() { @@ -483371,13 +483520,13 @@ t2[0].call$1(new A.SaveExpenseDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.expense)); t1.then$1$1(0, new A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.ExpenseViewVM_ExpenseViewVM$fromStore__closure1()); }, - $signature: 79 + $signature: 82 }; A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 50 + $signature: 48 }; A.ExpenseViewVM_ExpenseViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -483406,7 +483555,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 85 + $signature: 87 }; A.ExpenseViewVM_ExpenseViewVM$fromStore__closure.prototype = { call$1(value) { @@ -483471,20 +483620,20 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_expense_category_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._ExpenseCategoryEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_expense_category_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._ExpenseCategoryEditState_dispose_closure.prototype = { call$1(controller) { controller.removeListener$1(0, this.$this.get$_expense_category_edit$_onChanged()); controller.dispose$0(); }, - $signature: 75 + $signature: 78 }; A._ExpenseCategoryEditState__onChanged_closure.prototype = { call$1(b) { @@ -483504,13 +483653,13 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._ExpenseCategoryEditState_build_closure1.prototype = { call$1(_) { return this.$this._expense_category_edit$_onSavePressed$0(); }, - $signature: 20 + $signature: 19 }; A._ExpenseCategoryEditState_build_closure.prototype = { call$1(context) { @@ -483521,13 +483670,13 @@ t4 = type$.JSArray_legacy_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, t2.get$name(t2), _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$(t3.color, _null, new A._ExpenseCategoryEditState_build__closure1(_this.viewModel, t3))], t4), _null, _null, false, _null, false, _null, _null)], t4), _null, _null, _null, false, _null); }, - $signature: 139 + $signature: 133 }; A._ExpenseCategoryEditState_build__closure.prototype = { call$1(_) { return this.$this._expense_category_edit$_onSavePressed$0(); }, - $signature: 20 + $signature: 19 }; A._ExpenseCategoryEditState_build__closure0.prototype = { call$1(value) { @@ -483580,7 +483729,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateExpenseCategory(expenseCategory)); }, - $signature: 387 + $signature: 366 }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -483653,7 +483802,7 @@ } else if (t2.uiState.expenseCategoryUIState.saveCompleter == null) A.viewEntity(false, savedExpenseCategory, null, true); }, - $signature: 387 + $signature: 366 }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -483719,7 +483868,7 @@ call$1(_) { return null; }, - $signature: 19 + $signature: 20 }; A.ExpenseCategoryListBuilder.prototype = { build$1(context) { @@ -483752,7 +483901,7 @@ t2 = false; return A.ExpenseCategoryListItem$(expenseCategory, t1.filter, t2, null, false); }, - $signature: 771 + $signature: 772 }; A.ExpenseCategoryListVM.prototype = {}; A.ExpenseCategoryListVM_fromStore__handleRefresh.prototype = { @@ -483819,7 +483968,7 @@ t7 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t6), B.EntityType_expenseCategory, false, B.List_empty21, 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"], t6), B.List_empty22, t7); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && userCompany.can$2(B.UserPermission_create, B.EntityType_expenseCategory) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "expense_category_fab", false, new A.ExpenseCategoryScreen_build_closure6(context), t4.get$newExpenseCategory()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_expenseCategory, t3, new A.ExpenseCategoryScreen_build_closure7(store), t5, _null, _null, new A.ExpenseCategoryScreen_build_closure8(store), new A.ValueKey("__filter_" + t2 + "__", type$.ValueKey_legacy_String)), new A.ExpenseCategoryListBuilder(_null), t7, B.EntityType_expenseCategory, t1, 0, "expense_settings", new A.ExpenseCategoryScreen_build_closure9(store), new A.ExpenseCategoryScreen_build_closure10(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_expenseCategory, t3, new A.ExpenseCategoryScreen_build_closure7(store), t5, _null, _null, new A.ExpenseCategoryScreen_build_closure8(store), new A.ValueKey("__filter_" + t2 + "__", type$.ValueKey_legacy_String)), new A.ExpenseCategoryListBuilder(_null), t7, B.EntityType_expenseCategory, t1, 0, "expense_settings", new A.ExpenseCategoryScreen_build_closure9(store), new A.ExpenseCategoryScreen_build_closure10(store)); } }; A.ExpenseCategoryScreen_build_closure10.prototype = { @@ -484070,20 +484219,20 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_group_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._GroupEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_group_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._GroupEditState_dispose_closure.prototype = { call$1(controller) { controller.removeListener$1(0, this.$this.get$_group_edit$_onChanged()); controller.dispose$0(); }, - $signature: 75 + $signature: 78 }; A._GroupEditState__onChanged_closure.prototype = { call$1(b) { @@ -484091,7 +484240,7 @@ b.get$_group_model$_$this()._group_model$_name = t1; return b; }, - $signature: 495 + $signature: 496 }; A._GroupEditState__onChanged_closure0.prototype = { call$0() { @@ -484103,13 +484252,13 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._GroupEditState_build_closure1.prototype = { call$1(_) { return this.$this._group_edit$_onSavePressed$0(); }, - $signature: 20 + $signature: 19 }; A._GroupEditState_build_closure.prototype = { call$1(context) { @@ -484119,13 +484268,13 @@ t3 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t2._group_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t1.get$name(t1), _null, _null, false, _null, _null, new A._GroupEditState_build__closure(t2), true, _null, _null, B.TextAlign_4, new A._GroupEditState_build__closure0(t1))], t3), _null, _null, false, _null, false, _null, _null)], t3), _null, _null, _null, false, _null); }, - $signature: 139 + $signature: 133 }; A._GroupEditState_build__closure.prototype = { call$1(_) { return this.$this._group_edit$_onSavePressed$0(); }, - $signature: 20 + $signature: 19 }; A._GroupEditState_build__closure0.prototype = { call$1(value) { @@ -484420,7 +484569,7 @@ } else t1 = false; t1 = t1 ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "group_fab", false, new A.GroupSettingsScreen_build_closure2(context), t2.get$newGroup()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_group, t4, new A.GroupSettingsScreen_build_closure3(store), t6, _null, _null, new A.GroupSettingsScreen_build_closure4(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.GroupListBuilder(_null), t7, B.EntityType_group, t1, 0, _null, new A.GroupSettingsScreen_build_closure5(store), new A.GroupSettingsScreen_build_closure6(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_group, t4, new A.GroupSettingsScreen_build_closure3(store), t6, _null, _null, new A.GroupSettingsScreen_build_closure4(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.GroupListBuilder(_null), t7, B.EntityType_group, t1, 0, _null, new A.GroupSettingsScreen_build_closure5(store), new A.GroupSettingsScreen_build_closure6(store)); } }; A.GroupSettingsScreen_build_closure6.prototype = { @@ -484578,7 +484727,7 @@ call$3($document, password, idToken) { return this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 136 + $signature: 131 }; A._GroupViewState_build_closure2.prototype = { call$0() { @@ -485093,13 +485242,13 @@ t2[0].call$1(new A.SaveGroupDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.group)); t1.then$1$1(0, new A.GroupViewVM_GroupViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.GroupViewVM_GroupViewVM$fromStore__closure1(context)); }, - $signature: 79 + $signature: 82 }; A.GroupViewVM_GroupViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 50 + $signature: 48 }; A.GroupViewVM_GroupViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -485126,7 +485275,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 85 + $signature: 87 }; A.GroupViewVM_GroupViewVM$fromStore__closure.prototype = { call$1(value) { @@ -485213,19 +485362,19 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._InvoiceEditState_build_closure2.prototype = { call$1(context) { return this.$this._invoice_edit$_onSavePressed$1(context); }, - $signature: 20 + $signature: 19 }; A._InvoiceEditState_build_closure0.prototype = { call$2(context, action) { return this.$this._invoice_edit$_onSavePressed$2(context, action); }, - $signature: 68 + $signature: 64 }; A._InvoiceEditState_build_closure.prototype = { call$0() { @@ -485244,7 +485393,7 @@ t5 = t3._eval$1("MappedIterable<1,BaseEntity*>"); return new A.InvoiceItemSelector(t1, new A._InvoiceEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.MappedIterable(new A.WhereIterable(t2, new A._InvoiceEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._InvoiceEditState_build___closure1(t4), t5), true, t5._eval$1("Iterable.E")), true, null); }, - $signature: 313 + $signature: 295 }; A._InvoiceEditState_build___closure0.prototype = { call$1(item) { @@ -485270,7 +485419,7 @@ } return t1; }, - $signature: 328 + $signature: 300 }; A._InvoiceEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -485284,7 +485433,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 330 + $signature: 306 }; A.__InvoiceEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -485542,7 +485691,7 @@ } else A.print("ERROR: entityType " + A.S(_this.entityType) + " not handled in invoice_edit_contacts_vm"); }, - $signature: 722 + $signature: 723 }; A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0.prototype = { call$1(contact) { @@ -485561,7 +485710,7 @@ } else A.print("ERROR: entityType " + A.S(_this.entityType) + " not handled in invoice_edit_contacts_vm"); }, - $signature: 772 + $signature: 773 }; A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure1.prototype = { call$1(invitation) { @@ -485958,7 +486107,7 @@ controller.removeListener$1(0, this.$this.get$_invoice_edit_desktop$_onChanged()); controller.dispose$0(); }, - $signature: 75 + $signature: 78 }; A.InvoiceEditDesktopState__onChanged_closure.prototype = { call$1(b) { @@ -486072,13 +486221,13 @@ t1 = entry.get$key(entry); return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.get$value(entry)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, type$.legacy_String); }, - $signature: 290 + $signature: 319 }; A.InvoiceEditDesktopState_build_closure9.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure19(date))); }, - $signature: 44 + $signature: 43 }; A.InvoiceEditDesktopState_build__closure19.prototype = { call$1(b) { @@ -486105,7 +486254,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(A.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_int); }, - $signature: 162 + $signature: 166 }; A.InvoiceEditDesktopState_build_closure13.prototype = { call$1(value) { @@ -486131,7 +486280,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, A.S(value), type$.legacy_String); }, - $signature: 426 + $signature: 508 }; A.InvoiceEditDesktopState_build_closure15.prototype = { call$1(val) { @@ -486143,7 +486292,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure16(date))); }, - $signature: 44 + $signature: 43 }; A.InvoiceEditDesktopState_build__closure16.prototype = { call$1(b) { @@ -486156,7 +486305,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure15(date))); }, - $signature: 44 + $signature: 43 }; A.InvoiceEditDesktopState_build__closure15.prototype = { call$1(b) { @@ -486186,7 +486335,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure14(date))); }, - $signature: 44 + $signature: 43 }; A.InvoiceEditDesktopState_build__closure14.prototype = { call$1(b) { @@ -486219,14 +486368,14 @@ var t1 = type$.MappedListIterable_of_legacy_String_and_legacy_Text; return A.List_List$of(new A.MappedListIterable(A._setArrayType(["always", "optout", "optin", "off"], type$.JSArray_legacy_String), new A.InvoiceEditDesktopState_build__closure12(this.localization), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 310 + $signature: 283 }; A.InvoiceEditDesktopState_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: 233 + $signature: 262 }; A.InvoiceEditDesktopState_build_closure23.prototype = { call$1(value) { @@ -486252,7 +486401,7 @@ var t1 = this.$this; t1.setState$1(new A.InvoiceEditDesktopState_build__closure10(t1, index)); }, - $signature: 116 + $signature: 112 }; A.InvoiceEditDesktopState_build__closure10.prototype = { call$0() { @@ -486264,7 +486413,7 @@ call$1(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure9(value))); }, - $signature: 19 + $signature: 20 }; A.InvoiceEditDesktopState_build__closure9.prototype = { call$1(b) { @@ -486277,7 +486426,7 @@ call$1(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure8(value))); }, - $signature: 19 + $signature: 20 }; A.InvoiceEditDesktopState_build__closure8.prototype = { call$1(b) { @@ -486330,13 +486479,13 @@ } return A.GridView$count((t1 / 2 - 8) / 50, t5, 2, 16, 12, _null, new A.NeverScrollableScrollPhysics(_null), true, true); }, - $signature: 402 + $signature: 347 }; A.InvoiceEditDesktopState_build__closure.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build___closure8(value))); }, - $signature: 164 + $signature: 168 }; A.InvoiceEditDesktopState_build___closure8.prototype = { call$1(b) { @@ -486427,7 +486576,7 @@ t1 = ""; return b.get$_invoice_model$_$this()._vendorId = t1; }, - $signature: 140 + $signature: 157 }; A.InvoiceEditDesktopState_build__closure3.prototype = { call$2(completer, $name) { @@ -486436,7 +486585,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 148 + $signature: 143 }; A.InvoiceEditDesktopState_build___closure3.prototype = { call$1(b) { @@ -486463,7 +486612,7 @@ call$1(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build___closure0(value))); }, - $signature: 19 + $signature: 20 }; A.InvoiceEditDesktopState_build___closure0.prototype = { call$1(b) { @@ -486476,7 +486625,7 @@ call$1(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build___closure(value))); }, - $signature: 19 + $signature: 20 }; A.InvoiceEditDesktopState_build___closure.prototype = { call$1(b) { @@ -486495,7 +486644,7 @@ call$3($document, password, idToken) { return this.$this._widget.entityViewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 136 + $signature: 131 }; A.InvoiceEditDesktopState_build_closure30.prototype = { call$0() { @@ -486509,13 +486658,13 @@ call$1(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$1(taxRate)); }, - $signature: 152 + $signature: 153 }; A.InvoiceEditDesktopState_build_closure32.prototype = { call$1(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isSecond(taxRate, true)); }, - $signature: 152 + $signature: 153 }; A.InvoiceEditDesktopState_build_closure33.prototype = { call$1(taxRate) { @@ -486524,7 +486673,7 @@ A.print("## UPDATED\nRate 3: " + updatedInvoice.taxName3 + " => " + A.S(updatedInvoice.taxRate3)); this.viewModel.onChanged.call$1(t1.applyTax$2$isThird(taxRate, true)); }, - $signature: 152 + $signature: 153 }; A._PdfPreview0.prototype = { createState$0() { @@ -486701,7 +486850,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 695 + $signature: 697 }; A.__PdfPreviewState__loadPdf__closure0.prototype = { call$0() { @@ -486771,7 +486920,7 @@ call$1(format) { return this.$this._invoice_edit_desktop$_response.bodyBytes; }, - $signature: 113 + $signature: 115 }; A._InvoiceEditDesktopState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -487019,7 +487168,7 @@ controller.removeListener$1(0, this.$this.get$_invoice_edit_details$_onChanged()); controller.dispose$0(); }, - $signature: 75 + $signature: 78 }; A.InvoiceEditDetailsState__onChanged_closure.prototype = { call$1(b) { @@ -487120,13 +487269,13 @@ t1 = entry.get$key(entry); return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.get$value(entry)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, type$.legacy_String); }, - $signature: 290 + $signature: 319 }; A.InvoiceEditDetailsState_build_closure7.prototype = { call$2(date, _) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure16(date))); }, - $signature: 285 + $signature: 278 }; A.InvoiceEditDetailsState_build__closure16.prototype = { call$1(b) { @@ -487153,7 +487302,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(A.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_int); }, - $signature: 162 + $signature: 166 }; A.InvoiceEditDetailsState_build_closure11.prototype = { call$1(value) { @@ -487179,7 +487328,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, A.S(value), type$.legacy_String); }, - $signature: 426 + $signature: 508 }; A.InvoiceEditDetailsState_build_closure13.prototype = { call$1(val) { @@ -487191,7 +487340,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure13(date))); }, - $signature: 44 + $signature: 43 }; A.InvoiceEditDetailsState_build__closure13.prototype = { call$1(b) { @@ -487204,7 +487353,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure12(date))); }, - $signature: 44 + $signature: 43 }; A.InvoiceEditDetailsState_build__closure12.prototype = { call$1(b) { @@ -487234,7 +487383,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure11(date))); }, - $signature: 44 + $signature: 43 }; A.InvoiceEditDetailsState_build__closure11.prototype = { call$1(b) { @@ -487261,14 +487410,14 @@ var t1 = type$.MappedListIterable_of_legacy_String_and_legacy_Text; return A.List_List$of(new A.MappedListIterable(A._setArrayType(["always", "optout", "optin", "off"], type$.JSArray_legacy_String), new A.InvoiceEditDetailsState_build__closure9(this.localization), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 310 + $signature: 283 }; A.InvoiceEditDetailsState_build__closure9.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: 233 + $signature: 262 }; A.InvoiceEditDetailsState_build_closure20.prototype = { call$1(value) { @@ -487293,25 +487442,25 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.invoice.applyTax$1(taxRate)); }, - $signature: 108 + $signature: 110 }; A.InvoiceEditDetailsState_build_closure22.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isSecond(taxRate, true)); }, - $signature: 108 + $signature: 110 }; A.InvoiceEditDetailsState_build_closure23.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isThird(taxRate, true)); }, - $signature: 108 + $signature: 110 }; A.InvoiceEditDetailsState_build_closure24.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure7(value))); }, - $signature: 284 + $signature: 301 }; A.InvoiceEditDetailsState_build__closure7.prototype = { call$1(b) { @@ -487385,7 +487534,7 @@ t1 = t1.get$id(t1); return b.get$_invoice_model$_$this()._vendorId = t1; }, - $signature: 140 + $signature: 157 }; A.InvoiceEditDetailsState_build_closure27.prototype = { call$2(completer, $name) { @@ -487394,7 +487543,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 148 + $signature: 143 }; A.InvoiceEditDetailsState_build__closure3.prototype = { call$1(b) { @@ -487421,7 +487570,7 @@ call$1(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure0(value))); }, - $signature: 19 + $signature: 20 }; A.InvoiceEditDetailsState_build__closure0.prototype = { call$1(b) { @@ -487434,7 +487583,7 @@ call$1(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure(value))); }, - $signature: 19 + $signature: 20 }; A.InvoiceEditDetailsState_build__closure.prototype = { call$1(b) { @@ -487479,7 +487628,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateInvoice(invoice)); }, - $signature: 141 + $signature: 149 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0.prototype = { call$3(context, invoice, client) { @@ -487491,7 +487640,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 407 + $signature: 345 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -487504,7 +487653,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 121 + $signature: 122 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -487630,7 +487779,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2757 + $signature: 777 }; A._InvoiceEditItemsState_build_closure0.prototype = { call$0() { @@ -487800,7 +487949,7 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue4 = t1; return b; }, - $signature: 66 + $signature: 65 }; A.ItemEditDetailsState_build_closure.prototype = { call$0() { @@ -487829,7 +487978,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure1(t1, taxRate)); }, - $signature: 152 + $signature: 153 }; A.ItemEditDetailsState_build__closure1.prototype = { call$0() { @@ -487844,7 +487993,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure0(t1, taxRate)); }, - $signature: 152 + $signature: 153 }; A.ItemEditDetailsState_build__closure0.prototype = { call$0() { @@ -487859,7 +488008,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure(t1, taxRate)); }, - $signature: 152 + $signature: 153 }; A.ItemEditDetailsState_build__closure.prototype = { call$0() { @@ -488311,7 +488460,7 @@ $.Debouncer_action = null; } }, - $signature: 38 + $signature: 39 }; A._InvoiceEditItemsDesktopState_build_closure.prototype = { call$1(lineItem) { @@ -488368,7 +488517,7 @@ t4.push(new A.Padding(B.EdgeInsets_8_8_8_8, A.Icon$(B.IconData_57862_MaterialIcons_null_false, _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: 158 + $signature: 145 }; A._InvoiceEditItemsDesktopState_build__closure29.prototype = { call$1(column) { @@ -488414,7 +488563,7 @@ return A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, B.TextAlign_1, _null, _null); } }, - $signature: 233 + $signature: 262 }; A._InvoiceEditItemsDesktopState_build__closure30.prototype = { call$1(widget) { @@ -488555,7 +488704,7 @@ t1._autocompleteFocusIndex = this.index; t1._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 19 + $signature: 20 }; A._InvoiceEditItemsDesktopState_build__closure4.prototype = { call$1(textEditingValue) { @@ -488572,7 +488721,7 @@ call$1(productId) { return this.productState.map._map$_map.$index(0, productId); }, - $signature: 280 + $signature: 277 }; A._InvoiceEditItemsDesktopState_build___closure11.prototype = { call$1(product) { @@ -488624,7 +488773,7 @@ t1._invoice_edit_items_desktop$_onChanged$3$debounce(updatedItem, t2, false); t1._updateTable$0(); }, - $signature: 245 + $signature: 231 }; A._InvoiceEditItemsDesktopState_build___closure12.prototype = { call$1(b) { @@ -488671,21 +488820,21 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 66 + $signature: 65 }; A._InvoiceEditItemsDesktopState_build___closure13.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_productKey = this.product.productKey; return b; }, - $signature: 66 + $signature: 65 }; A._InvoiceEditItemsDesktopState_build__closure0.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___closure15(this.$this, this.lineItems, this.index), new A._InvoiceEditItemsDesktopState_build___closure16(onFieldSubmitted), _null, false, _null, _null, B.TextAlign_4, _null); }, - $signature: 537 + $signature: 465 }; A._InvoiceEditItemsDesktopState_build___closure16.prototype = { call$1(value) { @@ -488705,7 +488854,7 @@ b.get$_invoice_model$_$this()._invoice_model$_productKey = this.value; return b; }, - $signature: 66 + $signature: 65 }; A._InvoiceEditItemsDesktopState_build__closure1.prototype = { call$3(context, onSelected, options) { @@ -488731,13 +488880,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: 776 + $signature: 778 }; A._InvoiceEditItemsDesktopState_build____closure.prototype = { call$1(entity) { return this.onSelected.call$1(entity); }, - $signature: 171 + $signature: 167 }; A._InvoiceEditItemsDesktopState_build____closure0.prototype = { call$1(entity) { @@ -488746,120 +488895,120 @@ 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: 131 + $signature: 134 }; A._InvoiceEditItemsDesktopState_build__closure7.prototype = { call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 43 + $signature: 44 }; A._InvoiceEditItemsDesktopState_build__closure6.prototype = { call$1(value) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure9(value)), t1); }, - $signature: 89 + $signature: 88 }; A._InvoiceEditItemsDesktopState_build___closure9.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_notes = this.value; return b; }, - $signature: 66 + $signature: 65 }; A._InvoiceEditItemsDesktopState_build__closure9.prototype = { call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 43 + $signature: 44 }; A._InvoiceEditItemsDesktopState_build__closure8.prototype = { call$1(value) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure8(value)), t1); }, - $signature: 89 + $signature: 88 }; A._InvoiceEditItemsDesktopState_build___closure8.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_customValue1 = this.value; return b; }, - $signature: 66 + $signature: 65 }; A._InvoiceEditItemsDesktopState_build__closure11.prototype = { call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 43 + $signature: 44 }; A._InvoiceEditItemsDesktopState_build__closure10.prototype = { call$1(value) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure7(value)), t1); }, - $signature: 89 + $signature: 88 }; A._InvoiceEditItemsDesktopState_build___closure7.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_customValue2 = this.value; return b; }, - $signature: 66 + $signature: 65 }; A._InvoiceEditItemsDesktopState_build__closure13.prototype = { call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 43 + $signature: 44 }; A._InvoiceEditItemsDesktopState_build__closure12.prototype = { call$1(value) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure6(value)), t1); }, - $signature: 89 + $signature: 88 }; A._InvoiceEditItemsDesktopState_build___closure6.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_customValue3 = this.value; return b; }, - $signature: 66 + $signature: 65 }; A._InvoiceEditItemsDesktopState_build__closure15.prototype = { call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 43 + $signature: 44 }; A._InvoiceEditItemsDesktopState_build__closure14.prototype = { call$1(value) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure5(value)), t1); }, - $signature: 89 + $signature: 88 }; A._InvoiceEditItemsDesktopState_build___closure5.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_customValue4 = this.value; return b; }, - $signature: 66 + $signature: 65 }; A._InvoiceEditItemsDesktopState_build__closure17.prototype = { call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 43 + $signature: 44 }; A._InvoiceEditItemsDesktopState_build__closure16.prototype = { call$1(taxRate) { 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___closure4(taxRate)), t1, false); }, - $signature: 438 + $signature: 471 }; A._InvoiceEditItemsDesktopState_build___closure4.prototype = { call$1(b) { @@ -488870,20 +489019,20 @@ b.get$_invoice_model$_$this()._taxRate1 = t1; return b; }, - $signature: 66 + $signature: 65 }; A._InvoiceEditItemsDesktopState_build__closure19.prototype = { call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 43 + $signature: 44 }; A._InvoiceEditItemsDesktopState_build__closure18.prototype = { call$1(taxRate) { 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: 438 + $signature: 471 }; A._InvoiceEditItemsDesktopState_build___closure3.prototype = { call$1(b) { @@ -488894,20 +489043,20 @@ b.get$_invoice_model$_$this()._taxRate2 = t1; return b; }, - $signature: 66 + $signature: 65 }; A._InvoiceEditItemsDesktopState_build__closure21.prototype = { call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 43 + $signature: 44 }; A._InvoiceEditItemsDesktopState_build__closure20.prototype = { call$1(taxRate) { 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: 438 + $signature: 471 }; A._InvoiceEditItemsDesktopState_build___closure2.prototype = { call$1(b) { @@ -488918,20 +489067,20 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 66 + $signature: 65 }; A._InvoiceEditItemsDesktopState_build__closure23.prototype = { call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 43 + $signature: 44 }; A._InvoiceEditItemsDesktopState_build__closure22.prototype = { call$1(value) { 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___closure1(value)), t1, false); }, - $signature: 89 + $signature: 88 }; A._InvoiceEditItemsDesktopState_build___closure1.prototype = { call$1(b) { @@ -488939,20 +489088,20 @@ b.get$_invoice_model$_$this()._invoice_model$_cost = t1; return b; }, - $signature: 66 + $signature: 65 }; A._InvoiceEditItemsDesktopState_build__closure25.prototype = { call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 43 + $signature: 44 }; A._InvoiceEditItemsDesktopState_build__closure24.prototype = { call$1(value) { 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___closure0(value)), t1, false); }, - $signature: 89 + $signature: 88 }; A._InvoiceEditItemsDesktopState_build___closure0.prototype = { call$1(b) { @@ -488960,20 +489109,20 @@ b.get$_invoice_model$_$this()._invoice_model$_quantity = t1; return b; }, - $signature: 66 + $signature: 65 }; A._InvoiceEditItemsDesktopState_build__closure27.prototype = { call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 43 + $signature: 44 }; A._InvoiceEditItemsDesktopState_build__closure26.prototype = { call$1(value) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure(value)), t1); }, - $signature: 89 + $signature: 88 }; A._InvoiceEditItemsDesktopState_build___closure.prototype = { call$1(b) { @@ -488981,7 +489130,7 @@ b.get$_invoice_model$_$this()._discount = t1; return b; }, - $signature: 66 + $signature: 65 }; A._InvoiceEditItemsDesktopState_build_closure8.prototype = { call$1(context) { @@ -489012,13 +489161,13 @@ t1 = A.MappedIterable_MappedIterable(new A.LinkedHashMapKeyIterable(t4, t1), new A._InvoiceEditItemsDesktopState_build__closure(t4), t1._eval$1("Iterable.E"), type$.legacy_PopupMenuItem_legacy_String); return A.List_List$of(t1, true, A._instanceType(t1)._eval$1("Iterable.E")); }, - $signature: 778 + $signature: 780 }; 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$.legacy_String); }, - $signature: 779 + $signature: 781 }; A._InvoiceEditItemsDesktopState_build_closure9.prototype = { call$1(action) { @@ -489104,7 +489253,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeleteInvoiceItem(index)); }, - $signature: 116 + $signature: 112 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0.prototype = { call$0() { @@ -489130,7 +489279,7 @@ t1[0].call$1(new A.UpdateInvoiceItem(index, invoiceItem)); } }, - $signature: 271 + $signature: 307 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -489138,7 +489287,7 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 66 + $signature: 65 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { @@ -489283,7 +489432,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateInvoice(invoice)); }, - $signature: 141 + $signature: 149 }; A.InvoiceEditPDF.prototype = { createState$0() { @@ -489371,7 +489520,7 @@ call$1(format) { return this.$this._invoice_edit_pdf$_response.bodyBytes; }, - $signature: 113 + $signature: 115 }; A.InvoiceEditPDFScreen.prototype = { build$1(context) { @@ -489446,7 +489595,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 185 + $signature: 191 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure3.prototype = { call$0() { @@ -489580,7 +489729,7 @@ A.viewEntity(false, savedInvoice, _null, true); } }, - $signature: 73 + $signature: 70 }; A.InvoiceEditVM_InvoiceEditVM$fromStore___closure5.prototype = { call$1(error) { @@ -489619,7 +489768,7 @@ t1[0].call$1(new A.EditInvoiceItem(t2)); } }, - $signature: 326 + $signature: 312 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure2.prototype = { call$1(b) { @@ -489644,7 +489793,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 203 + $signature: 208 }; A.InvoiceEditVM_InvoiceEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -489670,13 +489819,13 @@ t2[0].call$1(new A.SaveInvoiceDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.invoice)); t1.then$1$1(0, new A.InvoiceEditVM_InvoiceEditVM$fromStore__closure0(context), type$.Null).catchError$1(new A.InvoiceEditVM_InvoiceEditVM$fromStore__closure1(context)); }, - $signature: 79 + $signature: 82 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 50 + $signature: 48 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure1.prototype = { call$1(error) { @@ -489703,7 +489852,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 85 + $signature: 87 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure.prototype = { call$1(value) { @@ -489839,7 +489988,7 @@ } else if (entity.get$entityType() === B.EntityType_expense) _this.items.push(A.convertExpenseToInvoiceItem(_this.context, type$.legacy_ExpenseEntity._as(entity))); }, - $signature: 150 + $signature: 154 }; A._InvoiceItemSelectorState__toggleEntity_closure.prototype = { call$0() { @@ -489867,7 +490016,7 @@ t1 = false; return t1; }, - $signature: 184 + $signature: 180 }; A._InvoiceItemSelectorState__updateClientId_closure0.prototype = { call$0() { @@ -489922,7 +490071,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: 142 + $signature: 155 }; A._InvoiceItemSelectorState_build__productList_closure.prototype = { call$2(context, index) { @@ -489935,13 +490084,13 @@ t2 = t1._widget.invoice.entityType === B.EntityType_purchaseOrder && _this.company.enableProductCost && product.cost !== 0; return A.ProductListItem$(t1._invoice_item_selector$_filter, B.JSArray_methods.contains$1(t1._selected, product), false, new A._InvoiceItemSelectorState_build__productList__closure(t1, product), new A._InvoiceItemSelectorState_build__productList__closure0(t1, product, context), product, t2); }, - $signature: 780 + $signature: 782 }; A._InvoiceItemSelectorState_build__productList__closure.prototype = { call$1(checked) { return this.$this._toggleEntity$1(this.product); }, - $signature: 43 + $signature: 44 }; A._InvoiceItemSelectorState_build__productList__closure0.prototype = { call$0() { @@ -489962,7 +490111,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: 142 + $signature: 155 }; A._InvoiceItemSelectorState_build__taskList_closure.prototype = { call$2(context, index) { @@ -489973,13 +490122,13 @@ t2 = this.$this; return A.TaskListItem$(t2._invoice_item_selector$_filter, B.JSArray_methods.contains$1(t2._selected, task), false, new A._InvoiceItemSelectorState_build__taskList__closure(t2, task), new A._InvoiceItemSelectorState_build__taskList__closure0(t2, task, context), true, task); }, - $signature: 396 + $signature: 349 }; A._InvoiceItemSelectorState_build__taskList__closure.prototype = { call$1(checked) { return this.$this._toggleEntity$1(this.task); }, - $signature: 43 + $signature: 44 }; A._InvoiceItemSelectorState_build__taskList__closure0.prototype = { call$0() { @@ -490000,7 +490149,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: 142 + $signature: 155 }; A._InvoiceItemSelectorState_build__expenseList_closure.prototype = { call$2(context, index) { @@ -490015,13 +490164,13 @@ 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: 400 + $signature: 352 }; A._InvoiceItemSelectorState_build__expenseList__closure.prototype = { call$1(checked) { return this.$this._toggleEntity$1(this.expense); }, - $signature: 43 + $signature: 44 }; A._InvoiceItemSelectorState_build__expenseList__closure0.prototype = { call$0() { @@ -490128,7 +490277,7 @@ t2[0].call$1(new A.LoadClient(null, t1)); } }, - $signature: 333 + $signature: 402 }; A.InvoiceEmailScreen_build_closure0.prototype = { call$1(store) { @@ -490171,7 +490320,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.EmailInvoiceRequest(completer, this.invoice.id, template, subject, body, ccEmail)); }, - $signature: 352 + $signature: 399 }; A.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure.prototype = { call$1(value) { @@ -490302,7 +490451,7 @@ } return t1; }, - $signature: 114 + $signature: 116 }; A.InvoiceListItem_build__closure2.prototype = { call$0() { @@ -490323,14 +490472,14 @@ call$1(value) { return null; }, - $signature: 19 + $signature: 20 }; A.InvoiceListItem_build__closure0.prototype = { call$2(context, action) { A.handleEntitiesActions(A._setArrayType([this.$this.invoice], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 68 + $signature: 64 }; A.InvoiceListItem_build__closure5.prototype = { call$0() { @@ -490351,7 +490500,7 @@ call$1(value) { return null; }, - $signature: 19 + $signature: 20 }; A.InvoiceListBuilder.prototype = { build$1(context) { @@ -490380,7 +490529,7 @@ t2 = t3 && B.JSArray_methods.contains$1(t2._list, t4); return new A.InvoiceListItem(invoice, t1.filter, t3, t2, null, true, null); }, - $signature: 381 + $signature: 351 }; A.EntityListVM.prototype = {}; A.InvoiceListVM.prototype = {}; @@ -490531,7 +490680,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 764 + $signature: 765 }; A._InvoicePdfViewState_loadPdf__closure1.prototype = { call$0() { @@ -490577,7 +490726,7 @@ var t1 = this.$this; t1.setState$1(new A._InvoicePdfViewState_build__closure(t1)); }, - $signature: 19 + $signature: 20 }; A._InvoicePdfViewState_build__closure.prototype = { call$0() { @@ -490636,7 +490785,7 @@ call$1(format) { return this.$this._invoice_pdf$_response.bodyBytes; }, - $signature: 113 + $signature: 115 }; A.InvoicePdfScreen.prototype = { build$1(context) { @@ -490870,7 +491019,7 @@ t8 = 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), t9, B.EntityType_invoice, false, B.List_empty21, new A.InvoiceScreen_build_closure6(store), 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), t7, statuses, t8); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && t4.can$2(B.UserPermission_create, B.EntityType_invoice) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "invoice_fab", false, new A.InvoiceScreen_build_closure14(context), t2.get$newInvoice()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_invoice, t3, new A.InvoiceScreen_build_closure15(store), t6, statuses, new A.InvoiceScreen_build_closure16(store), new A.InvoiceScreen_build_closure17(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.InvoiceListBuilder(_null), t8, B.EntityType_invoice, t1, 0, _null, new A.InvoiceScreen_build_closure18(store), new A.InvoiceScreen_build_closure19(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_invoice, t3, new A.InvoiceScreen_build_closure15(store), t6, statuses, new A.InvoiceScreen_build_closure16(store), new A.InvoiceScreen_build_closure17(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.InvoiceListBuilder(_null), t8, B.EntityType_invoice, t1, 0, _null, new A.InvoiceScreen_build_closure18(store), new A.InvoiceScreen_build_closure19(store)); } }; A.InvoiceScreen_build_closure.prototype = { @@ -490881,7 +491030,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 81 + $signature: 83 }; A.InvoiceScreen_build_closure0.prototype = { call$1(b) { @@ -490891,7 +491040,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 81 + $signature: 83 }; A.InvoiceScreen_build_closure1.prototype = { call$1(b) { @@ -490901,7 +491050,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 81 + $signature: 83 }; A.InvoiceScreen_build_closure2.prototype = { call$1(b) { @@ -490915,7 +491064,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 81 + $signature: 83 }; A.InvoiceScreen_build_closure3.prototype = { call$1(b) { @@ -490925,7 +491074,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 81 + $signature: 83 }; A.InvoiceScreen_build_closure4.prototype = { call$1(b) { @@ -490935,7 +491084,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 81 + $signature: 83 }; A.InvoiceScreen_build_closure5.prototype = { call$1(b) { @@ -490949,7 +491098,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 81 + $signature: 83 }; A.InvoiceScreen_build_closure19.prototype = { call$0() { @@ -491222,7 +491371,7 @@ t4 = t4 && t2.statusId === "4" || !t4 ? B.EntityAction_viewPdf : B.EntityAction_newPayment; return A.RefreshIndicator$(A.Column$(A._setArrayType([t3, new A.BottomButtons(t2, t4, _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: 782 + $signature: 784 }; A._InvoiceViewState_build__closure5.prototype = { call$0() { @@ -491310,13 +491459,13 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A._InvoiceViewActivityState_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list[index], false, null); }, - $signature: 277 + $signature: 268 }; A.InvoiceViewContacts.prototype = { build$1(context) { @@ -491405,25 +491554,25 @@ call$1(contact) { return contact.id === this.$this.invitation.vendorContactId; }, - $signature: 179 + $signature: 196 }; A._InvitationListTile_build_closure0.prototype = { call$0() { return A.VendorContactEntity_VendorContactEntity(); }, - $signature: 581 + $signature: 435 }; A._InvitationListTile_build_closure1.prototype = { call$1(contact) { return contact.id === this.$this.invitation.clientContactId; }, - $signature: 154 + $signature: 148 }; A._InvitationListTile_build_closure2.prototype = { call$0() { return A.ClientContactEntity_ClientContactEntity(); }, - $signature: 522 + $signature: 474 }; A.InvoiceViewDocuments.prototype = { build$1(context) { @@ -491446,7 +491595,7 @@ call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 136 + $signature: 131 }; A.InvoiceViewDocuments_build_closure1.prototype = { call$1($document) { @@ -491504,7 +491653,7 @@ call$1(activity) { return activity.history != null; }, - $signature: 485 + $signature: 520 }; A._InvoiceViewHistoryState_build_closure0.prototype = { call$2(a, b) { @@ -491543,7 +491692,7 @@ t6 = t5 ? A.Icon$(B.IconData_57695_MaterialIcons_null_true, _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: 429 + $signature: 445 }; A._InvoiceViewHistoryState_build__closure.prototype = { call$0() { @@ -491556,7 +491705,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A.InvoiceOverview.prototype = { build$1(context) { @@ -491826,21 +491975,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: 169 + $signature: 172 }; A.InvoiceOverview_build__closure0.prototype = { call$1(paymentable) { if (paymentable.invoiceId === this.invoice.id) this.paymentMap.$indexSet(0, paymentable, this.payment); }, - $signature: 173 + $signature: 171 }; A.InvoiceOverview_build__closure1.prototype = { call$1(paymentable) { if (paymentable.creditId === this.invoice.id) this.creditMap.$indexSet(0, paymentable, this.payment); }, - $signature: 173 + $signature: 171 }; A.InvoiceOverview_build_closure0.prototype = { call$1(entry) { @@ -491859,7 +492008,7 @@ } _this.widgets.push(A.EntityListTile$(payment, _this.$this.isFilter, J.$add$ansx(amount, " \u2022 ") + A.formatDate(payment.date, t2, true, true, false))); }, - $signature: 783 + $signature: 785 }; A.InvoiceOverview_build_closure1.prototype = { call$1(entry) { @@ -491878,14 +492027,14 @@ } _this.widgets.push(A.EntityListTile$(credit, _this.$this.isFilter, J.$add$ansx(amount, " \u2022 ") + A.formatDate(credit.date, t2, true, true, false))); }, - $signature: 783 + $signature: 785 }; A.InvoiceOverview_build_closure2.prototype = { call$1(invoiceItem) { 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_legacy_Widget)); }, - $signature: 293 + $signature: 281 }; A.InvoiceOverview_build__closure.prototype = { call$1(context) { @@ -491921,7 +492070,7 @@ call$2(taxName, taxAmount) { this.widgets.push(this.surchargeRow.call$2(taxName, taxAmount)); }, - $signature: 784 + $signature: 786 }; A.InvoiceViewSchedule.prototype = { createState$0() { @@ -492010,7 +492159,7 @@ $defaultValues() { return [null]; }, - $signature: 325 + $signature: 314 }; A.InvoiceViewVM_InvoiceViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -492026,13 +492175,13 @@ t2[0].call$1(new A.SaveInvoiceDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.invoice)); t1.then$1$1(0, new A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.InvoiceViewVM_InvoiceViewVM$fromStore__closure1(context)); }, - $signature: 79 + $signature: 82 }; A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 50 + $signature: 48 }; A.InvoiceViewVM_InvoiceViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -492059,7 +492208,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 85 + $signature: 87 }; A.InvoiceViewVM_InvoiceViewVM$fromStore__closure.prototype = { call$1(value) { @@ -492088,7 +492237,7 @@ $defaultValues() { return [null]; }, - $signature: 322 + $signature: 315 }; A.PaymentEdit.prototype = { createState$0() { @@ -492314,20 +492463,20 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_payment_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._PaymentEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_payment_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._PaymentEditState_dispose_closure.prototype = { call$1(controller) { controller.removeListener$1(0, this.$this.get$_payment_edit$_onChanged()); controller.dispose$0(); }, - $signature: 75 + $signature: 78 }; A._PaymentEditState__onChanged_closure.prototype = { call$1(b) { @@ -492352,7 +492501,7 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = t1; return b; }, - $signature: 55 + $signature: 47 }; A._PaymentEditState__onChanged_closure0.prototype = { call$0() { @@ -492371,7 +492520,7 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = t1; return b; }, - $signature: 55 + $signature: 47 }; A._PaymentEditState_build_closure.prototype = { call$1(paymentable) { @@ -492390,14 +492539,14 @@ var t1 = this._box_0; t1.paymentTotal = t1.paymentTotal + invoice.amount; }, - $signature: 173 + $signature: 171 }; A._PaymentEditState_build_closure2.prototype = { call$1(credit) { var t1 = this._box_0; t1.creditTotal = t1.creditTotal + credit.amount; }, - $signature: 173 + $signature: 171 }; A._PaymentEditState_build_closure4.prototype = { call$1(val) { @@ -492422,7 +492571,7 @@ B.JSArray_methods.clear$0(b.get$invoices().get$_safeList()); return b; }, - $signature: 55 + $signature: 47 }; A._PaymentEditState_build_closure5.prototype = { call$1(context) { @@ -492446,14 +492595,14 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentEditState_build__closure4(date))); }, - $signature: 44 + $signature: 43 }; A._PaymentEditState_build__closure4.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_date = this.date; return b; }, - $signature: 55 + $signature: 47 }; A._PaymentEditState_build_closure9.prototype = { call$1(paymentType) { @@ -492470,7 +492619,7 @@ b.get$_payment_model$_$this()._typeId = t1; return b; }, - $signature: 55 + $signature: 47 }; A._PaymentEditState_build_closure10.prototype = { call$1(value) { @@ -492483,7 +492632,7 @@ b.get$_payment_model$_$this()._sendEmail = this.value; return b; }, - $signature: 55 + $signature: 47 }; A._PaymentEditState_build_closure11.prototype = { call$1(value) { @@ -492501,7 +492650,7 @@ t1.convertCurrency$1(_this.state.staticState.currencyMap._map$_map.$index(0, t2.exchangeCurrencyId)); t1.setState$1(new A._PaymentEditState_build__closure1(t1, value)); }, - $signature: 19 + $signature: 20 }; A._PaymentEditState_build__closure0.prototype = { call$1(b) { @@ -492509,7 +492658,7 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = 1; return b; }, - $signature: 55 + $signature: 47 }; A._PaymentEditState_build__closure1.prototype = { call$0() { @@ -492521,7 +492670,7 @@ call$1(currency) { return this.$this.convertCurrency$1(currency); }, - $signature: 171 + $signature: 167 }; A._PaymentEditState_build_closure14.prototype = { call$1(hasFocus) { @@ -492544,14 +492693,14 @@ _this.viewModel.onChanged.call$1(t2.rebuild$1(new A._PaymentEditState_build__closure(exchangeRate))); t1._convertedAmount = 0; }, - $signature: 19 + $signature: 20 }; A._PaymentEditState_build__closure.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_exchangeRate = this.exchangeRate; return b; }, - $signature: 55 + $signature: 47 }; A._PaymentEditState_build_closure13.prototype = { call$1(value) { @@ -492575,7 +492724,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A.PaymentableEditor.prototype = { createState$0() { @@ -492728,20 +492877,20 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_payment_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._PaymentableEditorState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_payment_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._PaymentableEditorState_dispose_closure0.prototype = { call$1(controller) { controller.removeListener$1(0, this.$this.get$_payment_edit$_onChanged()); controller.dispose$0(); }, - $signature: 75 + $signature: 78 }; A._PaymentableEditorState__onChanged_closure.prototype = { call$1(b) { @@ -492754,7 +492903,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 470 + $signature: 449 }; A._PaymentableEditorState__onChanged_closure0.prototype = { call$1(b) { @@ -492767,7 +492916,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 470 + $signature: 449 }; A._PaymentableEditorState__onChanged_closure1.prototype = { call$1(b) { @@ -492779,7 +492928,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 55 + $signature: 47 }; A._PaymentableEditorState__onChanged_closure2.prototype = { call$1(b) { @@ -492792,7 +492941,7 @@ t1.get$_safeList()[t2] = t3; return b; }, - $signature: 55 + $signature: 47 }; A._PaymentableEditorState__onChanged_closure3.prototype = { call$1(b) { @@ -492804,7 +492953,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 55 + $signature: 47 }; A._PaymentableEditorState__onChanged_closure4.prototype = { call$1(b) { @@ -492817,26 +492966,26 @@ t1.get$_safeList()[t2] = t3; return b; }, - $signature: 55 + $signature: 47 }; A._PaymentableEditorState__onChanged_closure5.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_clientId = this.clientId; return b; }, - $signature: 55 + $signature: 47 }; A._PaymentableEditorState_build_closure.prototype = { call$1(p) { return p.invoiceId; }, - $signature: 216 + $signature: 220 }; A._PaymentableEditorState_build_closure0.prototype = { call$1(p) { return p.creditId; }, - $signature: 216 + $signature: 220 }; A._PaymentableEditorState_build_closure3.prototype = { call$1(entity) { @@ -492852,7 +493001,7 @@ return t1; } }, - $signature: 131 + $signature: 134 }; A._PaymentableEditorState_build_closure2.prototype = { call$1(entity) { @@ -492861,7 +493010,7 @@ else return A.formatNumber(entity.get$listDisplayAmount(), this.context, type$.legacy_InvoiceEntity._as(entity).clientId, null, B.FormatNumberType_0, true, null, null, false); }, - $signature: 131 + $signature: 134 }; A._PaymentableEditorState_build_closure1.prototype = { call$1(selected) { @@ -492897,7 +493046,7 @@ return t1; } }, - $signature: 131 + $signature: 134 }; A._PaymentableEditorState_build_closure5.prototype = { call$1(entity) { @@ -492906,7 +493055,7 @@ else return A.formatNumber(entity.get$listDisplayAmount(), this.context, type$.legacy_InvoiceEntity._as(entity).clientId, null, B.FormatNumberType_0, true, null, null, false); }, - $signature: 131 + $signature: 134 }; A._PaymentableEditorState_build_closure4.prototype = { call$1(selected) { @@ -492942,7 +493091,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 55 + $signature: 47 }; A._PaymentableEditorState_build__closure0.prototype = { call$1(b) { @@ -492951,7 +493100,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 55 + $signature: 47 }; A.PaymentEditFooter.prototype = { build$1(context) { @@ -492984,14 +493133,14 @@ var t1 = this._box_0; t1.paymentTotal = t1.paymentTotal + invoice.amount; }, - $signature: 173 + $signature: 171 }; A.PaymentEditFooter_build_closure0.prototype = { call$1(credit) { var t1 = this._box_0; t1.creditTotal = t1.creditTotal + credit.amount; }, - $signature: 173 + $signature: 171 }; A.PaymentEditScreen.prototype = { build$1(context) { @@ -493022,7 +493171,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdatePayment(payment)); }, - $signature: 169 + $signature: 172 }; A.PaymentEditVM_PaymentEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -493077,14 +493226,14 @@ var t1 = this._box_0; return t1.amount = t1.amount + invoice.amount; }, - $signature: 787 + $signature: 789 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure0.prototype = { call$1(credit) { var t1 = this._box_0; return t1.amount = t1.amount - credit.amount; }, - $signature: 787 + $signature: 789 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure1.prototype = { call$1(context) { @@ -493131,7 +493280,7 @@ else A.viewEntity(false, savedPayment, null, false); }, - $signature: 169 + $signature: 172 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure3.prototype = { call$1(error) { @@ -493237,7 +493386,7 @@ } return t1; }, - $signature: 114 + $signature: 116 }; A.PaymentListItem_build__closure2.prototype = { call$0() { @@ -493258,14 +493407,14 @@ call$1(value) { return null; }, - $signature: 19 + $signature: 20 }; A.PaymentListItem_build__closure0.prototype = { call$2(context, action) { A.handleEntitiesActions(A._setArrayType([this.$this.payment], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 68 + $signature: 64 }; A.PaymentListItem_build__closure5.prototype = { call$0() { @@ -493286,7 +493435,7 @@ call$1(value) { return null; }, - $signature: 19 + $signature: 20 }; A.PaymentListBuilder.prototype = { build$1(context) { @@ -493319,7 +493468,7 @@ t2 = t4 && B.JSArray_methods.contains$1(t3._list, t2); return new A.PaymentListItem(payment, t1.filter, t4, t2, null, true, null); }, - $signature: 471 + $signature: 498 }; A.PaymentListVM.prototype = { get$user(receiver) { @@ -493442,13 +493591,13 @@ call$1(invoice) { return invoice != null; }, - $signature: 111 + $signature: 107 }; A.PaymentPresenter_getField_closure1.prototype = { call$1(invoice) { return new A.Padding(B.EdgeInsets_0_0_8_0, new A.LinkTextRelatedEntity(invoice, this.payment, null), null); }, - $signature: 788 + $signature: 790 }; A.PaymentPresenter_getField_closure2.prototype = { call$1(paymentable) { @@ -493461,7 +493610,7 @@ t1 = t2 == null ? null : t2.number; return t1 == null ? "" : t1; }, - $signature: 216 + $signature: 220 }; A.PaymentScreen.prototype = { build$1(context) { @@ -493500,7 +493649,7 @@ t9 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("payment1", true), company.getCustomFieldValues$2$excludeBlank("payment2", true), company.getCustomFieldValues$2$excludeBlank("payment3", true), company.getCustomFieldValues$2$excludeBlank("payment4", true), t10, B.EntityType_payment, false, t7, new A.PaymentScreen_build_closure8(store), new A.PaymentScreen_build_closure9(store), new A.PaymentScreen_build_closure10(store), new A.PaymentScreen_build_closure11(store), new A.PaymentScreen_build_closure12(store), new A.PaymentScreen_build_closure13(store), new A.PaymentScreen_build_closure14(store), new A.PaymentScreen_build_closure15(store), A._setArrayType(["number", "date", "amount", "updated_at"], t8), statuses, t9); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && t4.can$2(B.UserPermission_create, B.EntityType_payment) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "payment_fab", false, new A.PaymentScreen_build_closure16(context), t2.get$enterPayment()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_payment, t3, new A.PaymentScreen_build_closure17(store), t6, statuses, new A.PaymentScreen_build_closure18(store), new A.PaymentScreen_build_closure19(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.PaymentListBuilder(_null), t9, B.EntityType_payment, t1, 0, _null, new A.PaymentScreen_build_closure20(store), new A.PaymentScreen_build_closure21(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_payment, t3, new A.PaymentScreen_build_closure17(store), t6, statuses, new A.PaymentScreen_build_closure18(store), new A.PaymentScreen_build_closure19(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.PaymentListBuilder(_null), t9, B.EntityType_payment, t1, 0, _null, new A.PaymentScreen_build_closure20(store), new A.PaymentScreen_build_closure21(store)); } }; A.PaymentScreen_build_closure.prototype = { @@ -493512,7 +493661,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 191 + $signature: 188 }; A.PaymentScreen_build_closure0.prototype = { call$1(b) { @@ -493523,7 +493672,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 191 + $signature: 188 }; A.PaymentScreen_build_closure1.prototype = { call$1(b) { @@ -493533,7 +493682,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 191 + $signature: 188 }; A.PaymentScreen_build_closure2.prototype = { call$1(b) { @@ -493548,7 +493697,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 191 + $signature: 188 }; A.PaymentScreen_build_closure3.prototype = { call$1(b) { @@ -493562,7 +493711,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 191 + $signature: 188 }; A.PaymentScreen_build_closure4.prototype = { call$1(b) { @@ -493576,7 +493725,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 191 + $signature: 188 }; A.PaymentScreen_build_closure5.prototype = { call$1(b) { @@ -493590,7 +493739,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 191 + $signature: 188 }; A.PaymentScreen_build_closure6.prototype = { call$1(b) { @@ -493604,7 +493753,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 191 + $signature: 188 }; A.PaymentScreen_build_closure21.prototype = { call$0() { @@ -493864,20 +494013,20 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_payment_refund$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._PaymentRefundState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_payment_refund$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._PaymentRefundState_dispose_closure.prototype = { call$1(controller) { controller.removeListener$1(0, this.$this.get$_payment_refund$_onChanged()); controller.dispose$0(); }, - $signature: 75 + $signature: 78 }; A._PaymentRefundState__onChanged_closure.prototype = { call$0() { @@ -493894,7 +494043,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 55 + $signature: 47 }; A._PaymentRefundState_build_closure.prototype = { call$1(paymentable) { @@ -493912,14 +494061,14 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentRefundState_build__closure1(date))); }, - $signature: 44 + $signature: 43 }; A._PaymentRefundState_build__closure1.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_date = this.date; return b; }, - $signature: 55 + $signature: 47 }; A._PaymentRefundState_build_closure2.prototype = { call$1(value) { @@ -493932,7 +494081,7 @@ b.get$_payment_model$_$this()._sendEmail = this.value; return b; }, - $signature: 55 + $signature: 47 }; A._PaymentRefundState_build_closure3.prototype = { call$1(value) { @@ -493945,7 +494094,7 @@ b.get$_payment_model$_$this()._gatewayRefund = this.value; return b; }, - $signature: 55 + $signature: 47 }; A._PaymentRefundState_build_onSavePressed.prototype = { call$1(context) { @@ -493958,7 +494107,7 @@ t1.then$1$1(0, new A._PaymentRefundState_build_onSavePressed_closure0(context), type$.Null); this.viewModel.onRefundPressed.call$2(context, new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_PaymentEntity)); }, - $signature: 20 + $signature: 19 }; A._PaymentRefundState_build_onSavePressed_closure.prototype = { call$0() { @@ -493970,19 +494119,19 @@ call$1(value) { A.Navigator_of(this.context, false).pop$0(); }, - $signature: 169 + $signature: 172 }; A._PaymentRefundState_build_closure4.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._PaymentRefundState_build_closure5.prototype = { call$1(context) { return this.onSavePressed.call$1(context); }, - $signature: 20 + $signature: 19 }; A._PaymentRefundState_build_closure6.prototype = { call$0() { @@ -494071,20 +494220,20 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_payment_refund$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._PaymentableEditorState_didChangeDependencies_closure2.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_payment_refund$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._PaymentableEditorState_dispose_closure.prototype = { call$1(controller) { controller.removeListener$1(0, this.$this.get$_payment_refund$_onChanged()); controller.dispose$0(); }, - $signature: 75 + $signature: 78 }; A._PaymentableEditorState__onChanged_closure6.prototype = { call$1(b) { @@ -494095,7 +494244,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 470 + $signature: 449 }; A._PaymentableEditorState__onChanged_closure7.prototype = { call$1(b) { @@ -494104,7 +494253,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), this.paymentable); return b; }, - $signature: 55 + $signature: 47 }; A._PaymentableEditorState__onChanged_closure8.prototype = { call$1(b) { @@ -494114,27 +494263,27 @@ t1.get$_safeList()[t2] = this.paymentable; return b; }, - $signature: 55 + $signature: 47 }; A._PaymentableEditorState__onChanged_closure9.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_clientId = this.clientId; return b; }, - $signature: 55 + $signature: 47 }; A._PaymentableEditorState_build_closure8.prototype = { call$1(payment) { return payment.invoiceId; }, - $signature: 216 + $signature: 220 }; A._PaymentableEditorState_build_closure10.prototype = { call$1(entity) { type$.legacy_InvoiceEntity._as(entity); return A.formatNumber(entity.amount, this.context, entity.clientId, null, B.FormatNumberType_0, true, null, null, false); }, - $signature: 131 + $signature: 134 }; A._PaymentableEditorState_build_closure9.prototype = { call$1(selected) { @@ -494176,7 +494325,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 55 + $signature: 47 }; A.PaymentRefundScreen.prototype = { build$1(context) { @@ -494207,7 +494356,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdatePayment(payment)); }, - $signature: 169 + $signature: 172 }; A.PaymentRefundVM_PaymentRefundVM$fromStore_closure1.prototype = { call$1(context) { @@ -494251,7 +494400,7 @@ } else A.viewEntity(false, savedPayment, null, true); }, - $signature: 169 + $signature: 172 }; A.PaymentRefundVM_PaymentRefundVM$fromStore__closure0.prototype = { call$1(error) { @@ -494380,7 +494529,7 @@ t2 = true; return A.RefreshIndicator$(A.Column$(A._setArrayType([t3, new A.BottomButtons(t1, t4, B.EntityAction_refundPayment, t2, t8 < t7, _null)], t14), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), new A._PaymentViewState_build__closure2(_this.viewModel, context)); }, - $signature: 782 + $signature: 784 }; A._PaymentViewState_build__closure2.prototype = { call$0() { @@ -494506,20 +494655,20 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_payment_term_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._PaymentTermEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_payment_term_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._PaymentTermEditState_dispose_closure.prototype = { call$1(controller) { controller.removeListener$1(0, this.$this.get$_payment_term_edit$_onChanged()); controller.dispose$0(); }, - $signature: 75 + $signature: 78 }; A._PaymentTermEditState__onChanged_closure.prototype = { call$1(b) { @@ -494539,13 +494688,13 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._PaymentTermEditState_build_closure1.prototype = { call$1(context) { return this.$this._payment_term_edit$_onSavePressed$0(); }, - $signature: 20 + $signature: 19 }; A._PaymentTermEditState_build_closure.prototype = { call$1(context) { @@ -494558,7 +494707,7 @@ t4 = type$.JSArray_legacy_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: 139 + $signature: 133 }; A._PaymentTermEditState_build__closure0.prototype = { call$1(value) { @@ -494570,7 +494719,7 @@ call$1(context) { return this.$this._payment_term_edit$_onSavePressed$0(); }, - $signature: 20 + $signature: 19 }; A.PaymentTermEditScreen.prototype = { build$1(context) { @@ -494604,7 +494753,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdatePaymentTerm(paymentTerm)); }, - $signature: 369 + $signature: 381 }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -494676,7 +494825,7 @@ } else A.viewEntity(false, savedPaymentTerm, null, true); }, - $signature: 369 + $signature: 381 }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -494835,7 +494984,7 @@ t3 = t3.filter; t6 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, _null, B.EntityType_paymentTerm, false, B.List_empty21, 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_legacy_String), B.List_empty22, _null); t1 = t1.prefState.appLayout === B.AppLayout_mobile && userCompany.can$2(B.UserPermission_create, B.EntityType_paymentTerm) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "payment_term_fab", false, new A.PaymentTermScreen_build_closure6(context), t4.get$newPaymentTerm()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_paymentTerm, t3, new A.PaymentTermScreen_build_closure7(store), t5, _null, _null, new A.PaymentTermScreen_build_closure8(store), new A.ValueKey("__filter_" + t2 + "__", type$.ValueKey_legacy_String)), new A.PaymentTermListBuilder(_null), t6, B.EntityType_paymentTerm, t1, 3, "company_details", new A.PaymentTermScreen_build_closure9(store), new A.PaymentTermScreen_build_closure10(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_paymentTerm, t3, new A.PaymentTermScreen_build_closure7(store), t5, _null, _null, new A.PaymentTermScreen_build_closure8(store), new A.ValueKey("__filter_" + t2 + "__", type$.ValueKey_legacy_String)), new A.PaymentTermListBuilder(_null), t6, B.EntityType_paymentTerm, t1, 3, "company_details", new A.PaymentTermScreen_build_closure9(store), new A.PaymentTermScreen_build_closure10(store)); } }; A.PaymentTermScreen_build_closure10.prototype = { @@ -495200,7 +495349,7 @@ b.get$_product_model$_$this()._imageUrl = t1; return b; }, - $signature: 163 + $signature: 165 }; A._ProductEditState__onChanged_closure0.prototype = { call$0() { @@ -495212,7 +495361,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._ProductEditState_build_closure.prototype = { call$1(val) { @@ -495238,7 +495387,7 @@ b.get$_product_model$_$this()._taxCategoryId = this.taxCategoryId; return b; }, - $signature: 163 + $signature: 165 }; A._ProductEditState_build_closure0.prototype = { call$1(key) { @@ -495251,7 +495400,7 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.product.rebuild$1(new A._ProductEditState_build__closure2(taxRate))); }, - $signature: 108 + $signature: 110 }; A._ProductEditState_build__closure2.prototype = { call$1(b) { @@ -495262,13 +495411,13 @@ b.get$_product_model$_$this()._product_model$_taxName1 = t1; return b; }, - $signature: 163 + $signature: 165 }; 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: 108 + $signature: 110 }; A._ProductEditState_build__closure1.prototype = { call$1(b) { @@ -495279,13 +495428,13 @@ b.get$_product_model$_$this()._product_model$_taxName2 = t1; return b; }, - $signature: 163 + $signature: 165 }; 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: 108 + $signature: 110 }; A._ProductEditState_build__closure0.prototype = { call$1(b) { @@ -495296,7 +495445,7 @@ b.get$_product_model$_$this()._product_model$_taxName3 = t1; return b; }, - $signature: 163 + $signature: 165 }; A._ProductEditState_build_closure5.prototype = { call$1(value) { @@ -495309,7 +495458,7 @@ b.get$_product_model$_$this()._product_model$_stockNotification = this.value; return b; }, - $signature: 163 + $signature: 165 }; A.ProductEditScreen.prototype = { build$1(context) { @@ -495343,7 +495492,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateProduct(product)); }, - $signature: 245 + $signature: 231 }; A.ProductEditVM_ProductEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -495417,7 +495566,7 @@ } else A.viewEntity(false, savedProduct, null, false); }, - $signature: 245 + $signature: 231 }; A.ProductEditVM_ProductEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -495505,7 +495654,7 @@ } return t1; }, - $signature: 114 + $signature: 116 }; A.ProductListItem_build__closure2.prototype = { call$0() { @@ -495533,7 +495682,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.product], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 68 + $signature: 64 }; A.ProductListItem_build__closure5.prototype = { call$0() { @@ -495586,7 +495735,7 @@ t2 = false; return A.ProductListItem$(t1.filter, t2, true, null, null, product, false); }, - $signature: 780 + $signature: 782 }; A.ProductListVM.prototype = {}; A.ProductListVM_fromStore__handleRefresh.prototype = { @@ -495717,7 +495866,7 @@ t8 = 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), t10, B.EntityType_product, false, t7, 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"], t9), B.List_empty22, t8); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && t4.can$2(B.UserPermission_create, B.EntityType_product) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "product_fab", false, new A.ProductScreen_build_closure7(context), t2.get$newProduct()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_product, t3, new A.ProductScreen_build_closure8(store), t6, _null, _null, new A.ProductScreen_build_closure9(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.ProductListBuilder(_null), t8, B.EntityType_product, t1, 0, _null, new A.ProductScreen_build_closure10(store), new A.ProductScreen_build_closure11(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_product, t3, new A.ProductScreen_build_closure8(store), t6, _null, _null, new A.ProductScreen_build_closure9(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.ProductListBuilder(_null), t8, B.EntityType_product, t1, 0, _null, new A.ProductScreen_build_closure10(store), new A.ProductScreen_build_closure11(store)); } }; A.ProductScreen_build_closure11.prototype = { @@ -495916,7 +496065,7 @@ t5 = type$.JSArray_legacy_Widget; return A.Column$(A._setArrayType([A.Expanded$(A.TabBarView$(A._setArrayType([A.RefreshIndicator$(new A.ProductOverview(t2, new A.ValueKey(t3, t4)), new A._ProductViewState_build__closure(t2, context)), A.RefreshIndicator$(new A.ProductViewDocuments(t2, new A.ValueKey(t3, t4)), new A._ProductViewState_build__closure0(t2, context))], t5), t1, null), 1), new A.BottomButtons(this.product, B.EntityAction_newInvoice, B.EntityAction_clone, true, true, null)], t5), B.CrossAxisAlignment_2, null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 238 + $signature: 239 }; A._ProductViewState_build__closure.prototype = { call$0() { @@ -495963,7 +496112,7 @@ call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 136 + $signature: 131 }; A.ProductViewDocuments_build_closure1.prototype = { call$0() { @@ -496087,13 +496236,13 @@ t2[0].call$1(new A.SaveProductDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.product)); t1.then$1$1(0, new A.ProductViewVM_ProductViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.ProductViewVM_ProductViewVM$fromStore__closure1(context)); }, - $signature: 79 + $signature: 82 }; A.ProductViewVM_ProductViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 50 + $signature: 48 }; A.ProductViewVM_ProductViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -496120,7 +496269,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 85 + $signature: 87 }; A.ProductViewVM_ProductViewVM$fromStore__closure.prototype = { call$1(value) { @@ -496210,20 +496359,20 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_project_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._ProjectEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_project_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._ProjectEditState_dispose_closure.prototype = { call$1(controller) { controller.removeListener$1(0, this.$this.get$_project_edit$_onChanged()); controller.dispose$0(); }, - $signature: 75 + $signature: 78 }; A._ProjectEditState__onChanged_closure.prototype = { call$1(b) { @@ -496250,7 +496399,7 @@ b.get$_project_model$_$this()._project_model$_customValue4 = t1; return b; }, - $signature: 197 + $signature: 186 }; A._ProjectEditState__onChanged_closure0.prototype = { call$0() { @@ -496262,7 +496411,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._ProjectEditState_build_closure.prototype = { call$1(context) { @@ -496300,7 +496449,7 @@ t5 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([t6, t8, new A.UserPicker(t1.assignedUserId, new A._ProjectEditState_build__closure4(t9, t1), _null), t10, A.DecoratedFormField$(false, _null, false, t2._hoursController, _null, true, _null, _null, _null, _null, false, false, _null, new A.TextInputType(2, true, true), t4, _null, _null, false, _null, _null, t7, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, t2._project_edit$_taskRateController, _null, true, _null, _null, _null, _null, false, false, _null, new A.TextInputType(2, true, true), t3.get$taskRate(), _null, _null, false, _null, _null, t7, true, _null, _null, B.TextAlign_4, _null), 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), A.DecoratedFormField$(false, _null, false, t2._project_edit$_publicNotesController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t3.get$publicNotes(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, t2._project_edit$_privateNotesController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t3.get$privateNotes(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t5), _null, _null, false, _null, true, _null, _null)], t5), _null, _null, _null, false, new A.ValueKey("__project_" + t1.id + "_" + t1.updatedAt + "__", type$.ValueKey_legacy_String)); }, - $signature: 139 + $signature: 133 }; A._ProjectEditState_build__closure.prototype = { call$1(val) { @@ -496329,13 +496478,13 @@ b.get$_project_model$_$this()._project_model$_clientId = t1; return b; }, - $signature: 197 + $signature: 186 }; A._ProjectEditState_build__closure0.prototype = { call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 210 + $signature: 225 }; A._ProjectEditState_build__closure4.prototype = { call$1(userId) { @@ -496348,20 +496497,20 @@ b.get$_project_model$_$this()._project_model$_assignedUserId = this.userId; return b; }, - $signature: 197 + $signature: 186 }; A._ProjectEditState_build__closure3.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.project.rebuild$1(new A._ProjectEditState_build___closure0(date))); }, - $signature: 44 + $signature: 43 }; A._ProjectEditState_build___closure0.prototype = { call$1(b) { b.get$_project_model$_$this()._project_model$_dueDate = this.date; return b; }, - $signature: 197 + $signature: 186 }; A.ProjectEditScreen.prototype = { build$1(context) { @@ -496395,7 +496544,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateProject(project)); }, - $signature: 314 + $signature: 316 }; A.ProjectEditVM_ProjectEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -496425,7 +496574,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.ProjectEditVM_ProjectEditVM$fromStore__closure0(t3), t4); }, - $signature: 121 + $signature: 122 }; A.ProjectEditVM_ProjectEditVM$fromStore__closure.prototype = { call$1(_) { @@ -496513,7 +496662,7 @@ A.viewEntity(false, savedProject, null, true); } }, - $signature: 314 + $signature: 316 }; A.ProjectEditVM_ProjectEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -496608,7 +496757,7 @@ } return t1; }, - $signature: 114 + $signature: 116 }; A.ProjectListItem_build__closure2.prototype = { call$0() { @@ -496635,7 +496784,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.project], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 68 + $signature: 64 }; A.ProjectListItem_build__closure5.prototype = { call$0() { @@ -496811,7 +496960,7 @@ t8 = 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), t9, B.EntityType_project, false, B.List_empty21, 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"], t7), B.List_empty22, t8); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && t4.can$2(B.UserPermission_create, B.EntityType_project) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "project_fab", false, new A.ProjectScreen_build_closure6(context), t2.get$newProject()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_project, t3, new A.ProjectScreen_build_closure7(store), t6, _null, _null, new A.ProjectScreen_build_closure8(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.ProjectListBuilder(_null), t8, B.EntityType_project, t1, 0, _null, new A.ProjectScreen_build_closure9(store), new A.ProjectScreen_build_closure10(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_project, t3, new A.ProjectScreen_build_closure7(store), t6, _null, _null, new A.ProjectScreen_build_closure8(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.ProjectListBuilder(_null), t8, B.EntityType_project, t1, 0, _null, new A.ProjectScreen_build_closure9(store), new A.ProjectScreen_build_closure10(store)); } }; A.ProjectScreen_build_closure10.prototype = { @@ -497001,7 +497150,7 @@ t4 = type$.JSArray_legacy_Widget; return A.Column$(A._setArrayType([A.Expanded$(A.TabBarView$(A._setArrayType([A.RefreshIndicator$(new A.ProjectOverview(t3, t1._widget.isFilter, _null), new A._ProjectViewState_build__closure(t3, context)), A.RefreshIndicator$(new A.ProjectViewDocuments(t3, new A.ValueKey(t3.project.id, type$.ValueKey_legacy_String)), new A._ProjectViewState_build__closure0(t3, context))], t4), t2, _null), 1), new A.BottomButtons(this.project, B.EntityAction_newTask, B.EntityAction_invoiceProject, true, true, _null)], t4), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 238 + $signature: 239 }; A._ProjectViewState_build__closure.prototype = { call$0() { @@ -497048,7 +497197,7 @@ call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 136 + $signature: 131 }; A.ProjectViewDocuments_build_closure1.prototype = { call$0() { @@ -497105,7 +497254,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new A._ProjectOverviewState_initState__closure()); }, - $signature: 544 + $signature: 550 }; A._ProjectOverviewState_initState__closure.prototype = { call$0() { @@ -497153,7 +497302,7 @@ B.JSArray_methods.addAll$1(t6, A._setArrayType([new A.IconMessage(t1, _null, _null, _null, true, _null), new A.ListDivider(_null)], t8)); return t6; }, - $signature: 241 + $signature: 247 }; A._ProjectOverviewState_build_closure.prototype = { call$0() { @@ -497211,13 +497360,13 @@ t2[0].call$1(new A.SaveProjectDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.project)); t1.then$1$1(0, new A.ProjectViewVM_ProjectViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.ProjectViewVM_ProjectViewVM$fromStore__closure1(context)); }, - $signature: 79 + $signature: 82 }; A.ProjectViewVM_ProjectViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 50 + $signature: 48 }; A.ProjectViewVM_ProjectViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -497244,7 +497393,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 85 + $signature: 87 }; A.ProjectViewVM_ProjectViewVM$fromStore__closure.prototype = { call$1(value) { @@ -497323,19 +497472,19 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._PurchaseOrderEditState_build_closure2.prototype = { call$1(context) { return this.$this._purchase_order_edit$_onSavePressed$1(context); }, - $signature: 20 + $signature: 19 }; A._PurchaseOrderEditState_build_closure0.prototype = { call$2(context, action) { return this.$this._purchase_order_edit$_onSavePressed$2(context, action); }, - $signature: 68 + $signature: 64 }; A._PurchaseOrderEditState_build_closure.prototype = { call$0() { @@ -497354,7 +497503,7 @@ t5 = t3._eval$1("MappedIterable<1,BaseEntity*>"); return new A.InvoiceItemSelector(t1, new A._PurchaseOrderEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.MappedIterable(new A.WhereIterable(t2, new A._PurchaseOrderEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._PurchaseOrderEditState_build___closure1(t4), t5), true, t5._eval$1("Iterable.E")), false, null); }, - $signature: 313 + $signature: 295 }; A._PurchaseOrderEditState_build___closure0.prototype = { call$1(item) { @@ -497380,7 +497529,7 @@ } return t1; }, - $signature: 328 + $signature: 300 }; A._PurchaseOrderEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -497394,7 +497543,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 330 + $signature: 306 }; A.__PurchaseOrderEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -497439,7 +497588,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdatePurchaseOrder(purchaseOrder)); }, - $signature: 141 + $signature: 149 }; A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure0.prototype = { call$3(context, purchaseOrder, vendor) { @@ -497461,7 +497610,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, null, true); completer.get$future().then$1$1(0, new A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 121 + $signature: 122 }; A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -497508,7 +497657,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeletePurchaseOrderItem(index)); }, - $signature: 116 + $signature: 112 }; A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0.prototype = { call$0() { @@ -497533,7 +497682,7 @@ t1[0].call$1(new A.UpdatePurchaseOrderItem(index, purchaseOrderItem)); } }, - $signature: 271 + $signature: 307 }; A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { @@ -497568,7 +497717,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdatePurchaseOrder(purchaseOrder)); }, - $signature: 141 + $signature: 149 }; A.PurchaseOrderEditPDFScreen.prototype = { build$1(context) { @@ -497627,7 +497776,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 185 + $signature: 191 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure2.prototype = { call$0() { @@ -497717,7 +497866,7 @@ A.viewEntity(false, savedPurchaseOrder, _null, true); } }, - $signature: 73 + $signature: 70 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure2.prototype = { call$1(error) { @@ -497746,7 +497895,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.AddPurchaseOrderItems(items)); }, - $signature: 326 + $signature: 312 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -497772,13 +497921,13 @@ t2[0].call$1(new A.SavePurchaseOrderDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.purchaseOrder)); t1.then$1$1(0, new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure0(context), type$.Null).catchError$1(new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure1(context)); }, - $signature: 79 + $signature: 82 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 50 + $signature: 48 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure1.prototype = { call$1(error) { @@ -497805,7 +497954,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 85 + $signature: 87 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure.prototype = { call$1(value) { @@ -497842,7 +497991,7 @@ t2[0].call$1(new A.LoadVendor(null, t1)); } }, - $signature: 333 + $signature: 402 }; A.PurchaseOrderEmailScreen_build_closure0.prototype = { call$1(store) { @@ -497874,7 +498023,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.EmailPurchaseOrderRequest(completer, this.purchaseOrder.id, template, subject, body, ccEmail)); }, - $signature: 352 + $signature: 399 }; A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore__closure.prototype = { call$1(value) { @@ -497981,7 +498130,7 @@ } return t1; }, - $signature: 114 + $signature: 116 }; A.PurchaseOrderListItem_build__closure2.prototype = { call$0() { @@ -498008,7 +498157,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.purchaseOrder], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 68 + $signature: 64 }; A.PurchaseOrderListItem_build__closure5.prototype = { call$0() { @@ -498279,7 +498428,7 @@ t8 = 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), t9, B.EntityType_purchaseOrder, false, B.List_empty21, 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), t7, statuses, t8); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && t4.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), "purchase_order_fab", false, new A.PurchaseOrderScreen_build_closure11(context), t2.get$newPurchaseOrder()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_purchaseOrder, t3, new A.PurchaseOrderScreen_build_closure12(store), t6, statuses, new A.PurchaseOrderScreen_build_closure13(store), new A.PurchaseOrderScreen_build_closure14(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.PurchaseOrderListBuilder(_null), t8, B.EntityType_purchaseOrder, t1, 0, _null, new A.PurchaseOrderScreen_build_closure15(store), new A.PurchaseOrderScreen_build_closure16(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_purchaseOrder, t3, new A.PurchaseOrderScreen_build_closure12(store), t6, statuses, new A.PurchaseOrderScreen_build_closure13(store), new A.PurchaseOrderScreen_build_closure14(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.PurchaseOrderListBuilder(_null), t8, B.EntityType_purchaseOrder, t1, 0, _null, new A.PurchaseOrderScreen_build_closure15(store), new A.PurchaseOrderScreen_build_closure16(store)); } }; A.PurchaseOrderScreen_build_closure.prototype = { @@ -498290,7 +498439,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 81 + $signature: 83 }; A.PurchaseOrderScreen_build_closure0.prototype = { call$1(b) { @@ -498300,7 +498449,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 81 + $signature: 83 }; A.PurchaseOrderScreen_build_closure1.prototype = { call$1(b) { @@ -498316,7 +498465,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 81 + $signature: 83 }; A.PurchaseOrderScreen_build_closure2.prototype = { call$1(b) { @@ -498326,7 +498475,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 81 + $signature: 83 }; A.PurchaseOrderScreen_build_closure16.prototype = { call$0() { @@ -498510,7 +498659,7 @@ $defaultValues() { return [null]; }, - $signature: 325 + $signature: 314 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -498526,13 +498675,13 @@ t2[0].call$1(new A.SavePurchaseOrderDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.purchaseOrder)); t1.then$1$1(0, new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure1(context)); }, - $signature: 79 + $signature: 82 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 50 + $signature: 48 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -498559,7 +498708,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 85 + $signature: 87 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure.prototype = { call$1(value) { @@ -498583,7 +498732,7 @@ $defaultValues() { return [null]; }, - $signature: 322 + $signature: 315 }; A.QuoteEdit.prototype = { createState$0() { @@ -498653,19 +498802,19 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._QuoteEditState_build_closure2.prototype = { call$1(context) { return this.$this._quote_edit$_onSavePressed$1(context); }, - $signature: 20 + $signature: 19 }; A._QuoteEditState_build_closure0.prototype = { call$2(context, action) { return this.$this._quote_edit$_onSavePressed$2(context, action); }, - $signature: 68 + $signature: 64 }; A._QuoteEditState_build_closure.prototype = { call$0() { @@ -498684,7 +498833,7 @@ t5 = t3._eval$1("MappedIterable<1,BaseEntity*>"); return new A.InvoiceItemSelector(t1, new A._QuoteEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.MappedIterable(new A.WhereIterable(t2, new A._QuoteEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._QuoteEditState_build___closure1(t4), t5), true, t5._eval$1("Iterable.E")), false, null); }, - $signature: 313 + $signature: 295 }; A._QuoteEditState_build___closure0.prototype = { call$1(item) { @@ -498710,7 +498859,7 @@ } return t1; }, - $signature: 328 + $signature: 300 }; A._QuoteEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -498724,7 +498873,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 330 + $signature: 306 }; A.__QuoteEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -498769,7 +498918,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateQuote(quote)); }, - $signature: 141 + $signature: 149 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure0.prototype = { call$3(context, quote, client) { @@ -498781,7 +498930,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 407 + $signature: 345 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -498794,7 +498943,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 121 + $signature: 122 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -498841,7 +498990,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeleteQuoteItem(index)); }, - $signature: 116 + $signature: 112 }; A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0.prototype = { call$0() { @@ -498866,7 +499015,7 @@ t1[0].call$1(new A.UpdateQuoteItem(index, quoteItem)); } }, - $signature: 271 + $signature: 307 }; A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { @@ -498901,7 +499050,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateQuote(quote)); }, - $signature: 141 + $signature: 149 }; A.QuoteEditPDFScreen.prototype = { build$1(context) { @@ -498960,7 +499109,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 185 + $signature: 191 }; A.QuoteEditVM_QuoteEditVM$fromStore__closure2.prototype = { call$0() { @@ -499048,7 +499197,7 @@ A.viewEntity(false, savedQuote, _null, true); } }, - $signature: 73 + $signature: 70 }; A.QuoteEditVM_QuoteEditVM$fromStore___closure2.prototype = { call$1(error) { @@ -499077,7 +499226,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.AddQuoteItems(items)); }, - $signature: 326 + $signature: 312 }; A.QuoteEditVM_QuoteEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -499103,13 +499252,13 @@ t2[0].call$1(new A.SaveQuoteDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.quote)); t1.then$1$1(0, new A.QuoteEditVM_QuoteEditVM$fromStore__closure0(context), type$.Null).catchError$1(new A.QuoteEditVM_QuoteEditVM$fromStore__closure1(context)); }, - $signature: 79 + $signature: 82 }; A.QuoteEditVM_QuoteEditVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 50 + $signature: 48 }; A.QuoteEditVM_QuoteEditVM$fromStore__closure1.prototype = { call$1(error) { @@ -499136,7 +499285,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 85 + $signature: 87 }; A.QuoteEditVM_QuoteEditVM$fromStore__closure.prototype = { call$1(value) { @@ -499173,7 +499322,7 @@ t2[0].call$1(new A.LoadClient(null, t1)); } }, - $signature: 333 + $signature: 402 }; A.QuoteEmailScreen_build_closure0.prototype = { call$1(store) { @@ -499205,7 +499354,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.EmailQuoteRequest(completer, this.quote.id, template, subject, body, ccEmail)); }, - $signature: 352 + $signature: 399 }; A.EmailQuoteVM_EmailQuoteVM$fromStore__closure.prototype = { call$1(value) { @@ -499325,7 +499474,7 @@ } return t1; }, - $signature: 114 + $signature: 116 }; A.QuoteListItem_build__closure2.prototype = { call$0() { @@ -499344,14 +499493,14 @@ call$1(value) { return null; }, - $signature: 19 + $signature: 20 }; A.QuoteListItem_build__closure0.prototype = { call$2(context, action) { A.handleEntitiesActions(A._setArrayType([this.$this.quote], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 68 + $signature: 64 }; A.QuoteListItem_build__closure5.prototype = { call$0() { @@ -499370,7 +499519,7 @@ call$1(value) { return null; }, - $signature: 19 + $signature: 20 }; A.QuoteListBuilder.prototype = { build$1(context) { @@ -499394,7 +499543,7 @@ invoiceId = J.$index$asx(t1.invoiceList, index); return new A.QuoteListItem(t1.invoiceMap._map$_map.$index(0, invoiceId), t1.filter, true, null); }, - $signature: 530 + $signature: 488 }; A.QuoteListVM.prototype = {}; A.QuoteListVM_fromStore__handleRefresh.prototype = { @@ -499602,7 +499751,7 @@ t8 = 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), t9, B.EntityType_quote, false, B.List_empty21, 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"], t7), statuses, t8); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && t4.can$2(B.UserPermission_create, B.EntityType_quote) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "quote_fab", false, new A.QuoteScreen_build_closure13(context), t2.get$newQuote()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_quote, t3, new A.QuoteScreen_build_closure14(store), t6, statuses, new A.QuoteScreen_build_closure15(store), new A.QuoteScreen_build_closure16(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.QuoteListBuilder(_null), t8, B.EntityType_quote, t1, 0, _null, new A.QuoteScreen_build_closure17(store), new A.QuoteScreen_build_closure18(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_quote, t3, new A.QuoteScreen_build_closure14(store), t6, statuses, new A.QuoteScreen_build_closure15(store), new A.QuoteScreen_build_closure16(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.QuoteListBuilder(_null), t8, B.EntityType_quote, t1, 0, _null, new A.QuoteScreen_build_closure17(store), new A.QuoteScreen_build_closure18(store)); } }; A.QuoteScreen_build_closure.prototype = { @@ -499613,7 +499762,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 81 + $signature: 83 }; A.QuoteScreen_build_closure0.prototype = { call$1(b) { @@ -499623,7 +499772,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 81 + $signature: 83 }; A.QuoteScreen_build_closure1.prototype = { call$1(b) { @@ -499633,7 +499782,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 81 + $signature: 83 }; A.QuoteScreen_build_closure2.prototype = { call$1(b) { @@ -499647,7 +499796,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 81 + $signature: 83 }; A.QuoteScreen_build_closure3.prototype = { call$1(b) { @@ -499657,7 +499806,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 81 + $signature: 83 }; A.QuoteScreen_build_closure4.prototype = { call$1(b) { @@ -499671,7 +499820,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 81 + $signature: 83 }; A.QuoteScreen_build_closure18.prototype = { call$0() { @@ -499855,7 +500004,7 @@ $defaultValues() { return [null]; }, - $signature: 325 + $signature: 314 }; A.QuoteViewVM_QuoteViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -499871,13 +500020,13 @@ t2[0].call$1(new A.SaveQuoteDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.quote)); t1.then$1$1(0, new A.QuoteViewVM_QuoteViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.QuoteViewVM_QuoteViewVM$fromStore__closure1(context)); }, - $signature: 79 + $signature: 82 }; A.QuoteViewVM_QuoteViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 50 + $signature: 48 }; A.QuoteViewVM_QuoteViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -499904,7 +500053,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 85 + $signature: 87 }; A.QuoteViewVM_QuoteViewVM$fromStore__closure.prototype = { call$1(value) { @@ -499928,7 +500077,7 @@ $defaultValues() { return [null]; }, - $signature: 322 + $signature: 315 }; A.RecurringExpenseEditScreen.prototype = { build$1(context) { @@ -499955,7 +500104,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateRecurringExpense(recurringExpense)); }, - $signature: 133 + $signature: 137 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2.prototype = { call$2(context, completer) { @@ -499968,7 +500117,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure5(t3), t4); }, - $signature: 121 + $signature: 122 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure4.prototype = { call$1(_) { @@ -499997,7 +500146,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3(t3), t4); }, - $signature: 121 + $signature: 122 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure2.prototype = { call$1(_) { @@ -500040,7 +500189,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 185 + $signature: 191 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure6.prototype = { call$0() { @@ -500124,7 +500273,7 @@ A.viewEntity(false, savedRecurringExpense, _null, true); } }, - $signature: 133 + $signature: 137 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -500146,13 +500295,13 @@ t2[0].call$1(new A.SaveRecurringExpenseDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.recurringExpense)); t1.then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0(context), type$.Null).catchError$1(new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure1(context)); }, - $signature: 79 + $signature: 82 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 50 + $signature: 48 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure1.prototype = { call$1(error) { @@ -500179,7 +500328,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 85 + $signature: 87 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure.prototype = { call$1(value) { @@ -500309,7 +500458,7 @@ } return t1; }, - $signature: 114 + $signature: 116 }; A.RecurringExpenseListItem_build__closure2.prototype = { call$0() { @@ -500335,7 +500484,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.expense], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 68 + $signature: 64 }; A.RecurringExpenseListItem_build__closure5.prototype = { call$0() { @@ -500583,7 +500732,7 @@ t8 = 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), t9, B.EntityType_recurringExpense, false, B.List_empty21, new A.RecurringExpenseScreen_build_closure(store), new A.RecurringExpenseScreen_build_closure0(store), new A.RecurringExpenseScreen_build_closure1(store), new A.RecurringExpenseScreen_build_closure2(store), new A.RecurringExpenseScreen_build_closure3(store), new A.RecurringExpenseScreen_build_closure4(store), new A.RecurringExpenseScreen_build_closure5(store), _null, t7, B.List_empty22, t8); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && t4.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), "recurring_expense_fab", false, new A.RecurringExpenseScreen_build_closure6(context), t2.get$newRecurringExpense()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_recurringExpense, t3, new A.RecurringExpenseScreen_build_closure7(store), t6, _null, _null, new A.RecurringExpenseScreen_build_closure8(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.RecurringExpenseListBuilder(_null), t8, B.EntityType_recurringExpense, t1, 0, _null, new A.RecurringExpenseScreen_build_closure9(store), new A.RecurringExpenseScreen_build_closure10(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_recurringExpense, t3, new A.RecurringExpenseScreen_build_closure7(store), t6, _null, _null, new A.RecurringExpenseScreen_build_closure8(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.RecurringExpenseListBuilder(_null), t8, B.EntityType_recurringExpense, t1, 0, _null, new A.RecurringExpenseScreen_build_closure9(store), new A.RecurringExpenseScreen_build_closure10(store)); } }; A.RecurringExpenseScreen_build_closure10.prototype = { @@ -500754,13 +500903,13 @@ t2[0].call$1(new A.SaveRecurringExpenseDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.recurringExpense)); t1.then$1$1(0, new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure1()); }, - $signature: 79 + $signature: 82 }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 50 + $signature: 48 }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -500789,7 +500938,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 85 + $signature: 87 }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure.prototype = { call$1(value) { @@ -500867,19 +501016,19 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._RecurringInvoiceEditState_build_closure2.prototype = { call$1(context) { return this.$this._recurring_invoice_edit$_onSavePressed$1(context); }, - $signature: 20 + $signature: 19 }; A._RecurringInvoiceEditState_build_closure0.prototype = { call$2(context, action) { return this.$this._recurring_invoice_edit$_onSavePressed$2(context, action); }, - $signature: 68 + $signature: 64 }; A._RecurringInvoiceEditState_build_closure.prototype = { call$0() { @@ -500898,7 +501047,7 @@ t5 = t3._eval$1("MappedIterable<1,BaseEntity*>"); return new A.InvoiceItemSelector(t1, new A._RecurringInvoiceEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.MappedIterable(new A.WhereIterable(t2, new A._RecurringInvoiceEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._RecurringInvoiceEditState_build___closure1(t4), t5), true, t5._eval$1("Iterable.E")), false, null); }, - $signature: 313 + $signature: 295 }; A._RecurringInvoiceEditState_build___closure0.prototype = { call$1(item) { @@ -500924,7 +501073,7 @@ } return t1; }, - $signature: 328 + $signature: 300 }; A._RecurringInvoiceEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -500938,7 +501087,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 330 + $signature: 306 }; A.__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -500983,7 +501132,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateRecurringInvoice(invoice)); }, - $signature: 141 + $signature: 149 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0.prototype = { call$3(context, invoice, client) { @@ -500995,7 +501144,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 407 + $signature: 345 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -501008,7 +501157,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 121 + $signature: 122 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -501056,7 +501205,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeleteRecurringInvoiceItem(index)); }, - $signature: 116 + $signature: 112 }; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0.prototype = { call$0() { @@ -501082,7 +501231,7 @@ t1[0].call$1(new A.UpdateRecurringInvoiceItem(index, item)); } }, - $signature: 271 + $signature: 307 }; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -501090,7 +501239,7 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 66 + $signature: 65 }; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { @@ -501125,7 +501274,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateRecurringInvoice(recurringInvoice)); }, - $signature: 141 + $signature: 149 }; A.RecurringInvoiceEditPDFScreen.prototype = { build$1(context) { @@ -501184,7 +501333,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 185 + $signature: 191 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure2.prototype = { call$0() { @@ -501272,7 +501421,7 @@ A.viewEntity(false, savedRecurringInvoice, _null, true); } }, - $signature: 73 + $signature: 70 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure2.prototype = { call$1(error) { @@ -501301,7 +501450,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.AddRecurringInvoiceItems(items)); }, - $signature: 326 + $signature: 312 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -501327,13 +501476,13 @@ t2[0].call$1(new A.SaveRecurringInvoiceDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.recurringInvoice)); t1.then$1$1(0, new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure0(context), type$.Null).catchError$1(new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure1(context)); }, - $signature: 79 + $signature: 82 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 50 + $signature: 48 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure1.prototype = { call$1(error) { @@ -501360,7 +501509,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 85 + $signature: 87 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure.prototype = { call$1(value) { @@ -501484,7 +501633,7 @@ } return t1; }, - $signature: 114 + $signature: 116 }; A.RecurringInvoiceListItem_build__closure2.prototype = { call$0() { @@ -501502,14 +501651,14 @@ call$1(value) { return null; }, - $signature: 19 + $signature: 20 }; A.RecurringInvoiceListItem_build__closure0.prototype = { call$2(context, action) { A.handleEntitiesActions(A._setArrayType([this.$this.invoice], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 68 + $signature: 64 }; A.RecurringInvoiceListItem_build__closure5.prototype = { call$0() { @@ -501527,7 +501676,7 @@ call$1(value) { return null; }, - $signature: 19 + $signature: 20 }; A.RecurringInvoiceListBuilder.prototype = { build$1(context) { @@ -501735,7 +501884,7 @@ t8 = 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), t9, B.EntityType_recurringInvoice, false, B.List_empty21, 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), t7, statuses, t8); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && t4.can$2(B.UserPermission_create, B.EntityType_recurringInvoice) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "recurring_invoice_fab", false, new A.RecurringInvoiceScreen_build_closure12(context), t2.get$newRecurringInvoice()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_recurringInvoice, t3, new A.RecurringInvoiceScreen_build_closure13(store), t6, statuses, new A.RecurringInvoiceScreen_build_closure14(store), new A.RecurringInvoiceScreen_build_closure15(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.RecurringInvoiceListBuilder(_null), t8, B.EntityType_recurringInvoice, t1, 0, _null, new A.RecurringInvoiceScreen_build_closure16(store), new A.RecurringInvoiceScreen_build_closure17(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_recurringInvoice, t3, new A.RecurringInvoiceScreen_build_closure13(store), t6, statuses, new A.RecurringInvoiceScreen_build_closure14(store), new A.RecurringInvoiceScreen_build_closure15(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.RecurringInvoiceListBuilder(_null), t8, B.EntityType_recurringInvoice, t1, 0, _null, new A.RecurringInvoiceScreen_build_closure16(store), new A.RecurringInvoiceScreen_build_closure17(store)); } }; A.RecurringInvoiceScreen_build_closure.prototype = { @@ -501746,7 +501895,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 81 + $signature: 83 }; A.RecurringInvoiceScreen_build_closure0.prototype = { call$1(b) { @@ -501757,7 +501906,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 81 + $signature: 83 }; A.RecurringInvoiceScreen_build_closure1.prototype = { call$1(b) { @@ -501768,7 +501917,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 81 + $signature: 83 }; A.RecurringInvoiceScreen_build_closure2.prototype = { call$1(b) { @@ -501782,7 +501931,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 81 + $signature: 83 }; A.RecurringInvoiceScreen_build_closure3.prototype = { call$1(b) { @@ -501793,7 +501942,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 81 + $signature: 83 }; A.RecurringInvoiceScreen_build_closure17.prototype = { call$0() { @@ -501977,7 +502126,7 @@ $defaultValues() { return [null]; }, - $signature: 325 + $signature: 314 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -501993,13 +502142,13 @@ t2[0].call$1(new A.SaveRecurringInvoiceDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.invoice)); t1.then$1$1(0, new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure1(context)); }, - $signature: 79 + $signature: 82 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 50 + $signature: 48 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -502026,7 +502175,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 85 + $signature: 87 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure.prototype = { call$1(value) { @@ -502050,7 +502199,7 @@ $defaultValues() { return [null]; }, - $signature: 322 + $signature: 315 }; A.ClientReportFields.prototype = { _enumToString$0() { @@ -502079,25 +502228,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 482 + $signature: 441 }; A.clientReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.clientReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.clientReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 482 + $signature: 441 }; A.clientReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 482 + $signature: 441 }; A.ContactReportFields.prototype = { _enumToString$0() { @@ -502126,25 +502275,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 489 + $signature: 437 }; A.contactReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.clientReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.contactReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 489 + $signature: 437 }; A.contactReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 489 + $signature: 437 }; A.CreditItemReportFields.prototype = { _enumToString$0() { @@ -502155,7 +502304,7 @@ call$6(userCompany, reportsUIState, productMap, creditMap, clientMap, staticState) { return A.lineItemReport1(userCompany, reportsUIState, productMap, creditMap, clientMap, staticState); }, - $signature: 505 + $signature: 430 }; A.lineItemReport_closure13.prototype = { call$1(e) { @@ -502167,37 +502316,37 @@ call$1(element) { return element != null; }, - $signature: 794 + $signature: 796 }; A.lineItemReport_closure15.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 519 + $signature: 580 }; A.lineItemReport_closure16.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.lineItemReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.lineItemReport_closure17.prototype = { call$1(field) { return field !== B.CreditItemReportFields_8 || this.userCompany.company.enableProductDiscount; }, - $signature: 794 + $signature: 796 }; A.lineItemReport_closure18.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 519 + $signature: 580 }; A.lineItemReport_closure19.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 519 + $signature: 580 }; A.CreditReportFields.prototype = { _enumToString$0() { @@ -502226,25 +502375,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 523 + $signature: 579 }; A.creditReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.creditReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.creditReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 523 + $signature: 579 }; A.creditReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 523 + $signature: 579 }; A.DocumentReportFields.prototype = { _enumToString$0() { @@ -502356,7 +502505,7 @@ call$2(clientId, client) { B.JSArray_methods.forEach$1(client.documents._list, new A.documentReport__closure2(this._getRow, client, this.data, this.entities)); }, - $signature: 278 + $signature: 274 }; A.documentReport__closure2.prototype = { call$1($document) { @@ -502367,7 +502516,7 @@ _this.entities.push($document); } }, - $signature: 50 + $signature: 48 }; A.documentReport_closure2.prototype = { call$2(productId, product) { @@ -502384,7 +502533,7 @@ _this.entities.push($document); } }, - $signature: 50 + $signature: 48 }; A.documentReport_closure3.prototype = { call$2(invoiceId, invoice) { @@ -502401,7 +502550,7 @@ _this.entities.push($document); } }, - $signature: 50 + $signature: 48 }; A.documentReport_closure4.prototype = { call$2(quoteId, quote) { @@ -502418,31 +502567,31 @@ _this.entities.push($document); } }, - $signature: 50 + $signature: 48 }; A.documentReport_closure5.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 549 + $signature: 539 }; A.documentReport_closure6.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.documentReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.documentReport_closure7.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 549 + $signature: 539 }; A.documentReport_closure8.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 549 + $signature: 539 }; A.ExpenseReportFields.prototype = { _enumToString$0() { @@ -502471,25 +502620,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 557 + $signature: 534 }; A.expenseReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.expenseReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.expenseReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 557 + $signature: 534 }; A.expenseReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 557 + $signature: 534 }; A.InvoiceItemReportFields.prototype = { _enumToString$0() { @@ -502500,7 +502649,7 @@ call$6(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState) { return A.lineItemReport2(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState); }, - $signature: 505 + $signature: 430 }; A.lineItemReport_closure20.prototype = { call$1(e) { @@ -502512,37 +502661,37 @@ call$1(element) { return element != null; }, - $signature: 799 + $signature: 801 }; A.lineItemReport_closure22.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 559 + $signature: 527 }; A.lineItemReport_closure23.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.lineItemReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.lineItemReport_closure24.prototype = { call$1(field) { return field !== B.InvoiceItemReportFields_8 || this.userCompany.company.enableProductDiscount; }, - $signature: 799 + $signature: 801 }; A.lineItemReport_closure25.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 559 + $signature: 527 }; A.lineItemReport_closure26.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 559 + $signature: 527 }; A.InvoiceReportFields.prototype = { _enumToString$0() { @@ -502573,7 +502722,7 @@ if (t1 != null && t1._list.length !== 0) B.JSArray_methods.forEach$1(t1._list, new A.invoiceReport__closure(this.lastPaymentMap, payment)); }, - $signature: 181 + $signature: 187 }; A.invoiceReport__closure.prototype = { call$1(paymentable) { @@ -502587,31 +502736,31 @@ } else t1.$indexSet(0, invoiceId, this.payment); }, - $signature: 173 + $signature: 171 }; A.invoiceReport_closure2.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 568 + $signature: 526 }; A.invoiceReport_closure3.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.invoiceReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.invoiceReport_closure4.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 568 + $signature: 526 }; A.invoiceReport_closure5.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 568 + $signature: 526 }; A.TaxRateReportFields0.prototype = { _enumToString$0() { @@ -502622,7 +502771,7 @@ call$9(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState) { return A.taxReport(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState); }, - $signature: 802 + $signature: 804 }; A.taxReport_closure.prototype = { call$1(e) { @@ -502640,31 +502789,31 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 343 + $signature: 380 }; A.taxReport_closure1.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.taxRateReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.taxReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 343 + $signature: 380 }; A.taxReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 343 + $signature: 380 }; A.taxReport_closure5.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 343 + $signature: 380 }; A.PaymentReportFields.prototype = { _enumToString$0() { @@ -502693,25 +502842,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 570 + $signature: 521 }; A.paymentReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.paymentReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.paymentReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 570 + $signature: 521 }; A.paymentReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 570 + $signature: 521 }; A.TaxRateReportFields.prototype = { _enumToString$0() { @@ -502722,7 +502871,7 @@ call$9(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState) { return A.paymentTaxReport(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState); }, - $signature: 802 + $signature: 804 }; A.paymentTaxReport_closure.prototype = { call$1(e) { @@ -502740,31 +502889,31 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 338 + $signature: 373 }; A.paymentTaxReport_closure1.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.taxRateReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.paymentTaxReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 338 + $signature: 373 }; A.paymentTaxReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 338 + $signature: 373 }; A.paymentTaxReport_closure5.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 338 + $signature: 373 }; A.ProductReportFields.prototype = { _enumToString$0() { @@ -502793,25 +502942,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 580 + $signature: 505 }; A.productReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.productReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.productReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 580 + $signature: 505 }; A.productReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 580 + $signature: 505 }; A.ProfitAndLossReportFields.prototype = { _enumToString$0() { @@ -502840,31 +502989,31 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 382 + $signature: 367 }; A.profitAndLossReport_closure1.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.profitAndLossReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.profitAndLossReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 382 + $signature: 367 }; A.profitAndLossReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 382 + $signature: 367 }; A.profitAndLossReport_closure5.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 382 + $signature: 367 }; A.PurchaseOrderItemReportFields.prototype = { _enumToString$0() { @@ -502887,37 +503036,37 @@ call$1(element) { return element != null; }, - $signature: 808 + $signature: 810 }; A.lineItemReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 487 + $signature: 452 }; A.lineItemReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.lineItemReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.lineItemReport_closure3.prototype = { call$1(field) { return field !== B.PurchaseOrderItemReportFields_7 || this.userCompany.company.enableProductDiscount; }, - $signature: 808 + $signature: 810 }; A.lineItemReport_closure4.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 487 + $signature: 452 }; A.lineItemReport_closure5.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 487 + $signature: 452 }; A.PurchaseOrderReportFields.prototype = { _enumToString$0() { @@ -502928,7 +503077,7 @@ call$7(userCompany, reportsUIState, purchaseOrderMap, clientMap, vendorMap, userMap, staticState) { return A.purchaseOrderReport(userCompany, reportsUIState, purchaseOrderMap, clientMap, vendorMap, userMap, staticState); }, - $signature: 810 + $signature: 812 }; A.purchaseOrderReport_closure.prototype = { call$1(e) { @@ -502946,25 +503095,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 473 + $signature: 451 }; A.purchaseOrderReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.purchaseOrderReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.purchaseOrderReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 473 + $signature: 451 }; A.purchaseOrderReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 473 + $signature: 451 }; A.QuoteItemReportFields.prototype = { _enumToString$0() { @@ -502975,7 +503124,7 @@ call$6(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState) { return A.lineItemReport0(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState); }, - $signature: 505 + $signature: 430 }; A.lineItemReport_closure6.prototype = { call$1(e) { @@ -502987,37 +503136,37 @@ call$1(element) { return element != null; }, - $signature: 812 + $signature: 814 }; A.lineItemReport_closure8.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 469 + $signature: 450 }; A.lineItemReport_closure9.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.lineItemReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.lineItemReport_closure10.prototype = { call$1(field) { return field !== B.QuoteItemReportFields_8 || this.userCompany.company.enableProductDiscount; }, - $signature: 812 + $signature: 814 }; A.lineItemReport_closure11.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 469 + $signature: 450 }; A.lineItemReport_closure12.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 469 + $signature: 450 }; A.QuoteReportFields.prototype = { _enumToString$0() { @@ -503028,7 +503177,7 @@ call$7(userCompany, reportsUIState, quoteMap, clientMap, vendorMap, userMap, staticState) { return A.quoteReport(userCompany, reportsUIState, quoteMap, clientMap, vendorMap, userMap, staticState); }, - $signature: 810 + $signature: 812 }; A.quoteReport_closure.prototype = { call$1(e) { @@ -503046,25 +503195,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 430 + $signature: 436 }; A.quoteReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.quoteReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.quoteReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 430 + $signature: 436 }; A.quoteReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 430 + $signature: 436 }; A.RecurringExpenseReportFields.prototype = { _enumToString$0() { @@ -503093,25 +503242,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 428 + $signature: 434 }; A.recurringExpenseReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.expenseReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.recurringExpenseReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 428 + $signature: 434 }; A.recurringExpenseReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 428 + $signature: 434 }; A.RecurringInvoiceReportFields.prototype = { _enumToString$0() { @@ -503140,25 +503289,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 433 + $signature: 587 }; A.recurringInvoiceReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.invoiceReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.recurringInvoiceReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 433 + $signature: 587 }; A.recurringInvoiceReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 433 + $signature: 587 }; A.ReportCharts.prototype = { build$1(context) { @@ -503211,7 +503360,7 @@ call$2(_, __) { return A.ColorUtil_fromDartColor(this.state.get$accentColor()); }, - $signature: 817 + $signature: 819 }; A.ReportCharts_build_closure1.prototype = { call$2(item, _) { @@ -503224,13 +503373,13 @@ call$2(item, _) { return J.$index$asx(item, "value"); }, - $signature: 818 + $signature: 820 }; A.ReportCharts_build_closure0.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$.legacy_String, type$.legacy_Object); }, - $signature: 819 + $signature: 821 }; A.ReportCharts_build_closure3.prototype = { call$1(element) { @@ -503248,7 +503397,7 @@ call$2(_, __) { return A.ColorUtil_fromDartColor(this.state.get$accentColor()); }, - $signature: 817 + $signature: 819 }; A.ReportCharts_build_closure7.prototype = { call$2(item, _) { @@ -503260,13 +503409,13 @@ call$2(item, _) { return J.$index$asx(item, "value"); }, - $signature: 818 + $signature: 820 }; 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$.legacy_String, type$.legacy_Object); }, - $signature: 819 + $signature: 821 }; A.ReportsScreen.prototype = { build$1(context) { @@ -503480,7 +503629,7 @@ t1 = this.localization.get$menuSidebar(); return A.InkWell$(false, _null, true, A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null), _null, new A.ReportsScreen_build__closure6(context), _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: 545 + $signature: 551 }; A.ReportsScreen_build__closure6.prototype = { call$0() { @@ -503593,7 +503742,7 @@ b.addAll$1(0, t1); return b; }, - $signature: 237 + $signature: 251 }; A.ReportsScreen_build_closure10.prototype = { call$1(column) { @@ -503624,32 +503773,32 @@ b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([t1, t2], t3, t3)); return b; }, - $signature: 237 + $signature: 251 }; A.ReportsScreen_build_closure13.prototype = { call$1(value) { return value !== B.DateRange_allTime; }, - $signature: 239 + $signature: 215 }; A.ReportsScreen_build_closure14.prototype = { call$1(dateRange) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(J.toString$0$(dateRange)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.legacy_DateRange); }, - $signature: 287 + $signature: 279 }; A.ReportsScreen_build_closure15.prototype = { call$2(date, _) { return this.$this.viewModel.onSettingsChanged.call$1$customStartDate(date); }, - $signature: 285 + $signature: 278 }; A.ReportsScreen_build_closure16.prototype = { call$2(date, _) { return this.$this.viewModel.onSettingsChanged.call$1$customEndDate(date); }, - $signature: 285 + $signature: 278 }; A.ReportsScreen_build_closure19.prototype = { call$1(value) { @@ -503703,7 +503852,7 @@ var t1 = this.localization; return new A.AppTextButton(t1.get$columns(t1), new A.ReportsScreen_build__closure3(this.$this, context, this.reportResult), true, null, null); }, - $signature: 378 + $signature: 397 }; A.ReportsScreen_build__closure3.prototype = { call$0() { @@ -503722,7 +503871,7 @@ call$1(selected) { this.$this.viewModel.onReportColumnsChanged.call$2(this.context, selected); }, - $signature: 110 + $signature: 108 }; A.ReportsScreen_build_closure21.prototype = { call$0() { @@ -503761,7 +503910,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, t3, _null); }, - $signature: 562 + $signature: 566 }; A.ReportsScreen_build__closure1.prototype = { call$0() { @@ -503800,7 +503949,7 @@ call$1(context) { return new A.UpgradeDialog(null); }, - $signature: 332 + $signature: 276 }; A.ReportsScreen_build_closure25.prototype = { call$1(context) { @@ -503824,7 +503973,7 @@ call$1(selected) { this.$this.viewModel.onReportColumnsChanged.call$2(this.context, selected); }, - $signature: 110 + $signature: 108 }; A.ReportsScreen_build_closure26.prototype = { call$0() { @@ -503947,7 +504096,7 @@ b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([this.column, this.value], t1, t1)); return b; }, - $signature: 237 + $signature: 251 }; A._ReportDataTableState_didChangeDependencies_closure.prototype = { call$0() { @@ -503961,7 +504110,7 @@ b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([this.column, this.value], t1, t1)); return b; }, - $signature: 237 + $signature: 251 }; A._ReportDataTableState_dispose_closure.prototype = { call$1(i) { @@ -503987,7 +504136,7 @@ t2 = this.sortedColumns[index]; return t1.onReportSorted.call$2(t2, ascending); }, - $signature: 821 + $signature: 823 }; A.TotalsDataTable.prototype = { build$1(context) { @@ -504004,7 +504153,7 @@ call$2(index, ascending) { return this.$this.viewModel.onReportTotalsSorted.call$2(index, ascending); }, - $signature: 821 + $signature: 823 }; A.ReportColumnType.prototype = { _enumToString$0() { @@ -504392,14 +504541,14 @@ call$1(value) { return value !== B.DateRange_allTime; }, - $signature: 239 + $signature: 215 }; A.ReportResult_tableFilters_closure5.prototype = { call$1(dateRange) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(J.toString$0$(dateRange)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.legacy_DateRange); }, - $signature: 287 + $signature: 279 }; A.ReportResult_tableFilters_closure9.prototype = { call$1(textEditingValue) { @@ -504451,7 +504600,7 @@ var t1 = this.textEditingController; t1.set$selection(A.TextSelection$fromPosition(new A.TextPosition(t1._change_notifier$_value.text.length, B.TextAffinity_1))); }, - $signature: 38 + $signature: 39 }; A.ReportResult_tableFilters_closure6.prototype = { call$4(context, textEditingController, focusNode, onFieldSubmitted) { @@ -504459,7 +504608,7 @@ 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, 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_HFpTk_4288585374, _null), _null, new A.ReportResult_tableFilters__closure3(_this.textEditingControllers, _this.column, _this.onFilterChanged, _this.textEditingFocusNodes), _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: 537 + $signature: 465 }; A.ReportResult_tableFilters__closure3.prototype = { call$0() { @@ -504501,7 +504650,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: 776 + $signature: 778 }; A.ReportResult_tableFilters___closure.prototype = { call$0() { @@ -504572,7 +504721,7 @@ b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([this.column, this._box_0.filter], t1, t1)); return b; }, - $signature: 237 + $signature: 251 }; A.ReportResult_totalColumns_closure.prototype = { call$1(column) { @@ -504866,7 +505015,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.UpdateReportSettings(t1, _null, _null, _null, _null, _null, column, _null, _null, _null)); }, - $signature: 44 + $signature: 43 }; A.ReportsScreenVM_fromStore_closure3.prototype = { call$2(index, ascending) { @@ -504885,7 +505034,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateReportSettings(this.report, filterMap, _null, "", _null, _null, _null, _null, _null, _null)); }, - $signature: 822 + $signature: 824 }; A.ReportsScreenVM_fromStore_closure.prototype = { call$2(context, columns) { @@ -504900,14 +505049,14 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveUserSettingsRequest(completer, user)); }, - $signature: 823 + $signature: 825 }; 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: 641 + $signature: 643 }; A.ReportsScreenVM_fromStore___closure0.prototype = { call$1(b) { @@ -504924,7 +505073,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 97 + $signature: 95 }; A.ReportsScreenVM_fromStore__closure8.prototype = { call$1(b) { @@ -504934,7 +505083,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 105 + $signature: 106 }; A.ReportsScreenVM_fromStore_closure4.prototype = { call$7$chart$customEndDate$customStartDate$group$report$selectedGroup$subgroup(chart, customEndDate, customStartDate, group, report, selectedGroup, subgroup) { @@ -505153,25 +505302,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 454 + $signature: 572 }; A.taskReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.taskReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.taskReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 454 + $signature: 572 }; A.taskReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 454 + $signature: 572 }; A.TransactionReportFields.prototype = { _enumToString$0() { @@ -505222,25 +505371,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 458 + $signature: 570 }; A.transactionReport_closure5.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.transactionReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.transactionReport_closure6.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 458 + $signature: 570 }; A.transactionReport_closure7.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 458 + $signature: 570 }; A.VendorReportFields.prototype = { _enumToString$0() { @@ -505269,25 +505418,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 463 + $signature: 543 }; A.vendorReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.vendorReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.vendorReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 463 + $signature: 543 }; A.vendorReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 463 + $signature: 543 }; A.ScheduleEdit.prototype = { createState$0() { @@ -505360,20 +505509,20 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_schedule_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._ScheduleEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_schedule_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._ScheduleEditState_dispose_closure.prototype = { call$1(controller) { controller.removeListener$1(0, this.$this.get$_schedule_edit$_onChanged()); controller.dispose$0(); }, - $signature: 75 + $signature: 78 }; A._ScheduleEditState__onChanged_closure.prototype = { call$0() { @@ -505388,19 +505537,19 @@ call$1(b) { return b; }, - $signature: 78 + $signature: 75 }; A._ScheduleEditState_build_closure0.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._ScheduleEditState_build_closure1.prototype = { call$1(context) { return this.$this._onSavePressed$0(); }, - $signature: 20 + $signature: 19 }; A._ScheduleEditState_build_closure.prototype = { call$1(context) { @@ -505498,7 +505647,7 @@ } return new A.ScrollableListView(t4, _null, _null, _null, false, _null); }, - $signature: 139 + $signature: 133 }; A._ScheduleEditState_build__closure0.prototype = { call$1(value) { @@ -505520,7 +505669,7 @@ t2._schedule_model$_$v = t1; return b; }, - $signature: 78 + $signature: 75 }; A._ScheduleEditState_build__closure.prototype = { call$1(entry) { @@ -505533,14 +505682,14 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure14(date))); }, - $signature: 44 + $signature: 43 }; A._ScheduleEditState_build___closure14.prototype = { call$1(b) { b.get$_schedule_model$_$this()._nextRun = this.date; return b; }, - $signature: 78 + $signature: 75 }; A._ScheduleEditState_build__closure2.prototype = { call$1(value) { @@ -505568,7 +505717,7 @@ b.get$_schedule_model$_$this()._schedule_model$_remainingCycles = t1; return b; }, - $signature: 78 + $signature: 75 }; A._ScheduleEditState_build__closure3.prototype = { call$1(entry) { @@ -505576,7 +505725,7 @@ t1 = entry.get$key(entry); return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.get$value(entry)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, type$.legacy_String); }, - $signature: 290 + $signature: 319 }; A._ScheduleEditState_build__closure6.prototype = { call$1(value) { @@ -505589,14 +505738,14 @@ b.get$_schedule_model$_$this()._schedule_model$_remainingCycles = this.value; return b; }, - $signature: 78 + $signature: 75 }; A._ScheduleEditState_build__closure5.prototype = { call$1(value) { var _null = null; return A.DropdownMenuItem$(A.Text$(A.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_int); }, - $signature: 162 + $signature: 166 }; A._ScheduleEditState_build__closure9.prototype = { call$1(value) { @@ -505611,20 +505760,20 @@ t1.get$_schedule_model$_$this()._dateRange = t2; return b; }, - $signature: 78 + $signature: 75 }; A._ScheduleEditState_build__closure7.prototype = { call$1(value) { return value !== B.DateRange_custom; }, - $signature: 239 + $signature: 215 }; A._ScheduleEditState_build__closure8.prototype = { call$1(dateRange) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(J.toString$0$(dateRange)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.legacy_DateRange); }, - $signature: 287 + $signature: 279 }; A._ScheduleEditState_build__closure11.prototype = { call$1(value) { @@ -505637,7 +505786,7 @@ b.get$parameters(b).get$_schedule_model$_$this()._schedule_model$_status = this.value; return b; }, - $signature: 78 + $signature: 75 }; A._ScheduleEditState_build__closure10.prototype = { call$1(value) { @@ -505650,40 +505799,40 @@ call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure9(value))); }, - $signature: 19 + $signature: 20 }; A._ScheduleEditState_build___closure9.prototype = { call$1(b) { b.get$parameters(b).get$_schedule_model$_$this()._showAgingTable = this.value; return b; }, - $signature: 78 + $signature: 75 }; A._ScheduleEditState_build__closure13.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure8(value))); }, - $signature: 19 + $signature: 20 }; A._ScheduleEditState_build___closure8.prototype = { call$1(b) { b.get$parameters(b).get$_schedule_model$_$this()._showPaymentsTable = this.value; return b; }, - $signature: 78 + $signature: 75 }; A._ScheduleEditState_build__closure14.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure7(value))); }, - $signature: 19 + $signature: 20 }; A._ScheduleEditState_build___closure7.prototype = { call$1(b) { b.get$parameters(b).get$_schedule_model$_$this()._onlyClientsWithInvoices = this.value; return b; }, - $signature: 78 + $signature: 75 }; A._ScheduleEditState_build__closure15.prototype = { call$1(value) { @@ -505707,7 +505856,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 78 + $signature: 75 }; A._ScheduleEditState_build___closure6.prototype = { call$0() { @@ -505727,7 +505876,7 @@ B.JSArray_methods.remove$1(t1.get$clients(t1).get$_safeList(), this.clientId); return b; }, - $signature: 78 + $signature: 75 }; A._ScheduleEditState_build__closure18.prototype = { call$1(value) { @@ -505741,7 +505890,7 @@ b.get$parameters(b).get$_schedule_model$_$this()._entityId = ""; return b; }, - $signature: 78 + $signature: 75 }; A._ScheduleEditState_build__closure17.prototype = { call$1(entityType) { @@ -505767,7 +505916,7 @@ t1.get$_schedule_model$_$this()._entityId = t2; return b; }, - $signature: 78 + $signature: 75 }; A._ScheduleEditState_build__closure20.prototype = { call$1(value) { @@ -505785,7 +505934,7 @@ t1.get$_schedule_model$_$this()._entityId = t2; return b; }, - $signature: 78 + $signature: 75 }; A._ScheduleEditState_build__closure21.prototype = { call$1(value) { @@ -505803,7 +505952,7 @@ t1.get$_schedule_model$_$this()._entityId = t2; return b; }, - $signature: 78 + $signature: 75 }; A._ScheduleEditState_build__closure22.prototype = { call$1(value) { @@ -505821,7 +505970,7 @@ t1.get$_schedule_model$_$this()._entityId = t2; return b; }, - $signature: 78 + $signature: 75 }; A.ScheduleEditScreen.prototype = { build$1(context) { @@ -505855,7 +506004,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSchedule(schedule)); }, - $signature: 409 + $signature: 406 }; A.ScheduleEditVM_ScheduleEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -505933,7 +506082,7 @@ } else A.viewEntity(false, savedSchedule, null, true); }, - $signature: 409 + $signature: 406 }; A.ScheduleEditVM_ScheduleEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -506144,7 +506293,7 @@ t7 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t6), B.EntityType_schedule, false, B.List_empty21, 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"], t6), B.List_empty22, t7); 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), "schedule_fab", false, new A.ScheduleScreen_build_closure6(context), t4.get$newSchedule()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_schedule, t3, new A.ScheduleScreen_build_closure7(store), t5, _null, _null, new A.ScheduleScreen_build_closure8(store), new A.ValueKey("__filter_" + t2 + "__", type$.ValueKey_legacy_String)), new A.ScheduleListBuilder(_null), t7, B.EntityType_schedule, t1, 0, _null, new A.ScheduleScreen_build_closure9(store), new A.ScheduleScreen_build_closure10(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_schedule, t3, new A.ScheduleScreen_build_closure7(store), t5, _null, _null, new A.ScheduleScreen_build_closure8(store), new A.ValueKey("__filter_" + t2 + "__", type$.ValueKey_legacy_String)), new A.ScheduleListBuilder(_null), t7, B.EntityType_schedule, t1, 0, _null, new A.ScheduleScreen_build_closure9(store), new A.ScheduleScreen_build_closure10(store)); } }; A.ScheduleScreen_build_closure10.prototype = { @@ -506555,7 +506704,7 @@ t1.enabledModules = (enabledModules ^ t3) >>> 0; this.viewModel.onCompanyChanged.call$1(t2.rebuild$1(new A._AccountManagementState_build___closure(t1))); }, - $signature: 19 + $signature: 20 }; A._AccountManagementState_build___closure.prototype = { call$1(b) { @@ -506595,7 +506744,7 @@ call$1(value) { this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._AccountManagementState_build__closure(value))); }, - $signature: 19 + $signature: 20 }; A._AccountManagementState_build__closure.prototype = { call$1(b) { @@ -506811,7 +506960,7 @@ } return stats; }, - $signature: 135 + $signature: 132 }; A._AccountOverview_build_closure.prototype = { call$0() { @@ -506836,13 +506985,13 @@ call$1(context) { return new A.UpgradeDialog(null); }, - $signature: 332 + $signature: 276 }; A._AccountOverview_build_closure1.prototype = { call$1(value) { this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._AccountOverview_build__closure6(value))); }, - $signature: 19 + $signature: 20 }; A._AccountOverview_build__closure6.prototype = { call$1(b) { @@ -506855,7 +507004,7 @@ call$1(value) { this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._AccountOverview_build__closure5(value))); }, - $signature: 19 + $signature: 20 }; A._AccountOverview_build__closure5.prototype = { call$1(b) { @@ -506868,7 +507017,7 @@ call$1(value) { this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._AccountOverview_build__closure4(value))); }, - $signature: 19 + $signature: 20 }; A._AccountOverview_build__closure4.prototype = { call$1(b) { @@ -506881,7 +507030,7 @@ call$1(value) { this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._AccountOverview_build__closure3(value))); }, - $signature: 19 + $signature: 20 }; A._AccountOverview_build__closure3.prototype = { call$1(b) { @@ -506894,7 +507043,7 @@ call$1(value) { this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._AccountOverview_build__closure2(value))); }, - $signature: 19 + $signature: 20 }; A._AccountOverview_build__closure2.prototype = { call$1(b) { @@ -506950,7 +507099,7 @@ call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget), null); }, - $signature: 168 + $signature: 175 }; A._AccountOverview_build___closure2.prototype = { call$1(response) { @@ -507095,7 +507244,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 283 + $signature: 282 }; A._AccountOverview_build___closure.prototype = { call$2(password, idToken) { @@ -507155,13 +507304,13 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.DeleteCompanyRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_Null), password, reason)); }, - $signature: 644 + $signature: 646 }; A.AccountManagementVM_fromStore__closure.prototype = { call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget), null); }, - $signature: 168 + $signature: 175 }; A.AccountManagementVM_fromStore__closure0.prototype = { call$1(value) { @@ -507263,7 +507412,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.PurgeDataRequest(completer, password, idToken)); }, - $signature: 828 + $signature: 830 }; A.AccountManagementVM_fromStore_closure4.prototype = { call$0() { @@ -507763,7 +507912,7 @@ call$1(context) { return this.$this._client_portal$_onSavePressed$1(context); }, - $signature: 20 + $signature: 19 }; A._ClientPortalState_build_closure.prototype = { call$1(value) { @@ -507797,7 +507946,7 @@ call$1(value) { return this.$this._validateSubdomain$0(); }, - $signature: 89 + $signature: 88 }; A._ClientPortalState_build_closure2.prototype = { call$1(val) { @@ -508097,7 +508246,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 346 + $signature: 375 }; A.ClientPortalVM_fromStore_closure0.prototype = { call$1(company) { @@ -508704,7 +508853,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure3(value))); }, - $signature: 284 + $signature: 301 }; A._CompanyDetailsState_build__closure3.prototype = { call$1(b) { @@ -508718,7 +508867,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure2(value))); }, - $signature: 284 + $signature: 301 }; A._CompanyDetailsState_build__closure2.prototype = { call$1(b) { @@ -508732,7 +508881,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure1(value))); }, - $signature: 284 + $signature: 301 }; A._CompanyDetailsState_build__closure1.prototype = { call$1(b) { @@ -508746,7 +508895,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure0(value))); }, - $signature: 284 + $signature: 301 }; A._CompanyDetailsState_build__closure0.prototype = { call$1(b) { @@ -508779,7 +508928,7 @@ call$3($document, password, idToken) { return this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 136 + $signature: 131 }; A._CompanyDetailsState_build_closure16.prototype = { call$0() { @@ -508827,7 +508976,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 346 + $signature: 375 }; A.CompanyDetailsVM_fromStore_closure0.prototype = { call$1(company) { @@ -508879,14 +509028,14 @@ b.get$settings().get$_settings_model$_$this()._companyLogo = null; return b; }, - $signature: 495 + $signature: 496 }; A.CompanyDetailsVM_fromStore__closure4.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) { @@ -508957,7 +509106,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UploadLogoRequest(completer, multipartFile, type)); }, - $signature: 79 + $signature: 82 }; A.CompanyDetailsVM_fromStore_closure4.prototype = { call$1(context) { @@ -508984,13 +509133,13 @@ t2[0].call$1(new A.SaveCompanyDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile)); t1.then$1$1(0, new A.CompanyDetailsVM_fromStore__closure0(context), type$.Null).catchError$1(new A.CompanyDetailsVM_fromStore__closure1(context)); }, - $signature: 79 + $signature: 82 }; A.CompanyDetailsVM_fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 50 + $signature: 48 }; A.CompanyDetailsVM_fromStore__closure1.prototype = { call$1(error) { @@ -509017,7 +509166,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 85 + $signature: 87 }; A.CompanyDetailsVM_fromStore__closure.prototype = { call$1(value) { @@ -509209,7 +509358,7 @@ if (t2._list[t1].userCompany.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 231 + $signature: 259 }; A.CustomFieldsSettings.prototype = { build$1(context) { @@ -509478,7 +509627,7 @@ call$1(value) { return null; }, - $signature: 19 + $signature: 20 }; A._CustomFormFieldState_build_closure0.prototype = { call$0() { @@ -509921,39 +510070,39 @@ var t1 = value ? B.AppLayout_mobile : B.AppLayout_desktop; this.viewModel.onLayoutChanged.call$2(this.context, t1); }, - $signature: 19 + $signature: 20 }; A._DeviceSettingsState_build_closure0.prototype = { call$1(value) { var t1 = value ? B.AppSidebarMode_float : B.AppSidebarMode_collapse; this.viewModel.onMenuModeChanged.call$2(this.context, t1); }, - $signature: 19 + $signature: 20 }; A._DeviceSettingsState_build_closure1.prototype = { call$1(value) { var t1 = value ? B.AppSidebarMode_float : B.AppSidebarMode_visible; this.viewModel.onHistoryModeChanged.call$2(this.context, t1); }, - $signature: 19 + $signature: 20 }; A._DeviceSettingsState_build_closure2.prototype = { call$1(value) { this.viewModel.onTapSelectedChanged.call$2(this.context, value); }, - $signature: 19 + $signature: 20 }; A._DeviceSettingsState_build_closure3.prototype = { call$1(value) { this.viewModel.onEditAfterSavingChanged.call$2(this.context, value); }, - $signature: 19 + $signature: 20 }; A._DeviceSettingsState_build_closure4.prototype = { call$1(value) { this.viewModel.onLongPressSelectionIsDefault.call$2(this.context, !value); }, - $signature: 19 + $signature: 20 }; A._DeviceSettingsState_build_closure5.prototype = { call$1(value) { @@ -509971,7 +510120,7 @@ call$1(value) { this.viewModel.onShowPdfSideBySideChanged.call$2(this.context, value); }, - $signature: 19 + $signature: 20 }; A._DeviceSettingsState_build_closure8.prototype = { call$1(value) { @@ -510043,7 +510192,7 @@ return ""; return J.$add$ansx(this.localization.get$lastUpdated(), ": ") + A.format(A.convertTimestampToDate(B.JSNumber_methods.round$0(t3[t2].lastUpdated / 1000)), false, A.localeSelector(t1, true)); }, - $signature: 135 + $signature: 132 }; A._DeviceSettingsState_build__closure5.prototype = { call$0() { @@ -510106,7 +510255,7 @@ b.get$_safeMap().clear$0(0); return b; }, - $signature: 237 + $signature: 251 }; A._DeviceSettingsState_build__closure3.prototype = { call$1(b) { @@ -510143,7 +510292,7 @@ b.$indexSet(0, this.selector, t1); return t1; }, - $signature: 830 + $signature: 832 }; A._DeviceSettingsState_build_closure21.prototype = { call$0() { @@ -510207,7 +510356,7 @@ b.$indexSet(0, t2, t1); return t1; }, - $signature: 830 + $signature: 832 }; A.__DeviceSettingsState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -510241,7 +510390,7 @@ call$1(context) { return A.showRefreshDataDialog(context, true); }, - $signature: 20 + $signature: 19 }; A.DeviceSettingsVM_fromStore_closure0.prototype = { call$1(context) { @@ -510286,7 +510435,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 831 + $signature: 833 }; A.DeviceSettingsVM_fromStore_closure7.prototype = { call$2(context, value) { @@ -510313,7 +510462,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 299 + $signature: 271 }; A.DeviceSettingsVM_fromStore_closure4.prototype = { call$2(context, value) { @@ -510349,7 +510498,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 833 + $signature: 835 }; A.DeviceSettingsVM_fromStore_closure5.prototype = { call$2(context, value) { @@ -510385,7 +510534,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 833 + $signature: 835 }; A.DeviceSettingsVM_fromStore_closure8.prototype = { call$2(context, value) { @@ -510412,7 +510561,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 299 + $signature: 271 }; A.DeviceSettingsVM_fromStore_closure15.prototype = { call$2(context, value) { @@ -510441,7 +510590,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 299 + $signature: 271 }; A.DeviceSettingsVM_fromStore_closure12.prototype = { call$2(context, value) { @@ -510451,7 +510600,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 219 + $signature: 210 }; A.DeviceSettingsVM_fromStore_closure13.prototype = { call$2(context, value) { @@ -510461,7 +510610,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 219 + $signature: 210 }; A.DeviceSettingsVM_fromStore_closure14.prototype = { call$2(context, value) { @@ -510471,7 +510620,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 219 + $signature: 210 }; A.DeviceSettingsVM_fromStore_closure18.prototype = { call$2(context, value) { @@ -510491,7 +510640,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 219 + $signature: 210 }; A.DeviceSettingsVM_fromStore_closure17.prototype = { call$2(context, value) { @@ -510501,7 +510650,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 219 + $signature: 210 }; A.DeviceSettingsVM_fromStore_closure6.prototype = { call$2(context, value) { @@ -510542,7 +510691,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 831 + $signature: 833 }; A.DeviceSettingsVM_fromStore_closure9.prototype = { call$2(context, value) { @@ -510569,7 +510718,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 299 + $signature: 271 }; A.DeviceSettingsVM_fromStore_closure3.prototype = { call$2(context, value) { @@ -510620,7 +510769,7 @@ t1[0].call$1(new A.ViewMainScreen()); } }, - $signature: 38 + $signature: 39 }; A.DeviceSettingsVM_fromStore_closure10.prototype = { call$2(context, value) { @@ -510686,7 +510835,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 299 + $signature: 271 }; A.DeviceSettingsVM_fromStore_closure19.prototype = { call$0() { @@ -510766,7 +510915,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdatedSettingUI()); }, - $signature: 822 + $signature: 824 }; A.DeviceSettingsVM_fromStore_closure11.prototype = { call$2(context, value) { @@ -510780,7 +510929,7 @@ else t2[0].call$1(new A.ClearPersistedData()); }, - $signature: 219 + $signature: 210 }; A.EmailSettings.prototype = { createState$0() { @@ -511164,7 +511313,7 @@ type$.legacy_UserEntity._as(entity); return entity.get$fullName() + " \u2022 " + entity.email; }, - $signature: 131 + $signature: 134 }; A._EmailSettingsState_build_closure3.prototype = { call$0() { @@ -511193,7 +511342,7 @@ type$.legacy_UserEntity._as(entity); return entity.get$fullName() + " \u2022 " + entity.email; }, - $signature: 131 + $signature: 134 }; A._EmailSettingsState_build_closure6.prototype = { call$1(value) { @@ -511261,7 +511410,7 @@ } return A.DropdownMenuItem$(A.Text$(timeLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, hour, type$.legacy_int); }, - $signature: 162 + $signature: 166 }; A._EmailSettingsState_build_closure13.prototype = { call$1(value) { @@ -511433,7 +511582,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 190 + $signature: 182 }; A.EmailSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -511761,7 +511910,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 346 + $signature: 375 }; A.ExpenseSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -512008,7 +512157,7 @@ if (this.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 231 + $signature: 259 }; A._GeneratedNumbersState_dispose_closure.prototype = { call$1(controller) { @@ -512087,7 +512236,7 @@ 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$.legacy_int); }, - $signature: 162 + $signature: 166 }; A._GeneratedNumbersState_build_closure1.prototype = { call$1(value) { @@ -512120,13 +512269,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$.legacy_String), type$.MapEntry_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String); }, - $signature: 435 + $signature: 455 }; 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: 285 + $signature: 278 }; A._GeneratedNumbersState_build__closure13.prototype = { call$1(b) { @@ -512165,7 +512314,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure10(counter, pattern))); }, - $signature: 129 + $signature: 128 }; A._GeneratedNumbersState_build__closure10.prototype = { call$1(b) { @@ -512179,7 +512328,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure9(counter, pattern))); }, - $signature: 129 + $signature: 128 }; A._GeneratedNumbersState_build__closure9.prototype = { call$1(b) { @@ -512193,7 +512342,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure8(counter, pattern))); }, - $signature: 129 + $signature: 128 }; A._GeneratedNumbersState_build__closure8.prototype = { call$1(b) { @@ -512207,7 +512356,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure7(counter, pattern))); }, - $signature: 129 + $signature: 128 }; A._GeneratedNumbersState_build__closure7.prototype = { call$1(b) { @@ -512221,7 +512370,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure6(counter, pattern))); }, - $signature: 129 + $signature: 128 }; A._GeneratedNumbersState_build__closure6.prototype = { call$1(b) { @@ -512235,7 +512384,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure5(counter, pattern))); }, - $signature: 129 + $signature: 128 }; A._GeneratedNumbersState_build__closure5.prototype = { call$1(b) { @@ -512249,7 +512398,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure4(counter, pattern))); }, - $signature: 129 + $signature: 128 }; A._GeneratedNumbersState_build__closure4.prototype = { call$1(b) { @@ -512263,7 +512412,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure3(counter, pattern))); }, - $signature: 129 + $signature: 128 }; A._GeneratedNumbersState_build__closure3.prototype = { call$1(b) { @@ -512277,7 +512426,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure2(counter, pattern))); }, - $signature: 129 + $signature: 128 }; A._GeneratedNumbersState_build__closure2.prototype = { call$1(b) { @@ -512291,7 +512440,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure1(counter, pattern))); }, - $signature: 129 + $signature: 128 }; A._GeneratedNumbersState_build__closure1.prototype = { call$1(b) { @@ -512305,7 +512454,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure0(counter, pattern))); }, - $signature: 129 + $signature: 128 }; A._GeneratedNumbersState_build__closure0.prototype = { call$1(b) { @@ -512319,7 +512468,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure(counter, pattern))); }, - $signature: 129 + $signature: 128 }; A._GeneratedNumbersState_build__closure.prototype = { call$1(b) { @@ -512473,7 +512622,7 @@ 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: 637 + $signature: 639 }; A.HelpPanel_build__closure.prototype = { call$0() { @@ -512519,7 +512668,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 190 + $signature: 182 }; A.GeneratedNumbersVM_fromStore_closure.prototype = { call$1(context) { @@ -512733,7 +512882,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(A.S(importType)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, importType, type$.legacy_ImportType); }, - $signature: 838 + $signature: 840 }; A._ImportExportState_build_closure5.prototype = { call$1(value) { @@ -512811,7 +512960,7 @@ var t1 = this.$this; t1.setState$1(new A._ImportExportState_build__closure3(t1, date)); }, - $signature: 44 + $signature: 43 }; A._ImportExportState_build__closure3.prototype = { call$0() { @@ -512824,7 +512973,7 @@ var t1 = this.$this; t1.setState$1(new A._ImportExportState_build__closure2(t1, date)); }, - $signature: 44 + $signature: 43 }; A._ImportExportState_build__closure2.prototype = { call$0() { @@ -513043,7 +513192,7 @@ t1._import_export$_isLoading = false; return A.LinkedHashSet_LinkedHashSet$_literal([false, t1._multipartFiles.clear$0(0)], type$.void); }, - $signature: 839 + $signature: 841 }; A._FileImportState_uploadJsonFile_closure1.prototype = { call$1(error) { @@ -513085,7 +513234,7 @@ t1._import_export$_isLoading = false; return A.LinkedHashSet_LinkedHashSet$_literal([false, t1._multipartFiles.clear$0(0)], type$.void); }, - $signature: 839 + $signature: 841 }; A._FileImportState_uploadFile_closure1.prototype = { call$1(error) { @@ -513112,7 +513261,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(A.S(importType)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, importType, type$.legacy_ImportType); }, - $signature: 838 + $signature: 840 }; A._FileImportState_build_closure1.prototype = { call$0() { @@ -513161,7 +513310,7 @@ var t1 = this.$this; return t1.setState$1(new A._FileImportState_build__closure0(t1, value)); }, - $signature: 43 + $signature: 44 }; A._FileImportState_build__closure0.prototype = { call$0() { @@ -513174,7 +513323,7 @@ var t1 = this.$this; return t1.setState$1(new A._FileImportState_build__closure(t1, value)); }, - $signature: 43 + $signature: 44 }; A._FileImportState_build__closure.prototype = { call$0() { @@ -513318,7 +513467,7 @@ var t1 = this.$this; return t1.setState$1(new A.__FileMapperState_build__closure5(t1, value)); }, - $signature: 43 + $signature: 44 }; A.__FileMapperState_build__closure5.prototype = { call$0() { @@ -513366,14 +513515,14 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveBankAccountRequest(completer, t1)); }, - $signature: 148 + $signature: 143 }; A.__FileMapperState_build__closure2.prototype = { call$1(b) { b.get$_bank_account_model$_$this()._bank_account_model$_name = this.name; return b; }, - $signature: 261 + $signature: 246 }; A.__FileMapperState_build_closure2.prototype = { call$1(value) { @@ -513386,7 +513535,7 @@ call$1(entity) { return ""; }, - $signature: 131 + $signature: 134 }; A.__FileMapperState_build_closure5.prototype = { call$0() { @@ -514027,7 +514176,7 @@ if (t1.userCompanyStates._list[t2].userCompany.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 231 + $signature: 259 }; A._InvoiceDesignState_didChangeDependencies_closure.prototype = { call$1(controller) { @@ -514111,7 +514260,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.ToggleShowPdfPreview()); }, - $signature: 19 + $signature: 20 }; A._InvoiceDesignState_build_closure2.prototype = { call$1(value) { @@ -514119,7 +514268,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure23(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure24(value))); }, - $signature: 164 + $signature: 168 }; A._InvoiceDesignState_build__closure23.prototype = { call$0() { @@ -514140,7 +514289,7 @@ var t1 = this.$this; return t1.setState$1(new A._InvoiceDesignState_build__closure22(t1, value)); }, - $signature: 43 + $signature: 44 }; A._InvoiceDesignState_build__closure22.prototype = { call$0() { @@ -514154,7 +514303,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure20(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure21(value))); }, - $signature: 164 + $signature: 168 }; A._InvoiceDesignState_build__closure20.prototype = { call$0() { @@ -514175,7 +514324,7 @@ var t1 = this.$this; return t1.setState$1(new A._InvoiceDesignState_build__closure19(t1, value)); }, - $signature: 43 + $signature: 44 }; A._InvoiceDesignState_build__closure19.prototype = { call$0() { @@ -514189,7 +514338,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure17(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure18(value))); }, - $signature: 164 + $signature: 168 }; A._InvoiceDesignState_build__closure17.prototype = { call$0() { @@ -514210,7 +514359,7 @@ var t1 = this.$this; return t1.setState$1(new A._InvoiceDesignState_build__closure16(t1, value)); }, - $signature: 43 + $signature: 44 }; A._InvoiceDesignState_build__closure16.prototype = { call$0() { @@ -514224,7 +514373,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure14(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure15(value))); }, - $signature: 164 + $signature: 168 }; A._InvoiceDesignState_build__closure14.prototype = { call$0() { @@ -514245,7 +514394,7 @@ var t1 = this.$this; return t1.setState$1(new A._InvoiceDesignState_build__closure13(t1, value)); }, - $signature: 43 + $signature: 44 }; A._InvoiceDesignState_build__closure13.prototype = { call$0() { @@ -514325,7 +514474,7 @@ 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$.legacy_String); }, - $signature: 426 + $signature: 508 }; A._InvoiceDesignState_build_closure17.prototype = { call$1(value) { @@ -514492,7 +514641,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("client_details", values)); }, - $signature: 110 + $signature: 108 }; A._InvoiceDesignState_build_closure32.prototype = { call$1(field) { @@ -514510,7 +514659,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("company_details", values)); }, - $signature: 110 + $signature: 108 }; A._InvoiceDesignState_build_closure35.prototype = { call$1(field) { @@ -514528,7 +514677,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("company_address", values)); }, - $signature: 110 + $signature: 108 }; A._InvoiceDesignState_build_closure38.prototype = { call$1(field) { @@ -514552,7 +514701,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("invoice_details", values)); }, - $signature: 110 + $signature: 108 }; A._InvoiceDesignState_build_closure42.prototype = { call$1(field) { @@ -514576,7 +514725,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("quote_details", values)); }, - $signature: 110 + $signature: 108 }; A._InvoiceDesignState_build_closure46.prototype = { call$1(field) { @@ -514600,7 +514749,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("credit_details", values)); }, - $signature: 110 + $signature: 108 }; A._InvoiceDesignState_build_closure50.prototype = { call$1(field) { @@ -514630,7 +514779,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("vendor_details", values)); }, - $signature: 110 + $signature: 108 }; A._InvoiceDesignState_build_closure55.prototype = { call$1(field) { @@ -514648,7 +514797,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("purchase_order_details", values)); }, - $signature: 110 + $signature: 108 }; A._InvoiceDesignState_build_closure58.prototype = { call$1(field) { @@ -514666,13 +514815,13 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("product_columns", values)); }, - $signature: 110 + $signature: 108 }; A._InvoiceDesignState_build_closure61.prototype = { call$1(value) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure(value))); }, - $signature: 19 + $signature: 20 }; A._InvoiceDesignState_build__closure.prototype = { call$1(b) { @@ -514697,7 +514846,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("product_quote_columns", values)); }, - $signature: 110 + $signature: 108 }; A._InvoiceDesignState_build_closure65.prototype = { call$1(field) { @@ -514715,7 +514864,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("task_columns", values)); }, - $signature: 110 + $signature: 108 }; A._InvoiceDesignState_build_closure68.prototype = { call$1(field) { @@ -514733,7 +514882,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("total_columns", values)); }, - $signature: 110 + $signature: 108 }; A._PdfPreview.prototype = { createState$0() { @@ -514815,7 +514964,7 @@ call$1(format) { return this.$this.response.bodyBytes; }, - $signature: 113 + $signature: 115 }; A.__InvoiceDesignState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -514860,7 +515009,7 @@ if (t2 !== false !== (t3 !== false)) t1[0].call$1(new A.UpdatedSettingUI()); }, - $signature: 190 + $signature: 182 }; A.InvoiceDesignVM_fromStore_closure0.prototype = { call$2(context, entityTypes) { @@ -514953,7 +515102,7 @@ t1 = type$.legacy_String; _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)], t1, t1))).then$1$1(0, new A.InvoiceDesignVM_fromStore_____closure(), type$.Null).catchError$1(new A.InvoiceDesignVM_fromStore_____closure0()); }, - $signature: 231 + $signature: 259 }; A.InvoiceDesignVM_fromStore_____closure.prototype = { call$1(response) { @@ -515246,7 +515395,7 @@ call$1(value) { this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._LocalizationSettingsState_build__closure7(value))); }, - $signature: 19 + $signature: 20 }; A._LocalizationSettingsState_build__closure7.prototype = { call$1(b) { @@ -515273,7 +515422,7 @@ 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$.legacy_String), type$.MapEntry_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String); }, - $signature: 435 + $signature: 455 }; A._LocalizationSettingsState_build_closure10.prototype = { call$1(key) { @@ -515464,7 +515613,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 190 + $signature: 182 }; A.LocalizationSettingsVM_fromStore_closure.prototype = { call$1(company) { @@ -515540,7 +515689,7 @@ call$1(value) { return this.appBuilder.rebuild$0(); }, - $signature: 101 + $signature: 103 }; A.PaymentSettings.prototype = { createState$0() { @@ -515781,14 +515930,14 @@ var t1 = type$.MappedListIterable_of_legacy_String_and_legacy_Text; return A.List_List$of(new A.MappedListIterable(A._setArrayType(["always", "optout", "optin", "off"], type$.JSArray_legacy_String), new A._PaymentSettingsState_build__closure11(this.localization), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 310 + $signature: 283 }; A._PaymentSettingsState_build__closure11.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: 233 + $signature: 262 }; A._PaymentSettingsState_build_closure1.prototype = { call$1(value) { @@ -515978,7 +516127,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 346 + $signature: 375 }; A.PaymentSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -516554,7 +516703,7 @@ var t1 = this.$this; return t1.setState$1(new A._SettingsListTileState_build__closure0(t1)); }, - $signature: 272 + $signature: 267 }; A._SettingsListTileState_build__closure0.prototype = { call$0() { @@ -516567,7 +516716,7 @@ var t1 = this.$this; return t1.setState$1(new A._SettingsListTileState_build__closure(t1)); }, - $signature: 262 + $signature: 250 }; A._SettingsListTileState_build__closure.prototype = { call$0() { @@ -516791,7 +516940,7 @@ t2 = t1.filterClearedAt; t3 = A._setArrayType([], type$.JSArray_legacy_String); t1 = t1.filter; - return A.ListScaffold$(A._setArrayType([], type$.JSArray_legacy_Widget), B.List_empty13, new A.ListFilter(B.EntityType_settings, t1, new A.SettingsScreen_build_closure(store), t3, _null, _null, _null, new A.ValueKey("__cleared_at_" + t2 + "__", type$.ValueKey_legacy_String)), new A.SettingsListBuilder(_null), _null, B.EntityType_settings, _null, 0, _null, _null, _null); + return A.ListScaffold$(A._setArrayType([], type$.JSArray_legacy_Widget), B.List_empty15, new A.ListFilter(B.EntityType_settings, t1, new A.SettingsScreen_build_closure(store), t3, _null, _null, _null, new A.ValueKey("__cleared_at_" + t2 + "__", type$.ValueKey_legacy_String)), new A.SettingsListBuilder(_null), _null, B.EntityType_settings, _null, 0, _null, _null, _null); } }; A.SettingsScreen_build_closure.prototype = { @@ -517141,7 +517290,7 @@ b.get$_user_model$_$this()._lastName = t1; return b; }, - $signature: 105 + $signature: 106 }; A._SettingsWizardState_build_closure.prototype = { call$1(value) { @@ -517166,7 +517315,7 @@ var t1 = this.$this; return t1.setState$1(new A._SettingsWizardState_build__closure1(t1, currency)); }, - $signature: 171 + $signature: 167 }; A._SettingsWizardState_build__closure1.prototype = { call$0() { @@ -517174,7 +517323,7 @@ t1 = t1 == null ? null : t1.get$id(t1); return this.$this._settings_wizard$_currencyId = t1; }, - $signature: 135 + $signature: 132 }; A._SettingsWizardState_build_closure3.prototype = { call$1(value) { @@ -517201,7 +517350,7 @@ t1 = t1 == null ? null : t1.get$id(t1); return this.$this._settings_wizard$_languageId = t1; }, - $signature: 135 + $signature: 132 }; A._SettingsWizardState_build_closure5.prototype = { call$1(value) { @@ -517218,7 +517367,7 @@ t3 = this.state.prefState.darkModeType; return A.ToggleButtons$(_null, t1, _null, t2, A._setArrayType([t3 === "system", t3 === "light", t3 === "dark"], type$.JSArray_legacy_bool), new A._SettingsWizardState_build__closure(this.store, context), true, _null, _null); }, - $signature: 668 + $signature: 670 }; A._SettingsWizardState_build__closure.prototype = { call$1(index) { @@ -517233,7 +517382,7 @@ t2[0].call$1(t1); this.context.findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); }, - $signature: 116 + $signature: 112 }; A._SettingsWizardState_build_closure8.prototype = { call$1(value) { @@ -517253,7 +517402,7 @@ call$1(value) { return this.$this._settings_wizard$_validateSubdomain$0(); }, - $signature: 89 + $signature: 88 }; A._SettingsWizardState_build_closure9.prototype = { call$0() { @@ -517720,7 +517869,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 190 + $signature: 182 }; A.TaskSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -517903,7 +518052,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure11(value))); }, - $signature: 178 + $signature: 197 }; A._TaxSettingsState_build__closure11.prototype = { call$1(b) { @@ -517916,7 +518065,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure10(value))); }, - $signature: 178 + $signature: 197 }; A._TaxSettingsState_build__closure10.prototype = { call$1(b) { @@ -517929,7 +518078,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure9(value))); }, - $signature: 178 + $signature: 197 }; A._TaxSettingsState_build__closure9.prototype = { call$1(b) { @@ -517955,7 +518104,7 @@ call$1(taxRate) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaxSettingsState_build__closure7(taxRate))); }, - $signature: 108 + $signature: 110 }; A._TaxSettingsState_build__closure7.prototype = { call$1(b) { @@ -517972,7 +518121,7 @@ call$1(taxRate) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaxSettingsState_build__closure6(taxRate))); }, - $signature: 108 + $signature: 110 }; A._TaxSettingsState_build__closure6.prototype = { call$1(b) { @@ -517989,7 +518138,7 @@ call$1(taxRate) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaxSettingsState_build__closure5(taxRate))); }, - $signature: 108 + $signature: 110 }; A._TaxSettingsState_build__closure5.prototype = { call$1(b) { @@ -518110,7 +518259,7 @@ b.get$_company_model$_$this()._taxAll = this.value; return b; }, - $signature: 586 + $signature: 429 }; A._TaxSettingsState_build__closure.prototype = { call$1(element) { @@ -518165,7 +518314,7 @@ var _this = this; _this.viewModel.onCompanyChanged.call$1(_this.company.rebuild$1(new A._TaxSettingsState_build____closure0(_this.taxData, _this.region, _this.taxDataRegion, _this.subregion, _this.taxDataSubregion, value))); }, - $signature: 19 + $signature: 20 }; A._TaxSettingsState_build____closure0.prototype = { call$1(b) { @@ -518184,21 +518333,21 @@ 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: 841 + $signature: 843 }; 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: 586 + $signature: 429 }; A._TaxSettingsState_build_______closure.prototype = { call$1(b) { b.get$_company_model$_$this()._applyTax = this.value; return b; }, - $signature: 842 + $signature: 844 }; A._TaxSettingsState_build___closure0.prototype = { call$0() { @@ -518302,7 +518451,7 @@ b.get$regions().$indexSet(0, t1._widget.region, this.taxDataRegion.rebuild$1(new A.__EditSubregionDialogState__onDone___closure(t1, this.taxDataSubregion))); return b; }, - $signature: 841 + $signature: 843 }; A.__EditSubregionDialogState__onDone___closure.prototype = { call$1(b) { @@ -518310,7 +518459,7 @@ b.get$subregions().$indexSet(0, t1._widget.subregion, this.taxDataSubregion.rebuild$1(new A.__EditSubregionDialogState__onDone____closure(t1))); return b; }, - $signature: 586 + $signature: 429 }; A.__EditSubregionDialogState__onDone____closure.prototype = { call$1(b) { @@ -518323,7 +518472,7 @@ b.get$_company_model$_$this()._reducedTaxRate = t1; return b; }, - $signature: 842 + $signature: 844 }; A.__EditSubregionDialogState_build_closure.prototype = { call$0() { @@ -518341,31 +518490,31 @@ call$1(context) { return this.$this._tax_settings$_onDone$0(); }, - $signature: 20 + $signature: 19 }; A.__EditSubregionDialogState_build_closure2.prototype = { call$1(value) { return this.$this._tax_settings$_taxRate = A.parseDouble(value, false); }, - $signature: 547 + $signature: 548 }; A.__EditSubregionDialogState_build_closure3.prototype = { call$1(context) { return this.$this._tax_settings$_onDone$0(); }, - $signature: 20 + $signature: 19 }; A.__EditSubregionDialogState_build_closure4.prototype = { call$1(value) { return this.$this._tax_settings$_reducedTaxRate = A.parseDouble(value, false); }, - $signature: 547 + $signature: 548 }; A.__EditSubregionDialogState_build_closure5.prototype = { call$1(context) { return this.$this._tax_settings$_onDone$0(); }, - $signature: 20 + $signature: 19 }; A.TaxSettingsScreen.prototype = { build$1(context) { @@ -518390,7 +518539,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 190 + $signature: 182 }; A.TaxSettingsVM_fromStore_closure1.prototype = { call$1(company) { @@ -518722,7 +518871,7 @@ call$1(duration) { this.$this._renderTemplate$0(); }, - $signature: 38 + $signature: 39 }; A._TemplatesAndRemindersState_dispose_closure.prototype = { call$1(controller) { @@ -518928,7 +519077,7 @@ return; t1.setState$1(new A._TemplatesAndRemindersState__renderTemplate__closure(t1, subject, body, email)); }, - $signature: 678 + $signature: 680 }; A._TemplatesAndRemindersState__renderTemplate__closure.prototype = { call$0() { @@ -518954,7 +519103,7 @@ var t1 = this.$this; return t1.setState$1(new A._TemplatesAndRemindersState_build__closure4(t1, value, this.viewModel)); }, - $signature: 101 + $signature: 103 }; A._TemplatesAndRemindersState_build__closure4.prototype = { call$0() { @@ -519009,7 +519158,7 @@ this.$this._updateReminders = true; this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure3(enabled, days, schedule, feeAmount, feePercent))); }, - $signature: 539 + $signature: 560 }; A._TemplatesAndRemindersState_build__closure3.prototype = { call$1(b) { @@ -519028,7 +519177,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: 539 + $signature: 560 }; A._TemplatesAndRemindersState_build__closure2.prototype = { call$1(b) { @@ -519047,7 +519196,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: 539 + $signature: 560 }; A._TemplatesAndRemindersState_build__closure1.prototype = { call$1(b) { @@ -519066,7 +519215,7 @@ this.$this._updateReminders = true; this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure0(value))); }, - $signature: 19 + $signature: 20 }; A._TemplatesAndRemindersState_build__closure0.prototype = { call$1(b) { @@ -519094,7 +519243,7 @@ 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$.legacy_String), type$.MapEntry_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String); }, - $signature: 435 + $signature: 455 }; A._TemplatesAndRemindersState_build_closure8.prototype = { call$0() { @@ -519237,7 +519386,7 @@ t1._templates_and_reminders$_enabled = value; t1._templates_and_reminders$_onChanged$0(); }, - $signature: 19 + $signature: 20 }; A.EmailPreview.prototype = { build$1(context) { @@ -519286,7 +519435,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 190 + $signature: 182 }; A.TemplatesAndRemindersVM_fromStore_closure.prototype = { call$1(template) { @@ -519294,7 +519443,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettingsTemplate(template)); }, - $signature: 679 + $signature: 681 }; A.TemplatesAndRemindersVM_fromStore_closure1.prototype = { call$2(context, updateReminders) { @@ -519328,7 +519477,7 @@ } new A.TemplatesAndRemindersVM_fromStore__closure(updateReminders, t1, this.store, context).call$0(); }, - $signature: 219 + $signature: 210 }; A.TemplatesAndRemindersVM_fromStore__closure.prototype = { call$0() { @@ -519431,7 +519580,7 @@ call$1(value) { return this.callback.call$0(); }, - $signature: 844 + $signature: 846 }; A.TemplatesAndRemindersVM_fromStore___closure1.prototype = { call$1(value) { @@ -519704,7 +519853,7 @@ b.get$_user_model$_$this()._password = t1; return b; }, - $signature: 105 + $signature: 106 }; A._UserDetailsState__onChanged_closure0.prototype = { call$0() { @@ -519936,19 +520085,19 @@ call$1(context) { return new A.UserSmsVerification(false, null, null); }, - $signature: 413 + $signature: 333 }; A._UserDetailsState_build__closure4.prototype = { call$1(context) { return new A._EnableTwoFactor(this.viewModel.state, null); }, - $signature: 845 + $signature: 847 }; A._UserDetailsState_build__closure5.prototype = { call$1(context) { return new A._EnableTwoFactor(this.viewModel.state, null); }, - $signature: 845 + $signature: 847 }; A._UserDetailsState_build_closure8.prototype = { call$1(value) { @@ -519965,7 +520114,7 @@ t1.get$_company_model$_$this()._accentColor = t2; return b; }, - $signature: 105 + $signature: 106 }; A._UserDetailsState_build_closure10.prototype = { call$1(value) { @@ -519978,40 +520127,40 @@ b.get$userCompany().get$settings().get$_company_model$_$this()._numberYearsActive = this.value; return b; }, - $signature: 105 + $signature: 106 }; A._UserDetailsState_build_closure9.prototype = { call$1(value) { var _null = null; return A.DropdownMenuItem$(A.Text$(A.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_int); }, - $signature: 162 + $signature: 166 }; A._UserDetailsState_build_closure11.prototype = { call$1(value) { this.$this._widget.viewModel.onChanged.call$1(this.user.rebuild$1(new A._UserDetailsState_build__closure0(value))); }, - $signature: 19 + $signature: 20 }; A._UserDetailsState_build__closure0.prototype = { call$1(b) { b.get$userCompany().get$settings().get$_company_model$_$this()._includeDeletedClients = this.value; return b; }, - $signature: 105 + $signature: 106 }; A._UserDetailsState_build_closure12.prototype = { call$2(channel, options) { this.viewModel.onChanged.call$1(this.user.rebuild$1(new A._UserDetailsState_build__closure(channel, options))); }, - $signature: 518 + $signature: 522 }; A._UserDetailsState_build__closure.prototype = { call$1(b) { b.get$userCompany().get$notifications().$indexSet(0, this.channel, A.BuiltList_BuiltList$from(this.options, type$.legacy_String)); return b; }, - $signature: 105 + $signature: 106 }; A._EnableTwoFactor.prototype = { createState$0() { @@ -520163,7 +520312,7 @@ call$1(context) { return this.$this._user_details$_onSavePressed$0(); }, - $signature: 20 + $signature: 19 }; A._EnableTwoFactorState_build_closure2.prototype = { call$0() { @@ -520427,7 +520576,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 432 + $signature: 590 }; A.UserDetailsVM_fromStore___closure7.prototype = { call$2(idToken, accessToken) { @@ -520564,7 +520713,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 432 + $signature: 590 }; A.UserDetailsVM_fromStore___closure4.prototype = { call$2(idToken, accessToken) { @@ -520656,13 +520805,13 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 844 + $signature: 846 }; A.UserDetailsVM_fromStore____closure1.prototype = { call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget), null); }, - $signature: 168 + $signature: 175 }; A.UserDetailsVM_fromStore___closure9.prototype = { call$1(_) { @@ -520910,7 +521059,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 190 + $signature: 182 }; A.WorkflowSettingsVM_fromStore_closure1.prototype = { call$1(company) { @@ -521224,20 +521373,20 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_subscription_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._SubscriptionEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_subscription_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._SubscriptionEditState_dispose_closure.prototype = { call$1(controller) { controller.removeListener$1(0, this.$this.get$_subscription_edit$_onChanged()); controller.dispose$0(); }, - $signature: 75 + $signature: 78 }; A._SubscriptionEditState__onChanged_closure.prototype = { call$1(b) { @@ -521259,7 +521408,7 @@ t3.get$_subscription_model$_$this()._postPurchaseUrl = t1; return b; }, - $signature: 65 + $signature: 68 }; A._SubscriptionEditState__onChanged_closure0.prototype = { call$0() { @@ -521271,7 +521420,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._SubscriptionEditState_build_closure.prototype = { call$1(groupId) { @@ -521284,7 +521433,7 @@ b.get$_subscription_model$_$this()._subscription_model$_groupId = this.groupId; return b; }, - $signature: 65 + $signature: 68 }; A._SubscriptionEditState_build_closure0.prototype = { call$1(userId) { @@ -521297,7 +521446,7 @@ b.get$_subscription_model$_$this()._subscription_model$_assignedUserId = this.userId; return b; }, - $signature: 65 + $signature: 68 }; A._SubscriptionEditState_build_closure1.prototype = { call$1(value) { @@ -521316,7 +521465,7 @@ b.get$_subscription_model$_$this()._productIds = t1; return b; }, - $signature: 65 + $signature: 68 }; A._SubscriptionEditState_build___closure7.prototype = { call$1(part) { @@ -521328,7 +521477,7 @@ call$1(duration) { A.FocusScope_of(this.context).unfocus$0(); }, - $signature: 38 + $signature: 39 }; A._SubscriptionEditState_build_closure2.prototype = { call$1(element) { @@ -521343,7 +521492,7 @@ t2 = t1.uiState.selectedCompanyIndex; 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[t2].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, new A._SubscriptionEditState_build__closure26(this.subscription, productId, this.viewModel), _null, _null, _null, _null), _null); }, - $signature: 221 + $signature: 204 }; A._SubscriptionEditState_build__closure26.prototype = { call$0() { @@ -521360,7 +521509,7 @@ b.get$_subscription_model$_$this()._productIds = t1; return b; }, - $signature: 65 + $signature: 68 }; A._SubscriptionEditState_build_closure4.prototype = { call$1(value) { @@ -521379,7 +521528,7 @@ b.get$_subscription_model$_$this()._recurringProductIds = t1; return b; }, - $signature: 65 + $signature: 68 }; A._SubscriptionEditState_build___closure5.prototype = { call$1(part) { @@ -521391,7 +521540,7 @@ call$1(duration) { A.FocusScope_of(this.context).unfocus$0(); }, - $signature: 38 + $signature: 39 }; A._SubscriptionEditState_build_closure5.prototype = { call$1(element) { @@ -521406,7 +521555,7 @@ t2 = t1.uiState.selectedCompanyIndex; 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[t2].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, new A._SubscriptionEditState_build__closure23(this.subscription, productId, this.viewModel), _null, _null, _null, _null), _null); }, - $signature: 221 + $signature: 204 }; A._SubscriptionEditState_build__closure23.prototype = { call$0() { @@ -521423,7 +521572,7 @@ b.get$_subscription_model$_$this()._recurringProductIds = t1; return b; }, - $signature: 65 + $signature: 68 }; A._SubscriptionEditState_build_closure7.prototype = { call$1(value) { @@ -521442,7 +521591,7 @@ b.get$_subscription_model$_$this()._optionalProductIds = t1; return b; }, - $signature: 65 + $signature: 68 }; A._SubscriptionEditState_build___closure3.prototype = { call$1(part) { @@ -521454,7 +521603,7 @@ call$1(duration) { A.FocusScope_of(this.context).unfocus$0(); }, - $signature: 38 + $signature: 39 }; A._SubscriptionEditState_build_closure8.prototype = { call$1(element) { @@ -521469,7 +521618,7 @@ t2 = t1.uiState.selectedCompanyIndex; 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[t2].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, new A._SubscriptionEditState_build__closure20(this.subscription, productId, this.viewModel), _null, _null, _null, _null), _null); }, - $signature: 221 + $signature: 204 }; A._SubscriptionEditState_build__closure20.prototype = { call$0() { @@ -521486,7 +521635,7 @@ b.get$_subscription_model$_$this()._optionalProductIds = t1; return b; }, - $signature: 65 + $signature: 68 }; A._SubscriptionEditState_build_closure10.prototype = { call$1(value) { @@ -521505,7 +521654,7 @@ b.get$_subscription_model$_$this()._optionalRecurringProductIds = t1; return b; }, - $signature: 65 + $signature: 68 }; A._SubscriptionEditState_build___closure1.prototype = { call$1(part) { @@ -521517,7 +521666,7 @@ call$1(duration) { A.FocusScope_of(this.context).unfocus$0(); }, - $signature: 38 + $signature: 39 }; A._SubscriptionEditState_build_closure11.prototype = { call$1(element) { @@ -521532,7 +521681,7 @@ t2 = t1.uiState.selectedCompanyIndex; 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[t2].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, new A._SubscriptionEditState_build__closure17(this.subscription, productId, this.viewModel), _null, _null, _null, _null), _null); }, - $signature: 221 + $signature: 204 }; A._SubscriptionEditState_build__closure17.prototype = { call$0() { @@ -521549,7 +521698,7 @@ b.get$_subscription_model$_$this()._optionalRecurringProductIds = t1; return b; }, - $signature: 65 + $signature: 68 }; A._SubscriptionEditState_build_closure14.prototype = { call$1(value) { @@ -521562,7 +521711,7 @@ b.get$_subscription_model$_$this()._subscription_model$_frequencyId = this.value; return b; }, - $signature: 65 + $signature: 68 }; A._SubscriptionEditState_build_closure13.prototype = { call$1(entry) { @@ -521570,7 +521719,7 @@ t1 = entry.get$key(entry); return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.get$value(entry)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, type$.legacy_String); }, - $signature: 290 + $signature: 319 }; A._SubscriptionEditState_build_closure16.prototype = { call$1(value) { @@ -521583,21 +521732,21 @@ b.get$_subscription_model$_$this()._subscription_model$_autoBill = this.value; return b; }, - $signature: 65 + $signature: 68 }; A._SubscriptionEditState_build_closure17.prototype = { call$1(context) { var t1 = type$.MappedListIterable_of_legacy_String_and_legacy_Text; return A.List_List$of(new A.MappedListIterable(A._setArrayType(["", "always", "optout", "optin", "off"], type$.JSArray_legacy_String), new A._SubscriptionEditState_build__closure14(this.localization), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 310 + $signature: 283 }; 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: 233 + $signature: 262 }; A._SubscriptionEditState_build_closure15.prototype = { call$1(value) { @@ -521616,7 +521765,7 @@ b.get$_subscription_model$_$this()._subscription_model$_isAmountDiscount = this.value; return b; }, - $signature: 65 + $signature: 68 }; A._SubscriptionEditState_build_closure19.prototype = { call$1(value) { @@ -521629,7 +521778,7 @@ b.get$_subscription_model$_$this()._registrationRequired = this.value; return b; }, - $signature: 65 + $signature: 68 }; A._SubscriptionEditState_build_closure20.prototype = { call$1(value) { @@ -521642,7 +521791,7 @@ b.get$_subscription_model$_$this()._useInventoryManagement = this.value; return b; }, - $signature: 65 + $signature: 68 }; A._SubscriptionEditState_build_closure21.prototype = { call$1(value) { @@ -521655,7 +521804,7 @@ b.get$_subscription_model$_$this()._allowQueryOverrides = this.value; return b; }, - $signature: 65 + $signature: 68 }; A._SubscriptionEditState_build_closure22.prototype = { call$1(value) { @@ -521668,7 +521817,7 @@ b.get$_subscription_model$_$this()._allowPlanChanges = this.value; return b; }, - $signature: 65 + $signature: 68 }; A._SubscriptionEditState_build_closure23.prototype = { call$1(value) { @@ -521681,7 +521830,7 @@ b.get$_subscription_model$_$this()._allowCancellation = this.value; return b; }, - $signature: 65 + $signature: 68 }; A._SubscriptionEditState_build_closure24.prototype = { call$1(value) { @@ -521694,7 +521843,7 @@ b.get$_subscription_model$_$this()._refundPeriod = this.value; return b; }, - $signature: 65 + $signature: 68 }; A._SubscriptionEditState_build_closure25.prototype = { call$1(value) { @@ -521706,7 +521855,7 @@ call$1(b) { return b.get$_subscription_model$_$this()._trialEnabled = this.value; }, - $signature: 849 + $signature: 851 }; A._SubscriptionEditState_build_closure26.prototype = { call$1(value) { @@ -521719,7 +521868,7 @@ b.get$_subscription_model$_$this()._trialDuration = this.value; return b; }, - $signature: 65 + $signature: 68 }; A._SubscriptionEditState_build_closure27.prototype = { call$1(value) { @@ -521731,7 +521880,7 @@ call$1(b) { return b.get$_subscription_model$_$this()._perSeatEnabled = this.value; }, - $signature: 849 + $signature: 851 }; A._SubscriptionEditState_build_closure28.prototype = { call$1(value) { @@ -521744,13 +521893,13 @@ b.get$webhookConfiguration().get$_subscription_model$_$this()._postPurchaseRestMethod = this.value; return b; }, - $signature: 65 + $signature: 68 }; A._SubscriptionEditState_build_closure29.prototype = { call$1(value) { return this.$this.setState$1(new A._SubscriptionEditState_build__closure2()); }, - $signature: 89 + $signature: 88 }; A._SubscriptionEditState_build__closure2.prototype = { call$0() { @@ -521761,7 +521910,7 @@ call$1(value) { return this.$this.setState$1(new A._SubscriptionEditState_build__closure1()); }, - $signature: 89 + $signature: 88 }; A._SubscriptionEditState_build__closure1.prototype = { call$0() { @@ -521786,14 +521935,14 @@ b.get$webhookConfiguration().get$postPurchaseHeaders().$indexSet(0, this.key, this.value); return b; }, - $signature: 65 + $signature: 68 }; A._SubscriptionEditState_build_closure32.prototype = { call$1(key) { var _this = this, _null = null; 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, A.Row$(A._setArrayType([A.Expanded$(A.Text$(key, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), new A.SizedBox(16, _null, _null, _null), A.Expanded$(A.Text$(_this.webhookConfiguration.postPurchaseHeaders._map$_map.$index(0, key), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), _null, new A._SubscriptionEditState_build__closure(_this.viewModel, _this.subscription, key), _null, _null, _this.localization.get$removeHeader(), _null), _null); }, - $signature: 221 + $signature: 204 }; A._SubscriptionEditState_build__closure.prototype = { call$0() { @@ -521806,7 +521955,7 @@ b.get$webhookConfiguration().get$postPurchaseHeaders().get$_safeMap().remove$1(0, this.key); return b; }, - $signature: 65 + $signature: 68 }; A.__SubscriptionEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -521855,7 +522004,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSubscription(subscription)); }, - $signature: 425 + $signature: 410 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -521968,7 +522117,7 @@ } else A.viewEntity(false, savedSubscription, null, true); }, - $signature: 425 + $signature: 410 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -522135,7 +522284,7 @@ t7 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t6), B.EntityType_subscription, false, B.List_empty21, 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"], t6), B.List_empty22, t7); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && userCompany.can$2(B.UserPermission_create, B.EntityType_subscription) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "subscription_fab", false, new A.SubscriptionScreen_build_closure6(context), t4.get$newPaymentLink()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_subscription, t3, new A.SubscriptionScreen_build_closure7(store), t5, _null, _null, new A.SubscriptionScreen_build_closure8(store), new A.ValueKey("__filter_" + t2 + "__", type$.ValueKey_legacy_String)), new A.SubscriptionListBuilder(_null), t7, B.EntityType_subscription, t1, 0, _null, new A.SubscriptionScreen_build_closure9(store), new A.SubscriptionScreen_build_closure10(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_subscription, t3, new A.SubscriptionScreen_build_closure7(store), t5, _null, _null, new A.SubscriptionScreen_build_closure8(store), new A.ValueKey("__filter_" + t2 + "__", type$.ValueKey_legacy_String)), new A.SubscriptionListBuilder(_null), t7, B.EntityType_subscription, t1, 0, _null, new A.SubscriptionScreen_build_closure9(store), new A.SubscriptionScreen_build_closure10(store)); } }; A.SubscriptionScreen_build_closure10.prototype = { @@ -522536,7 +522685,7 @@ call$0() { return this.$this.updateState = B.UpdateState_1; }, - $signature: 850 + $signature: 852 }; A._UpdateDialogState_updateApp__closure0.prototype = { call$1(response) { @@ -522569,7 +522718,7 @@ call$0() { return this.$this.updateState = B.UpdateState_0; }, - $signature: 850 + $signature: 852 }; A.TaskEdit.prototype = { createState$0() { @@ -522646,7 +522795,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._TaskEditState_build_closure2.prototype = { call$2(context, action) { @@ -522666,7 +522815,7 @@ call$2(context, action) { return this.$this._task_edit$_onSavePressed$2(context, action); }, - $signature: 68 + $signature: 64 }; A._TaskEditState_build_closure.prototype = { call$0() { @@ -522742,7 +522891,7 @@ return t1 + " \u2022 " + title; return title; }, - $signature: 135 + $signature: 132 }; A.__TaskEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -522878,20 +523027,20 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_task_edit_desktop$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._TaskEditDesktopState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_task_edit_desktop$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._TaskEditDesktopState_dispose_closure.prototype = { call$1(controller) { controller.removeListener$1(0, this.$this.get$_task_edit_desktop$_onChanged()); controller.dispose$0(); }, - $signature: 75 + $signature: 78 }; A._TaskEditDesktopState__onChanged_closure.prototype = { call$1(b) { @@ -522912,7 +523061,7 @@ b.get$_task_model$_$this()._task_model$_customValue4 = t1; return b; }, - $signature: 64 + $signature: 69 }; A._TaskEditDesktopState__onChanged_closure0.prototype = { call$0() { @@ -522924,14 +523073,14 @@ call$1(taskTime) { return taskTime.get$isEmpty(taskTime); }, - $signature: 199 + $signature: 214 }; A._TaskEditDesktopState_build_closure0.prototype = { call$1(b) { b.get$_task_model$_$this()._task_model$_startDate = null; return b; }, - $signature: 243 + $signature: 252 }; A._TaskEditDesktopState_build_closure2.prototype = { call$1(client) { @@ -522949,13 +523098,13 @@ b.get$_task_model$_$this()._task_model$_projectId = ""; return b; }, - $signature: 64 + $signature: 69 }; A._TaskEditDesktopState_build_closure1.prototype = { call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 210 + $signature: 225 }; A._TaskEditDesktopState_build_closure3.prototype = { call$1(selectedId) { @@ -522980,13 +523129,13 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 64 + $signature: 69 }; A._TaskEditDesktopState_build_closure4.prototype = { call$1(completer) { this.viewModel.onAddProjectPressed.call$2(this.context, completer); }, - $signature: 210 + $signature: 225 }; A._TaskEditDesktopState_build_closure5.prototype = { call$1(userId) { @@ -522999,7 +523148,7 @@ b.get$_task_model$_$this()._task_model$_assignedUserId = this.userId; return b; }, - $signature: 64 + $signature: 69 }; A._TaskEditDesktopState_build_closure6.prototype = { call$1(selectedId) { @@ -523019,7 +523168,7 @@ b.get$_task_model$_$this()._statusOrder = null; return b; }, - $signature: 64 + $signature: 69 }; A._TaskEditDesktopState_build_closure7.prototype = { call$1(taskTime) { @@ -523122,7 +523271,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build___closure6(t1)); }, - $signature: 44 + $signature: 43 }; A._TaskEditDesktopState_build___closure6.prototype = { call$0() { @@ -523138,7 +523287,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build___closure5(t1)); }, - $signature: 359 + $signature: 348 }; A._TaskEditDesktopState_build___closure5.prototype = { call$0() { @@ -523154,7 +523303,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build___closure4(t1)); }, - $signature: 44 + $signature: 43 }; A._TaskEditDesktopState_build___closure4.prototype = { call$0() { @@ -523170,7 +523319,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build___closure3(t1)); }, - $signature: 359 + $signature: 348 }; A._TaskEditDesktopState_build___closure3.prototype = { call$0() { @@ -523186,7 +523335,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build___closure2(t1)); }, - $signature: 38 + $signature: 39 }; A._TaskEditDesktopState_build___closure2.prototype = { call$0() { @@ -523205,7 +523354,7 @@ b.get$_task_model$_$this()._description = this.value; return b; }, - $signature: 243 + $signature: 252 }; A._TaskEditDesktopState_build__closure5.prototype = { call$0() { @@ -523220,7 +523369,7 @@ b.get$_task_model$_$this()._isBillable = !t1; return b; }, - $signature: 243 + $signature: 252 }; A._TaskEditDesktopState_build__closure6.prototype = { call$0() { @@ -523343,20 +523492,20 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_task_edit_details$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._TaskEditDetailsState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_task_edit_details$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._TaskEditDetailsState_dispose_closure.prototype = { call$1(controller) { controller.removeListener$1(0, this.$this.get$_task_edit_details$_onChanged()); controller.dispose$0(); }, - $signature: 75 + $signature: 78 }; A._TaskEditDetailsState__onChanged_closure.prototype = { call$1(b) { @@ -523377,7 +523526,7 @@ b.get$_task_model$_$this()._task_model$_customValue4 = t1; return b; }, - $signature: 64 + $signature: 69 }; A._TaskEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -523401,13 +523550,13 @@ b.get$_task_model$_$this()._task_model$_projectId = ""; return b; }, - $signature: 64 + $signature: 69 }; A._TaskEditDetailsState_build_closure.prototype = { call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 210 + $signature: 225 }; A._TaskEditDetailsState_build_closure1.prototype = { call$1(selectedId) { @@ -523432,13 +523581,13 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 64 + $signature: 69 }; A._TaskEditDetailsState_build_closure2.prototype = { call$1(completer) { this.viewModel.onAddProjectPressed.call$2(this.context, completer); }, - $signature: 210 + $signature: 225 }; A._TaskEditDetailsState_build_closure3.prototype = { call$1(userId) { @@ -523451,7 +523600,7 @@ b.get$_task_model$_$this()._task_model$_assignedUserId = this.userId; return b; }, - $signature: 64 + $signature: 69 }; A._TaskEditDetailsState_build_closure4.prototype = { call$1(selectedId) { @@ -523469,7 +523618,7 @@ b.get$_task_model$_$this()._statusOrder = null; return b; }, - $signature: 64 + $signature: 69 }; A.TaskEditDetailsScreen.prototype = { build$1(context) { @@ -523506,7 +523655,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTask(task)); }, - $signature: 248 + $signature: 256 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0.prototype = { call$2(context, completer) { @@ -523519,7 +523668,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3(t3), t4); }, - $signature: 121 + $signature: 122 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure2.prototype = { call$1(_) { @@ -523549,7 +523698,7 @@ t2[0].call$1(new A.UpdateTaskTime(index, taskTime)); } }, - $signature: 852 + $signature: 854 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure3.prototype = { call$1(index) { @@ -523557,7 +523706,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeleteTaskTime(index)); }, - $signature: 116 + $signature: 112 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -523570,14 +523719,14 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1(t3), t4); }, - $signature: 121 + $signature: 122 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure.prototype = { call$1(b) { b.get$_project_model$_$this()._project_model$_clientId = this.task.clientId; return b; }, - $signature: 197 + $signature: 186 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure0.prototype = { call$1(_) { @@ -523650,19 +523799,19 @@ var t1 = this.taskTime; return J.$eq$(time.startDate, t1.startDate) && J.$eq$(time.endDate, t1.endDate); }, - $signature: 199 + $signature: 214 }; A._TaskEditTimesState_build_closure.prototype = { call$1(duration) { this.$this._showTaskTimeEditor$2(this.taskTime, this.context); }, - $signature: 38 + $signature: 39 }; A._TaskEditTimesState_build_closure0.prototype = { call$1(context) { return this.$this._showTaskTimeEditor$2(this.taskTime, context); }, - $signature: 20 + $signature: 19 }; A.TimeEditDetails.prototype = { createState$0() { @@ -523724,7 +523873,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure6(t1, date, this.showEndDate, this.viewModel)); }, - $signature: 44 + $signature: 43 }; A.TimeEditDetailsState_build__closure6.prototype = { call$0() { @@ -523742,7 +523891,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure5(t1, timeOfDay, this.viewModel)); }, - $signature: 359 + $signature: 348 }; A.TimeEditDetailsState_build__closure5.prototype = { call$0() { @@ -523759,7 +523908,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure4(t1, date, this.viewModel)); }, - $signature: 44 + $signature: 43 }; A.TimeEditDetailsState_build__closure4.prototype = { call$0() { @@ -523776,7 +523925,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure3(t1, timeOfDay, this.viewModel)); }, - $signature: 359 + $signature: 348 }; A.TimeEditDetailsState_build__closure3.prototype = { call$0() { @@ -523793,7 +523942,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure2(t1, duration, this.viewModel)); }, - $signature: 38 + $signature: 39 }; A.TimeEditDetailsState_build__closure2.prototype = { call$0() { @@ -523819,7 +523968,7 @@ b.get$_task_model$_$this()._description = this.value; return b; }, - $signature: 243 + $signature: 252 }; A.TimeEditDetailsState_build_closure5.prototype = { call$1(value) { @@ -523829,14 +523978,14 @@ this.viewModel.onUpdatedTaskTime.call$2(t2, t1._widget.index); t1.setState$1(new A.TimeEditDetailsState_build__closure0()); }, - $signature: 19 + $signature: 20 }; A.TimeEditDetailsState_build__closure.prototype = { call$1(b) { b.get$_task_model$_$this()._isBillable = this.value; return b; }, - $signature: 243 + $signature: 252 }; A.TimeEditDetailsState_build__closure0.prototype = { call$0() { @@ -523890,7 +524039,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.DeleteTaskTime(index)); }, - $signature: 178 + $signature: 197 }; A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0.prototype = { call$0() { @@ -523906,7 +524055,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTaskTime(index, taskTime)); }, - $signature: 852 + $signature: 854 }; A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure2.prototype = { call$0() { @@ -523978,7 +524127,7 @@ call$1(time) { return time.endDate == null; }, - $signature: 199 + $signature: 214 }; A.TaskEditVM_TaskEditVM$fromStore_closure.prototype = { call$2(context, action) { @@ -523992,7 +524141,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 185 + $signature: 191 }; A.TaskEditVM_TaskEditVM$fromStore__closure0.prototype = { call$0() { @@ -524091,7 +524240,7 @@ A.viewEntity(false, savedTask, _null, true); } }, - $signature: 248 + $signature: 256 }; A.TaskEditVM_TaskEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -524235,7 +524384,7 @@ var t1 = this.$this; t1.setState$1(new A._KanbanTaskCardState_build___closure(t1)); }, - $signature: 248 + $signature: 256 }; A._KanbanTaskCardState_build___closure.prototype = { call$0() { @@ -524251,7 +524400,7 @@ t1.setState$1(new A._KanbanTaskCardState_build__closure(t1)); } }, - $signature: 683 + $signature: 685 }; A._KanbanTaskCardState_build__closure.prototype = { call$0() { @@ -524264,7 +524413,7 @@ var t1 = this.$this; return t1.setState$1(new A._KanbanTaskCardState_build__closure0(t1)); }, - $signature: 262 + $signature: 250 }; A._KanbanTaskCardState_build__closure0.prototype = { call$0() { @@ -524305,7 +524454,7 @@ t2 = this.project; return t1 + (!t2.get$isNew() ? " \u2022 " + t2.name : ""); }, - $signature: 135 + $signature: 132 }; A._KanbanTaskCardState_build_closure6.prototype = { call$1(context) { @@ -524313,14 +524462,14 @@ t2 = type$.MappedListIterable_of_legacy_String_and_legacy_PopupMenuItem_legacy_String; return A.List_List$of(new A.MappedListIterable(A._setArrayType([t1.get$view(t1), t1.get$edit(), this.startLabel], type$.JSArray_legacy_String), new A._KanbanTaskCardState_build__closure2(t1), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 778 + $signature: 780 }; 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$.legacy_String); }, - $signature: 779 + $signature: 781 }; A._KanbanTaskCardState_build_closure7.prototype = { call$1(value) { @@ -524410,7 +524559,7 @@ var t1 = this.$this; t1.setState$1(new A._KanbanStatusCardState__onSavePressed__closure(t1)); }, - $signature: 297 + $signature: 287 }; A._KanbanStatusCardState__onSavePressed__closure.prototype = { call$0() { @@ -524428,7 +524577,7 @@ call$1(context) { return this.$this._kanban_status$_onSavePressed$0(); }, - $signature: 20 + $signature: 19 }; A._KanbanStatusCardState_build_closure1.prototype = { call$0() { @@ -524525,7 +524674,7 @@ call$2(key, value) { J.sort$1$ax(this.$this._kanban_view$_tasks.$index(0, key), new A.KanbanViewState__initBoard__closure(this.state)); }, - $signature: 518 + $signature: 522 }; A.KanbanViewState__initBoard__closure.prototype = { call$2(taskIdA, taskIdB) { @@ -524626,7 +524775,7 @@ statusOrder = 0; t1._widget.viewModel.onSaveTaskPressed.call$5(completer, t1._newTask.id, t2, description, statusOrder); }, - $signature: 853 + $signature: 855 }; A.KanbanViewState_build__closure0.prototype = { call$0() { @@ -524661,7 +524810,7 @@ b.get$_task_model$_$this()._task_model$_statusId = this.status.id; return b; }, - $signature: 64 + $signature: 69 }; A.KanbanViewState_build__closure3.prototype = { call$1(taskId) { @@ -524670,7 +524819,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.$get$1(0, taskId); }, - $signature: 198 + $signature: 224 }; A.KanbanViewState_build__closure4.prototype = { call$1(task) { @@ -524704,7 +524853,7 @@ statusOrder = J.indexOf$1$asx(t1._kanban_view$_tasks.$index(0, t2), t3); t1._widget.viewModel.onSaveTaskPressed.call$5(completer, t3, t2, description, statusOrder); }, - $signature: 853 + $signature: 855 }; A.KanbanViewState_build___closure0.prototype = { call$0() { @@ -524828,7 +524977,7 @@ b.get$_task_status_model$_$this()._task_status_model$_statusOrder = t1; return b; }, - $signature: 144 + $signature: 141 }; A.KanbanVM_fromStore_closure0.prototype = { call$5(completer, taskId, statusId, description, statusOrder) { @@ -524875,7 +525024,7 @@ b.get$_task_model$_$this()._task_model$_statusId = _this.statusId; return b; }, - $signature: 64 + $signature: 69 }; A.KanbanVM_fromStore__closure1.prototype = { call$1(b) { @@ -524889,7 +525038,7 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 64 + $signature: 69 }; A.KanbanVM_fromStore__closure2.prototype = { call$1(b) { @@ -524905,7 +525054,7 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 64 + $signature: 69 }; A.KanbanVM_fromStore__closure3.prototype = { call$1(b) { @@ -524919,7 +525068,7 @@ b.get$_task_model$_$this()._task_model$_assignedUserId = t1; return b; }, - $signature: 64 + $signature: 69 }; A.TaskListItem.prototype = { build$1(context) { @@ -525012,7 +525161,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: 135 + $signature: 132 }; A.TaskListItem_build_closure.prototype = { call$0() { @@ -525064,7 +525213,7 @@ } return t1; }, - $signature: 114 + $signature: 116 }; A.TaskListItem_build__closure2.prototype = { call$0() { @@ -525091,7 +525240,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.task], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 68 + $signature: 64 }; A.TaskListItem_build__closure5.prototype = { call$0() { @@ -525135,7 +525284,7 @@ taskId = J.$index$asx(t1.taskList, index); return A.TaskListItem$(t1.filter, false, true, null, null, true, t1.taskMap._map$_map.$index(0, taskId)); }, - $signature: 396 + $signature: 349 }; A.TaskListVM.prototype = { get$user(receiver) { @@ -525266,14 +525415,14 @@ call$1(time) { return time.startDate != null && time.endDate != null; }, - $signature: 199 + $signature: 214 }; 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: 200 + $signature: 213 }; A.TaskScreen.prototype = { build$1(context) { @@ -525344,7 +525493,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 144 + $signature: 141 }; A.TaskScreen_build_closure0.prototype = { call$1(b) { @@ -525354,7 +525503,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 144 + $signature: 141 }; A.TaskScreen_build_closure1.prototype = { call$1(b) { @@ -525364,7 +525513,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 144 + $signature: 141 }; A.TaskScreen_build_closure2.prototype = { call$1(b) { @@ -525377,7 +525526,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 144 + $signature: 141 }; A.TaskScreen_build_closure18.prototype = { call$0() { @@ -525590,7 +525739,7 @@ var t1 = this.$this.taskTime; return A.formatDuration(t1.get$duration(t1), true); }, - $signature: 135 + $signature: 132 }; A.TaskView.prototype = { createState$0() { @@ -525667,7 +525816,7 @@ t6 = !t5 ? B.EntityAction_archive : B.EntityAction_invoiceTask; return A.Column$(A._setArrayType([t2, new A.BottomButtons(t3, t4, t6, t5, true, _null)], t1), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 238 + $signature: 239 }; A._TaskViewState_build__closure.prototype = { call$0() { @@ -525714,7 +525863,7 @@ call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 136 + $signature: 131 }; A.TaskViewDocuments_build_closure1.prototype = { call$0() { @@ -525785,7 +525934,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new A._TaskOverviewState_initState__closure()); }, - $signature: 544 + $signature: 550 }; A._TaskOverviewState_initState__closure.prototype = { call$0() { @@ -525849,14 +525998,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: 241 + $signature: 247 }; 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_legacy_Widget)); }, - $signature: 200 + $signature: 213 }; A._TaskOverviewState_build__buildView__closure.prototype = { call$1(context) { @@ -525865,7 +526014,7 @@ t3 = t2.uiState.selectedCompanyIndex; return t2.userCompanyStates._list[t3].userCompany.canEditEntity$1(this.task) ? t1.onEditPressed.call$2(context, this.taskTime) : null; }, - $signature: 54 + $signature: 53 }; A._TaskOverviewState_build_closure.prototype = { call$0() { @@ -525942,13 +526091,13 @@ t2[0].call$1(new A.SaveTaskDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.task)); t1.then$1$1(0, new A.TaskViewVM_TaskViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.TaskViewVM_TaskViewVM$fromStore__closure1(context)); }, - $signature: 79 + $signature: 82 }; A.TaskViewVM_TaskViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 50 + $signature: 48 }; A.TaskViewVM_TaskViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -525975,7 +526124,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 85 + $signature: 87 }; A.TaskViewVM_TaskViewVM$fromStore__closure.prototype = { call$1(value) { @@ -526036,20 +526185,20 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_task_status_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._TaskStatusEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_task_status_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._TaskStatusEditState_dispose_closure.prototype = { call$1(controller) { controller.removeListener$1(0, this.$this.get$_task_status_edit$_onChanged()); controller.dispose$0(); }, - $signature: 75 + $signature: 78 }; A._TaskStatusEditState__onChanged_closure.prototype = { call$1(b) { @@ -526057,7 +526206,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 144 + $signature: 141 }; A._TaskStatusEditState__onChanged_closure0.prototype = { call$0() { @@ -526069,7 +526218,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._TaskStatusEditState_build_closure.prototype = { call$1(context) { @@ -526080,7 +526229,7 @@ t4 = type$.JSArray_legacy_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, t2.get$name(t2), _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$(t3.color, _null, new A._TaskStatusEditState_build__closure0(_this.viewModel, t3))], t4), _null, _null, false, _null, false, _null, _null)], t4), _null, _null, _null, false, _null); }, - $signature: 139 + $signature: 133 }; A._TaskStatusEditState_build__closure.prototype = { call$1(val) { @@ -526099,7 +526248,7 @@ b.get$_task_status_model$_$this()._task_status_model$_color = this.value; return b; }, - $signature: 144 + $signature: 141 }; A.TaskStatusEditScreen.prototype = { build$1(context) { @@ -526133,7 +526282,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTaskStatus(taskStatus)); }, - $signature: 297 + $signature: 287 }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -526203,7 +526352,7 @@ } else A.viewEntity(false, savedTaskStatus, null, true); }, - $signature: 297 + $signature: 287 }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -526390,7 +526539,7 @@ b.get$_task_status_model$_$this()._task_status_model$_statusOrder = this.newIndex + 1; return b; }, - $signature: 144 + $signature: 141 }; A.TaskStatusScreen.prototype = { build$1(context) { @@ -526417,7 +526566,7 @@ t8 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t2), B.EntityType_taskStatus, false, B.List_empty21, 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([], t2), B.List_empty22, t8); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && userCompany.can$2(B.UserPermission_create, B.EntityType_taskStatus) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "task_status_fab", false, new A.TaskStatusScreen_build_closure7(context), t4.get$newTaskStatus()) : _null; - return A.ListScaffold$(t7, B.List_empty13, new A.ListFilter(B.EntityType_taskStatus, t6, new A.TaskStatusScreen_build_closure8(store), t5, _null, _null, new A.TaskStatusScreen_build_closure9(store), new A.ValueKey("__filter_" + t3 + "__", type$.ValueKey_legacy_String)), new A.TaskStatusListBuilder(_null), t8, B.EntityType_taskStatus, t1, 0, "task_settings", new A.TaskStatusScreen_build_closure10(store), new A.TaskStatusScreen_build_closure11(store)); + return A.ListScaffold$(t7, B.List_empty15, new A.ListFilter(B.EntityType_taskStatus, t6, new A.TaskStatusScreen_build_closure8(store), t5, _null, _null, new A.TaskStatusScreen_build_closure9(store), new A.ValueKey("__filter_" + t3 + "__", type$.ValueKey_legacy_String)), new A.TaskStatusListBuilder(_null), t8, B.EntityType_taskStatus, t1, 0, "task_settings", new A.TaskStatusScreen_build_closure10(store), new A.TaskStatusScreen_build_closure11(store)); } }; A.TaskStatusScreen_build_closure11.prototype = { @@ -526494,7 +526643,7 @@ call$1(taskStatusId) { return this.$this.viewModel.taskStatusMap._map$_map.$index(0, taskStatusId); }, - $signature: 411 + $signature: 418 }; A.TaskStatusScreen_build__closure0.prototype = { call$1(_) { @@ -526502,7 +526651,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearTaskStatusMultiselect()); }, - $signature: 500 + $signature: 490 }; A.TaskStatusScreen_build_closure5.prototype = { call$1(value) { @@ -526710,20 +526859,20 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_tax_rate_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._TaxRateEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_tax_rate_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._TaxRateEditState_dispose_closure.prototype = { call$1(controller) { controller.removeListener$1(0, this.$this.get$_tax_rate_edit$_onChanged()); controller.dispose$0(); }, - $signature: 75 + $signature: 78 }; A._TaxRateEditState__onChanged_closure.prototype = { call$1(b) { @@ -526780,7 +526929,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTaxRate(taxRate)); }, - $signature: 152 + $signature: 153 }; A.TaxRateEditVM_TaxRateEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -526854,7 +527003,7 @@ } else A.viewEntity(false, savedTaxRate, null, true); }, - $signature: 152 + $signature: 153 }; A.TaxRateEditVM_TaxRateEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -527008,7 +527157,7 @@ } else t1 = false; t1 = t1 ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "tax_rate_fab", false, new A.TaxRateSettingsScreen_build_closure2(context), t2.get$newTaxRate()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_taxRate, t4, new A.TaxRateSettingsScreen_build_closure3(store), t6, _null, _null, new A.TaxRateSettingsScreen_build_closure4(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.TaxRateListBuilder(_null), t7, B.EntityType_taxRate, t1, 0, "tax_settings", new A.TaxRateSettingsScreen_build_closure5(store), new A.TaxRateSettingsScreen_build_closure6(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_taxRate, t4, new A.TaxRateSettingsScreen_build_closure3(store), t6, _null, _null, new A.TaxRateSettingsScreen_build_closure4(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.TaxRateListBuilder(_null), t7, B.EntityType_taxRate, t1, 0, "tax_settings", new A.TaxRateSettingsScreen_build_closure5(store), new A.TaxRateSettingsScreen_build_closure6(store)); } }; A.TaxRateSettingsScreen_build_closure6.prototype = { @@ -527210,20 +527359,20 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_token_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._TokenEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_token_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._TokenEditState_dispose_closure.prototype = { call$1(controller) { controller.removeListener$1(0, this.$this.get$_token_edit$_onChanged()); controller.dispose$0(); }, - $signature: 75 + $signature: 78 }; A._TokenEditState__onChanged_closure.prototype = { call$1(b) { @@ -527231,7 +527380,7 @@ b.get$_token_model$_$this()._token_model$_name = t1; return b; }, - $signature: 815 + $signature: 704 }; A._TokenEditState__onChanged_closure0.prototype = { call$0() { @@ -527243,7 +527392,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._TokenEditState_build_closure.prototype = { call$1(context) { @@ -527253,7 +527402,7 @@ t3 = type$.JSArray_legacy_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, t2.get$name(t2), _null, _null, false, _null, _null, t1.get$_token_edit$_onSavePressed(), true, _null, _null, B.TextAlign_4, new A._TokenEditState_build__closure(t2))], t3), _null, _null, false, _null, false, _null, _null)], t3), _null, _null, _null, false, _null); }, - $signature: 139 + $signature: 133 }; A._TokenEditState_build__closure.prototype = { call$1(value) { @@ -527293,7 +527442,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateToken(token)); }, - $signature: 395 + $signature: 391 }; A.TokenEditVM_TokenEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -527343,7 +527492,7 @@ t5[0].call$1(new A.SaveTokenRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_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: 432 + $signature: 590 }; A.TokenEditVM_TokenEditVM$fromStore____closure.prototype = { call$1(savedToken) { @@ -527376,7 +527525,7 @@ } else A.viewEntity(false, savedToken, null, true); }, - $signature: 395 + $signature: 391 }; A.TokenEditVM_TokenEditVM$fromStore____closure0.prototype = { call$1(error) { @@ -527543,7 +527692,7 @@ t7 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t6), B.EntityType_token, false, B.List_empty21, 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"], t6), B.List_empty22, t7); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && userCompany.can$2(B.UserPermission_create, B.EntityType_token) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "token_fab", false, new A.TokenScreen_build_closure6(context), t4.get$newToken()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_token, t3, new A.TokenScreen_build_closure7(store), t5, _null, _null, new A.TokenScreen_build_closure8(store), new A.ValueKey("__filter_" + t2 + "__", type$.ValueKey_legacy_String)), new A.TokenListBuilder(_null), t7, B.EntityType_token, t1, 0, "account_management", new A.TokenScreen_build_closure9(store), new A.TokenScreen_build_closure10(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_token, t3, new A.TokenScreen_build_closure7(store), t5, _null, _null, new A.TokenScreen_build_closure8(store), new A.ValueKey("__filter_" + t2 + "__", type$.ValueKey_legacy_String)), new A.TokenListBuilder(_null), t7, B.EntityType_token, t1, 0, "account_management", new A.TokenScreen_build_closure9(store), new A.TokenScreen_build_closure10(store)); } }; A.TokenScreen_build_closure10.prototype = { @@ -527811,20 +527960,20 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_transaction_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._TransactionEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_transaction_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._TransactionEditState_dispose_closure.prototype = { call$1(controller) { controller.removeListener$1(0, this.$this.get$_transaction_edit$_onChanged()); controller.dispose$0(); }, - $signature: 75 + $signature: 78 }; A._TransactionEditState__onChanged_closure.prototype = { call$0() { @@ -527850,13 +527999,13 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._TransactionEditState_build_closure1.prototype = { call$1(context) { return this.$this._transaction_edit$_onSavePressed$0(); }, - $signature: 20 + $signature: 19 }; A._TransactionEditState_build_closure.prototype = { call$1(context) { @@ -527882,7 +528031,7 @@ t15 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([t5, t2, t7, t10, A.EntityDropdown$(true, false, t11, t13.call$5(t8.map, t8.list, t9, t14.userState.map, t11), _null, B.EntityType_bankAccount, B.List_empty0, t12, new A._TransactionEditState_build__closure4(t4, context), new A._TransactionEditState_build__closure5(_this.store), new A._TransactionEditState_build__closure6(t4, t3), new A._TransactionEditState_build__closure7(), _null, new A._TransactionEditState_build__closure8(t3, t1)), A.DecoratedFormField$(false, _null, false, t6._descriptionController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1.get$description(t1), 6, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t15), _null, _null, false, _null, false, _null, _null)], t15), _null, _null, _null, false, _null); }, - $signature: 139 + $signature: 133 }; A._TransactionEditState_build__closure.prototype = { call$1(value) { @@ -527901,7 +528050,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.transaction.rebuild$1(new A._TransactionEditState_build___closure2(date))); }, - $signature: 44 + $signature: 43 }; A._TransactionEditState_build___closure2.prototype = { call$1(b) { @@ -527914,7 +528063,7 @@ call$1(_) { return this.$this._transaction_edit$_onSavePressed$0(); }, - $signature: 20 + $signature: 19 }; A._TransactionEditState_build__closure2.prototype = { call$1(value) { @@ -527969,14 +528118,14 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveBankAccountRequest(completer, t1)); }, - $signature: 148 + $signature: 143 }; A._TransactionEditState_build___closure0.prototype = { call$1(b) { b.get$_bank_account_model$_$this()._bank_account_model$_name = this.name; return b; }, - $signature: 261 + $signature: 246 }; A._TransactionEditState_build__closure8.prototype = { call$1(value) { @@ -527988,7 +528137,7 @@ call$1(entity) { return ""; }, - $signature: 131 + $signature: 134 }; A.TransactionEditScreen.prototype = { build$1(context) { @@ -528022,7 +528171,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTransaction(transaction)); }, - $signature: 224 + $signature: 221 }; A.TransactionEditVM_TransactionEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -528100,7 +528249,7 @@ } else A.viewEntity(false, savedTransaction, null, true); }, - $signature: 224 + $signature: 221 }; A.TransactionEditVM_TransactionEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -528124,7 +528273,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, null, true); completer.get$future().then$1$1(0, new A.TransactionEditVM_TransactionEditVM$fromStore__closure0(t3), t4); }, - $signature: 121 + $signature: 122 }; A.TransactionEditVM_TransactionEditVM$fromStore__closure.prototype = { call$1(_) { @@ -528229,7 +528378,7 @@ } return t1; }, - $signature: 114 + $signature: 116 }; A.TransactionListItem_build__closure2.prototype = { call$0() { @@ -528256,7 +528405,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.transaction], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 68 + $signature: 64 }; A.TransactionListItem_build__closure5.prototype = { call$0() { @@ -528423,13 +528572,13 @@ call$1(invoice) { return invoice != null; }, - $signature: 111 + $signature: 107 }; A.TransactionPresenter_getField_closure1.prototype = { call$1(invoice) { return new A.Padding(B.EdgeInsets_0_0_8_0, new A.LinkTextRelatedEntity(invoice, this.transaction, null), null); }, - $signature: 788 + $signature: 790 }; A.TransactionPresenter_getField_closure2.prototype = { call$1(expenseId) { @@ -528438,13 +528587,13 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseState.map._map$_map.$index(0, expenseId); }, - $signature: 207 + $signature: 228 }; A.TransactionPresenter_getField_closure3.prototype = { call$1(expense) { return expense != null; }, - $signature: 392 + $signature: 361 }; A.TransactionPresenter_getField_closure4.prototype = { call$1(expense) { @@ -528483,7 +528632,7 @@ t8 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType(["status", "deposit", "withdrawal", "date", "description", "invoices", "expense"], t7), B.EntityType_transaction, false, t6, new A.TransactionScreen_build_closure5(store), new A.TransactionScreen_build_closure6(store), new A.TransactionScreen_build_closure7(store), new A.TransactionScreen_build_closure8(store), new A.TransactionScreen_build_closure9(store), new A.TransactionScreen_build_closure10(store), new A.TransactionScreen_build_closure11(store), _null, A._setArrayType(["date", "description", "amount"], t7), statuses, t8); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && userCompany.can$2(B.UserPermission_create, B.EntityType_transaction) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "transaction_fab", false, new A.TransactionScreen_build_closure12(context), t4.get$newTransaction()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_transaction, t3, new A.TransactionScreen_build_closure13(store), t5, statuses, new A.TransactionScreen_build_closure14(store), new A.TransactionScreen_build_closure15(store), new A.ValueKey("__filter_" + t2 + "__", type$.ValueKey_legacy_String)), new A.TransactionListBuilder(_null), t8, B.EntityType_transaction, t1, 0, _null, new A.TransactionScreen_build_closure16(store), new A.TransactionScreen_build_closure17(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_transaction, t3, new A.TransactionScreen_build_closure13(store), t5, statuses, new A.TransactionScreen_build_closure14(store), new A.TransactionScreen_build_closure15(store), new A.ValueKey("__filter_" + t2 + "__", type$.ValueKey_legacy_String)), new A.TransactionListBuilder(_null), t8, B.EntityType_transaction, t1, 0, _null, new A.TransactionScreen_build_closure16(store), new A.TransactionScreen_build_closure17(store)); } }; A.TransactionScreen_build_closure.prototype = { @@ -528500,7 +528649,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 274 + $signature: 308 }; A.TransactionScreen_build_closure0.prototype = { call$1(b) { @@ -528516,7 +528665,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 274 + $signature: 308 }; A.TransactionScreen_build_closure1.prototype = { call$1(b) { @@ -528532,7 +528681,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 274 + $signature: 308 }; A.TransactionScreen_build_closure2.prototype = { call$1(b) { @@ -528547,7 +528696,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 274 + $signature: 308 }; A.TransactionScreen_build_closure3.prototype = { call$1(b) { @@ -528557,7 +528706,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 274 + $signature: 308 }; A.TransactionScreen_build_closure17.prototype = { call$0() { @@ -528933,7 +529082,7 @@ call$1(invoice) { return invoice != null; }, - $signature: 111 + $signature: 107 }; A._MatchDepositsState_updateInvoiceList_closure.prototype = { call$1(invoice) { @@ -528986,13 +529135,13 @@ } return true; }, - $signature: 111 + $signature: 107 }; A._MatchDepositsState_updateInvoiceList_closure0.prototype = { call$2(invoiceA, invoiceB) { return J.compareTo$1$ns(invoiceB.date, invoiceA.date); }, - $signature: 331 + $signature: 296 }; A._MatchDepositsState_updatePaymentList_closure.prototype = { call$1(payment) { @@ -529041,7 +529190,7 @@ } return true; }, - $signature: 282 + $signature: 280 }; A._MatchDepositsState_updatePaymentList_closure0.prototype = { call$2(paymentA, paymentB) { @@ -529055,14 +529204,14 @@ t2 = t1.totalSelected; t1.totalSelected = t2 + (invoice.statusId !== "1" ? invoice.balance : invoice.amount); }, - $signature: 73 + $signature: 70 }; A._MatchDepositsState_build_closure0.prototype = { call$1(value) { var t1 = this.$this; return t1.setState$1(new A._MatchDepositsState_build__closure12(t1, value)); }, - $signature: 855 + $signature: 857 }; A._MatchDepositsState_build__closure12.prototype = { call$0() { @@ -529189,7 +529338,7 @@ var t1 = this.$this; t1.setState$1(new A._MatchDepositsState_build__closure3(t1, date)); }, - $signature: 44 + $signature: 43 }; A._MatchDepositsState_build__closure3.prototype = { call$0() { @@ -529204,7 +529353,7 @@ var t1 = this.$this; t1.setState$1(new A._MatchDepositsState_build__closure2(t1, date)); }, - $signature: 44 + $signature: 43 }; A._MatchDepositsState_build__closure2.prototype = { call$0() { @@ -529218,7 +529367,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A._MatchDepositsState_build_closure11.prototype = { call$2(context, index) { @@ -529230,7 +529379,7 @@ t2 = ""; return new A.PaymentListItem(payment, null, true, t2 === payment.id, new A._MatchDepositsState_build__closure1(t1, payment), false, null); }, - $signature: 471 + $signature: 498 }; A._MatchDepositsState_build__closure1.prototype = { call$0() { @@ -529260,7 +529409,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A._MatchDepositsState_build_closure13.prototype = { call$2(context, index) { @@ -529269,7 +529418,7 @@ t2 = t1._selectedInvoices; return new A.InvoiceListItem(invoice, null, true, (t2 && B.JSArray_methods).contains$1(t2, invoice), new A._MatchDepositsState_build__closure0(t1, invoice), false, null); }, - $signature: 381 + $signature: 351 }; A._MatchDepositsState_build__closure0.prototype = { call$0() { @@ -529317,7 +529466,7 @@ call$1(invoice) { return invoice.id; }, - $signature: 291 + $signature: 289 }; A._MatchWithdrawals.prototype = { createState$0() { @@ -529610,27 +529759,27 @@ } return true; }, - $signature: 392 + $signature: 361 }; A._MatchWithdrawalsState_updateExpenseList_closure0.prototype = { call$2(expenseA, expenseB) { return J.compareTo$1$ns(expenseB.date, expenseA.date); }, - $signature: 456 + $signature: 457 }; A._MatchWithdrawalsState_build_closure.prototype = { call$1(expense) { var t1 = this._box_0; t1.totalSelected = t1.totalSelected + expense.get$grossAmount(); }, - $signature: 133 + $signature: 137 }; A._MatchWithdrawalsState_build_closure0.prototype = { call$1(value) { var t1 = this.$this; return t1.setState$1(new A._MatchWithdrawalsState_build__closure18(t1, value)); }, - $signature: 855 + $signature: 857 }; A._MatchWithdrawalsState_build__closure18.prototype = { call$0() { @@ -529715,7 +529864,7 @@ var t1 = this.$this; t1.setState$1(new A._MatchWithdrawalsState_build__closure12(t1, date)); }, - $signature: 44 + $signature: 43 }; A._MatchWithdrawalsState_build__closure12.prototype = { call$0() { @@ -529730,7 +529879,7 @@ var t1 = this.$this; t1.setState$1(new A._MatchWithdrawalsState_build__closure11(t1, date)); }, - $signature: 44 + $signature: 43 }; A._MatchWithdrawalsState_build__closure11.prototype = { call$0() { @@ -529744,7 +529893,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A._MatchWithdrawalsState_build_closure8.prototype = { call$2(context, index) { @@ -529753,7 +529902,7 @@ t2 = t1._selectedExpenses; return A.ExpenseListItem$(expense, null, (t2 && B.JSArray_methods).contains$1(t2, expense), true, null, new A._MatchWithdrawalsState_build__closure10(t1, expense, this.store, this.transaction), true, false); }, - $signature: 400 + $signature: 352 }; A._MatchWithdrawalsState_build__closure10.prototype = { call$0() { @@ -529797,7 +529946,7 @@ call$1(expense) { return expense.id; }, - $signature: 391 + $signature: 362 }; A._MatchWithdrawalsState_build_closure10.prototype = { call$1(value) { @@ -529873,7 +530022,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A._MatchWithdrawalsState_build_closure13.prototype = { call$2(context, index) { @@ -529883,7 +530032,7 @@ t2 = t2 == null ? null : t2.id; return A.VendorListItem$("", t2 === vendor.id, new A._MatchWithdrawalsState_build__closure5(t1, vendor, this.store, this.transaction), true, vendor); }, - $signature: 856 + $signature: 858 }; A._MatchWithdrawalsState_build__closure5.prototype = { call$0() { @@ -529995,7 +530144,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A._MatchWithdrawalsState_build_closure18.prototype = { call$2(context, index) { @@ -530005,7 +530154,7 @@ t2 = t2 == null ? null : t2.id; return A.ExpenseCategoryListItem$(category, "", t2 === category.id, new A._MatchWithdrawalsState_build__closure0(t1, category, this.store, this.transaction), true); }, - $signature: 771 + $signature: 772 }; A._MatchWithdrawalsState_build__closure0.prototype = { call$0() { @@ -530057,7 +530206,7 @@ call$1(expense) { return expense.id; }, - $signature: 391 + $signature: 362 }; A._MatchWithdrawalsState_build_closure21.prototype = { call$0() { @@ -530123,7 +530272,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.LinkTransactionToPaymentRequest(t1, t2, paymentId)); }, - $signature: 857 + $signature: 859 }; A.TransactionViewVM_TransactionViewVM$fromStore_closure3.prototype = { call$2(context, expenseId) { @@ -530133,7 +530282,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.LinkTransactionToExpenseRequest(t1, t2, expenseId)); }, - $signature: 857 + $signature: 859 }; A.TransactionViewVM_TransactionViewVM$fromStore_closure0.prototype = { call$2(context, invoiceIds) { @@ -530143,7 +530292,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.ConvertTransactionToPaymentRequest(t1, t2, invoiceIds)); }, - $signature: 823 + $signature: 825 }; A.TransactionViewVM_TransactionViewVM$fromStore_closure1.prototype = { call$3(context, vendorId, categoryId) { @@ -530156,7 +530305,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.ConvertTransactionsToExpensesRequest(t3, t2, vendorId, categoryId)); }, - $signature: 828 + $signature: 830 }; A.TransactionViewVM_TransactionViewVM$fromStore__closure.prototype = { call$1(value) { @@ -530231,20 +530380,20 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_transaction_rule_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._TransactionRuleEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_transaction_rule_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._TransactionRuleEditState_dispose_closure.prototype = { call$1(controller) { controller.removeListener$1(0, this.$this.get$_transaction_rule_edit$_onChanged()); controller.dispose$0(); }, - $signature: 75 + $signature: 78 }; A._TransactionRuleEditState__onChanged_closure.prototype = { call$0() { @@ -530261,19 +530410,19 @@ b.get$_transaction_rule_model$_$this()._transaction_rule_model$_name = t1; return b; }, - $signature: 172 + $signature: 160 }; A._TransactionRuleEditState_build_closure0.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._TransactionRuleEditState_build_closure1.prototype = { call$1(context) { return this.$this._onSubmitted$0(); }, - $signature: 20 + $signature: 19 }; A._TransactionRuleEditState_build_closure.prototype = { call$1(context) { @@ -530328,13 +530477,13 @@ t10 = t5.expenseCategoryState; return new A.ScrollableListView(A._setArrayType([t6, t2, A.FormCard$(_null, A._setArrayType([t11, A.EntityDropdown$(true, false, t12, t3.call$5(t10.map, t10.list, t4, t5.userState.map, t12), _null, B.EntityType_expenseCategory, B.List_empty0, t1.get$category(), _null, new A._TransactionRuleEditState_build__closure8(t13), 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: 139 + $signature: 133 }; A._TransactionRuleEditState_build__closure.prototype = { call$1(context) { return this.$this._onSubmitted$0(); }, - $signature: 20 + $signature: 19 }; A._TransactionRuleEditState_build__closure0.prototype = { call$1(value) { @@ -530346,27 +530495,27 @@ call$1(value) { this.viewModel.onChanged.call$1(this.transactionRule.rebuild$1(new A._TransactionRuleEditState_build___closure9(value))); }, - $signature: 19 + $signature: 20 }; A._TransactionRuleEditState_build___closure9.prototype = { call$1(b) { b.get$_transaction_rule_model$_$this()._matchesOnAll = this.value; return b; }, - $signature: 172 + $signature: 160 }; A._TransactionRuleEditState_build__closure2.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.transactionRule.rebuild$1(new A._TransactionRuleEditState_build___closure8(value))); }, - $signature: 19 + $signature: 20 }; A._TransactionRuleEditState_build___closure8.prototype = { call$1(b) { b.get$_transaction_rule_model$_$this()._autoConvert = this.value; return b; }, - $signature: 172 + $signature: 160 }; A._TransactionRuleEditState_build__closure3.prototype = { call$0() { @@ -530400,7 +530549,7 @@ call$1(context) { return new A._RuleCriteria(this.rule, null); }, - $signature: 858 + $signature: 860 }; A._TransactionRuleEditState_build___closure7.prototype = { call$1(b) { @@ -530411,7 +530560,7 @@ B.JSArray_methods.replaceRange$3(t1.get$_safeList(), t2, t2 + 1, iterable); return b; }, - $signature: 172 + $signature: 160 }; A._TransactionRuleEditState_build__closure4.prototype = { call$0() { @@ -530424,7 +530573,7 @@ B.JSArray_methods.remove$1(b.get$rules(b).get$_safeList(), this.rule); return b; }, - $signature: 172 + $signature: 160 }; A._TransactionRuleEditState_build__closure5.prototype = { call$0() { @@ -530458,7 +530607,7 @@ call$1(context) { return new A._RuleCriteria(null, null); }, - $signature: 858 + $signature: 860 }; A._TransactionRuleEditState_build___closure3.prototype = { call$1(b) { @@ -530470,7 +530619,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 172 + $signature: 160 }; A._TransactionRuleEditState_build__closure7.prototype = { call$1(vendor) { @@ -530487,7 +530636,7 @@ b.get$_transaction_rule_model$_$this()._transaction_rule_model$_vendorId = t1; return b; }, - $signature: 172 + $signature: 160 }; A._TransactionRuleEditState_build__closure6.prototype = { call$2(completer, $name) { @@ -530496,7 +530645,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 148 + $signature: 143 }; A._TransactionRuleEditState_build___closure2.prototype = { call$1(b) { @@ -530520,7 +530669,7 @@ b.get$_transaction_rule_model$_$this()._transaction_rule_model$_categoryId = t1; return b; }, - $signature: 172 + $signature: 160 }; A._TransactionRuleEditState_build__closure8.prototype = { call$2(completer, $name) { @@ -530529,7 +530678,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveExpenseCategoryRequest(completer, t1)); }, - $signature: 148 + $signature: 143 }; A._TransactionRuleEditState_build___closure0.prototype = { call$1(b) { @@ -530627,7 +530776,7 @@ b.get$_transaction_rule_model$_$this()._operator = t1; return b; }, - $signature: 491 + $signature: 588 }; A.__RuleCriteriaState_build_closure0.prototype = { call$1(value) { @@ -530648,7 +530797,7 @@ b.get$_transaction_rule_model$_$this()._operator = this.value; return b; }, - $signature: 491 + $signature: 588 }; A.__RuleCriteriaState_build_closure1.prototype = { call$1(value) { @@ -530669,13 +530818,13 @@ b.get$_transaction_rule_model$_$this()._transaction_rule_model$_value = this.value; return b; }, - $signature: 491 + $signature: 588 }; A.__RuleCriteriaState_build_closure2.prototype = { call$1(context) { return this.$this.onDonePressed$0(); }, - $signature: 20 + $signature: 19 }; A.__RuleCriteriaState_build_closure3.prototype = { call$1(value) { @@ -530721,7 +530870,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTransactionRule(transactionRule)); }, - $signature: 414 + $signature: 396 }; A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -530799,7 +530948,7 @@ } else A.viewEntity(false, savedTransactionRule, null, true); }, - $signature: 414 + $signature: 396 }; A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -530990,7 +531139,7 @@ t7 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t6), B.EntityType_transactionRule, false, B.List_empty21, 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"], t6), B.List_empty22, t7); 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), "transaction_rule_fab", false, new A.TransactionRuleScreen_build_closure6(context), t4.get$newTransactionRule()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_transactionRule, t3, new A.TransactionRuleScreen_build_closure7(store), t5, _null, _null, new A.TransactionRuleScreen_build_closure8(store), new A.ValueKey("__filter_" + t2 + "__", type$.ValueKey_legacy_String)), new A.TransactionRuleListBuilder(_null), t7, B.EntityType_transactionRule, t1, 0, "bank_accounts", new A.TransactionRuleScreen_build_closure9(store), new A.TransactionRuleScreen_build_closure10(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_transactionRule, t3, new A.TransactionRuleScreen_build_closure7(store), t5, _null, _null, new A.TransactionRuleScreen_build_closure8(store), new A.ValueKey("__filter_" + t2 + "__", type$.ValueKey_legacy_String)), new A.TransactionRuleListBuilder(_null), t7, B.EntityType_transactionRule, t1, 0, "bank_accounts", new A.TransactionRuleScreen_build_closure9(store), new A.TransactionRuleScreen_build_closure10(store)); } }; A.TransactionRuleScreen_build_closure10.prototype = { @@ -531333,20 +531482,20 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_user_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._UserEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_user_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._UserEditState_dispose_closure.prototype = { call$1(controller) { controller.removeListener$1(0, this.$this.get$_user_edit$_onChanged()); controller.dispose$0(); }, - $signature: 75 + $signature: 78 }; A._UserEditState__onChanged_closure.prototype = { call$1(b) { @@ -531369,7 +531518,7 @@ b.get$_user_model$_$this()._customValue4 = t1; return b; }, - $signature: 105 + $signature: 106 }; A._UserEditState__onChanged_closure0.prototype = { call$0() { @@ -531388,13 +531537,13 @@ b.get$userCompany().get$_company_model$_$this()._permissions = this.permissionsString; return b; }, - $signature: 105 + $signature: 106 }; A._UserEditState_build_closure14.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._UserEditState_build_closure.prototype = { call$1(val) { @@ -531418,14 +531567,14 @@ call$2(channel, options) { this.viewModel.onUserChanged.call$1(this.user.rebuild$1(new A._UserEditState_build__closure10(channel, options))); }, - $signature: 518 + $signature: 522 }; A._UserEditState_build__closure10.prototype = { call$1(b) { b.get$userCompany().get$notifications().$indexSet(0, this.channel, A.BuiltList_BuiltList$from(this.options, type$.legacy_String)); return b; }, - $signature: 105 + $signature: 106 }; A._UserEditState_build_closure3.prototype = { call$1(value) { @@ -531438,7 +531587,7 @@ b.get$userCompany().get$_company_model$_$this()._isAdmin = this.value; return b; }, - $signature: 105 + $signature: 106 }; A._UserEditState_build_closure4.prototype = { call$1(value) { @@ -531452,7 +531601,7 @@ B.JSArray_methods.remove$1(permissions, _s12_); this.viewModel.onUserChanged.call$1(this.user.rebuild$1(new A._UserEditState_build__closure8(permissions))); }, - $signature: 19 + $signature: 20 }; A._UserEditState_build__closure7.prototype = { call$1(element) { @@ -531467,7 +531616,7 @@ t1.get$_company_model$_$this()._permissions = t2; return b; }, - $signature: 105 + $signature: 106 }; A._UserEditState_build_closure5.prototype = { call$0() { @@ -531483,19 +531632,19 @@ t1._togglePermission$1("view_all"); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._UserEditState_build___closure0(t1)); }, - $signature: 38 + $signature: 39 }; A._UserEditState_build___closure0.prototype = { call$1(duration) { this.$this._togglePermission$1("edit_all"); }, - $signature: 38 + $signature: 39 }; A._UserEditState_build_closure6.prototype = { call$1(value) { return this.$this._togglePermission$1("create_all"); }, - $signature: 43 + $signature: 44 }; A._UserEditState_build_closure7.prototype = { call$0() { @@ -531507,7 +531656,7 @@ call$1(value) { return this.$this._togglePermission$1("view_all"); }, - $signature: 43 + $signature: 44 }; A._UserEditState_build_closure9.prototype = { call$0() { @@ -531519,7 +531668,7 @@ call$1(value) { return this.$this._togglePermission$1("edit_all"); }, - $signature: 43 + $signature: 44 }; A._UserEditState_build_closure11.prototype = { call$0() { @@ -531533,7 +531682,7 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].userCompany.company.isModuleEnabled$1(entityType); }, - $signature: 267 + $signature: 265 }; A._UserEditState_build_closure13.prototype = { call$1(type) { @@ -531572,19 +531721,19 @@ t1._togglePermission$1(this.viewPermission); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._UserEditState_build____closure(t1, this.editPermission)); }, - $signature: 38 + $signature: 39 }; A._UserEditState_build____closure.prototype = { call$1(duration) { this.$this._togglePermission$1(this.editPermission); }, - $signature: 38 + $signature: 39 }; A._UserEditState_build__closure1.prototype = { call$1(value) { return this.$this._togglePermission$1(this.createPermission); }, - $signature: 43 + $signature: 44 }; A._UserEditState_build__closure0.prototype = { call$0() { @@ -531596,7 +531745,7 @@ call$1(value) { return this.$this._togglePermission$1(this.viewPermission); }, - $signature: 43 + $signature: 44 }; A._UserEditState_build__closure2.prototype = { call$0() { @@ -531608,7 +531757,7 @@ call$1(value) { return this.$this._togglePermission$1(this.editPermission); }, - $signature: 43 + $signature: 44 }; A._UserEditState_build__closure4.prototype = { call$0() { @@ -531675,7 +531824,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateUser(user)); }, - $signature: 161 + $signature: 174 }; A.UserEditVM_UserEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -531751,7 +531900,7 @@ } else A.viewEntity(false, savedUser, null, true); }, - $signature: 161 + $signature: 174 }; A.UserEditVM_UserEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -531904,7 +532053,7 @@ t3 = t3.filter; t6 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, _null, B.EntityType_user, false, B.List_empty21, 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_legacy_String), B.List_empty22, _null); t1 = t1.prefState.appLayout === B.AppLayout_mobile && userCompany.can$2(B.UserPermission_create, B.EntityType_user) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "user_fab", false, new A.UserScreen_build_closure6(context), t4.get$newUser()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_user, t3, new A.UserScreen_build_closure7(store), t5, _null, _null, new A.UserScreen_build_closure8(store), new A.ValueKey("__filter_" + t2 + "__", type$.ValueKey_legacy_String)), new A.UserListBuilder(_null), t6, B.EntityType_user, t1, 0, _null, new A.UserScreen_build_closure9(store), new A.UserScreen_build_closure10(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_user, t3, new A.UserScreen_build_closure7(store), t5, _null, _null, new A.UserScreen_build_closure8(store), new A.ValueKey("__filter_" + t2 + "__", type$.ValueKey_legacy_String)), new A.UserListBuilder(_null), t6, B.EntityType_user, t1, 0, _null, new A.UserScreen_build_closure9(store), new A.UserScreen_build_closure10(store)); } }; A.UserScreen_build_closure10.prototype = { @@ -532155,7 +532304,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._VendorEditState_build_closure0.prototype = { call$1(context) { @@ -532346,7 +532495,7 @@ call$1(c) { return c.id === this.contact.id; }, - $signature: 179 + $signature: 196 }; A._VendorEditContactsState_build_closure.prototype = { call$1(contact) { @@ -532364,7 +532513,7 @@ call$1(duration) { this.$this._showContactEditor$2(this.contact, this.context); }, - $signature: 38 + $signature: 39 }; A._VendorEditContactsState_build_closure1.prototype = { call$0() { @@ -532520,7 +532669,7 @@ b.get$_vendor_model$_$this()._vendor_model$_customValue4 = t1; return b; }, - $signature: 337 + $signature: 419 }; A.VendorContactEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -532533,19 +532682,19 @@ call$1(_) { return this.$this._onDoneContactPressed$0(); }, - $signature: 20 + $signature: 19 }; A.VendorContactEditDetailsState_build_closure0.prototype = { call$1(_) { return this.$this._onDoneContactPressed$0(); }, - $signature: 20 + $signature: 19 }; A.VendorContactEditDetailsState_build_closure1.prototype = { call$1(_) { return this.$this._onDoneContactPressed$0(); }, - $signature: 20 + $signature: 19 }; A.VendorContactEditDetailsState_build_closure2.prototype = { call$1(value) { @@ -532557,31 +532706,31 @@ call$1(_) { return this.$this._onDoneContactPressed$0(); }, - $signature: 20 + $signature: 19 }; A.VendorContactEditDetailsState_build_closure4.prototype = { call$1(_) { return this.$this._onDoneContactPressed$0(); }, - $signature: 20 + $signature: 19 }; A.VendorContactEditDetailsState_build_closure5.prototype = { call$1(_) { return this.$this._onDoneContactPressed$0(); }, - $signature: 20 + $signature: 19 }; A.VendorContactEditDetailsState_build_closure6.prototype = { call$1(_) { return this.$this._onDoneContactPressed$0(); }, - $signature: 20 + $signature: 19 }; A.VendorContactEditDetailsState_build_closure7.prototype = { call$1(_) { return this.$this._onDoneContactPressed$0(); }, - $signature: 20 + $signature: 19 }; A.VendorContactEditDetailsState_build_closure8.prototype = { call$1(value) { @@ -532589,28 +532738,28 @@ t1.setState$1(new A.VendorContactEditDetailsState_build__closure0(t1, value)); this.viewModel.onChangedContact.call$2(t1._contact.rebuild$1(new A.VendorContactEditDetailsState_build__closure1(value)), t1._widget.index); }, - $signature: 19 + $signature: 20 }; A.VendorContactEditDetailsState_build__closure0.prototype = { call$0() { var t1 = this.$this; return t1._contact = t1._contact.rebuild$1(new A.VendorContactEditDetailsState_build___closure(this.value)); }, - $signature: 581 + $signature: 435 }; A.VendorContactEditDetailsState_build___closure.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_sendEmail = this.value; return b; }, - $signature: 337 + $signature: 419 }; A.VendorContactEditDetailsState_build__closure1.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_sendEmail = this.value; return b; }, - $signature: 337 + $signature: 419 }; A.VendorContactEditDetailsState_build_closure9.prototype = { call$0() { @@ -532679,7 +532828,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.DeleteVendorContact(index)); }, - $signature: 178 + $signature: 197 }; A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1.prototype = { call$0() { @@ -533021,7 +533170,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateVendor(vendor)); }, - $signature: 306 + $signature: 303 }; A.VendorEditVM_VendorEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -533117,7 +533266,7 @@ A.viewEntity(false, savedVendor, null, true); } }, - $signature: 306 + $signature: 303 }; A.VendorEditVM_VendorEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -533215,7 +533364,7 @@ } return t1; }, - $signature: 114 + $signature: 116 }; A.VendorListItem_build__closure2.prototype = { call$0() { @@ -533236,14 +533385,14 @@ call$1(value) { return null; }, - $signature: 19 + $signature: 20 }; A.VendorListItem_build__closure0.prototype = { call$2(context, action) { A.handleEntitiesActions(A._setArrayType([this.$this.vendor], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 68 + $signature: 64 }; A.VendorListItem_build__closure5.prototype = { call$0() { @@ -533264,7 +533413,7 @@ call$1(value) { return null; }, - $signature: 19 + $signature: 20 }; A.VendorListBuilder.prototype = { build$1(context) { @@ -533294,7 +533443,7 @@ t2 = t4 && B.JSArray_methods.contains$1(t3._list, t2); return A.VendorListItem$(t1.filter, t2, null, t4, vendor); }, - $signature: 856 + $signature: 858 }; A.VendorListVM.prototype = {}; A.VendorListVM_fromStore__handleRefresh.prototype = { @@ -533444,7 +533593,7 @@ t8 = 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), t9, B.EntityType_vendor, false, B.List_empty21, 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"], t7), B.List_empty22, t8); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && t4.can$2(B.UserPermission_create, B.EntityType_vendor) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "vendor_fab", false, new A.VendorScreen_build_closure6(context), t2.get$newVendor()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_vendor, t3, new A.VendorScreen_build_closure7(store), t6, _null, _null, new A.VendorScreen_build_closure8(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.VendorListBuilder(_null), t8, B.EntityType_vendor, t1, 0, _null, new A.VendorScreen_build_closure9(store), new A.VendorScreen_build_closure10(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_vendor, t3, new A.VendorScreen_build_closure7(store), t6, _null, _null, new A.VendorScreen_build_closure8(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.VendorListBuilder(_null), t8, B.EntityType_vendor, t1, 0, _null, new A.VendorScreen_build_closure9(store), new A.VendorScreen_build_closure10(store)); } }; A.VendorScreen_build_closure10.prototype = { @@ -533641,7 +533790,7 @@ t5 = type$.JSArray_legacy_Widget; return A.Column$(A._setArrayType([A.Expanded$(A.TabBarView$(A._setArrayType([A.RefreshIndicator$(new A.VendorOverview(t3, t1._widget.isFilter, _null), new A._VendorViewState_build__closure(t3, context)), A.RefreshIndicator$(new A.VendorViewDetails(t4, _null), new A._VendorViewState_build__closure0(t3, context)), A.RefreshIndicator$(new A.VendorViewDocuments(t3, _null), new A._VendorViewState_build__closure1(t3, context)), A.RefreshIndicator$(new A.VendorViewActivity(t3, new A.ValueKey(t4.id, type$.ValueKey_legacy_String)), new A._VendorViewState_build__closure2(t3, context))], t5), 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: 238 + $signature: 239 }; A._VendorViewState_build__closure.prototype = { call$0() { @@ -533711,13 +533860,13 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 69 + $signature: 67 }; A._VendorViewActivityState_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list[index], true, null); }, - $signature: 277 + $signature: 268 }; A.VendorViewDetails.prototype = { createState$0() { @@ -533795,7 +533944,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: 241 + $signature: 247 }; A._VendorViewDetailsState_build__buildDetailsList_closure.prototype = { call$1(contact) { @@ -533813,7 +533962,7 @@ _this.listTiles.push(A.AppListTile$(null, t1, B.IconData_58530_MaterialIcons_null_false, new A._VendorViewDetailsState_build__buildDetailsList__closure2(_this.$this, _this.context, contact), t3.get$phone(t3), t2 + "\n" + t1)); } }, - $signature: 772 + $signature: 773 }; A._VendorViewDetailsState_build__buildDetailsList__closure1.prototype = { call$0() { @@ -533900,7 +534049,7 @@ call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 136 + $signature: 131 }; A.VendorViewDocuments_build_closure1.prototype = { call$0() { @@ -534047,7 +534196,7 @@ } return A.Row$(t11, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 726 + $signature: 727 }; A._VendorViewFullwidthState_build__closure.prototype = { call$0() { @@ -534236,13 +534385,13 @@ t2[0].call$1(new A.SaveVendorDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.vendor)); t1.then$1$1(0, new A.VendorViewVM_VendorViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.VendorViewVM_VendorViewVM$fromStore__closure1(context)); }, - $signature: 79 + $signature: 82 }; A.VendorViewVM_VendorViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 50 + $signature: 48 }; A.VendorViewVM_VendorViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -534269,7 +534418,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 85 + $signature: 87 }; A.VendorViewVM_VendorViewVM$fromStore__closure.prototype = { call$1(value) { @@ -534332,20 +534481,20 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_webhook_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._WebhookEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_webhook_edit$_onChanged()); }, - $signature: 36 + $signature: 35 }; A._WebhookEditState_dispose_closure.prototype = { call$1(controller) { controller.removeListener$1(0, this.$this.get$_webhook_edit$_onChanged()); controller.dispose$0(); }, - $signature: 75 + $signature: 78 }; A._WebhookEditState__onChanged_closure.prototype = { call$1(b) { @@ -534353,7 +534502,7 @@ b.get$_webhook_model$_$this()._targetUrl = t1; return b; }, - $signature: 255 + $signature: 257 }; A._WebhookEditState__onChanged_closure0.prototype = { call$0() { @@ -534365,7 +534514,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 53 }; A._WebhookEditState_build_closure.prototype = { call$1(context) { @@ -534406,7 +534555,7 @@ } return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, t11, _null, _null, false, _null, false, _null, _null)], t14), _null, _null, _null, false, _null); }, - $signature: 139 + $signature: 133 }; A._WebhookEditState_build__closure.prototype = { call$1(value) { @@ -534425,7 +534574,7 @@ b.get$_webhook_model$_$this()._eventId = this.value; return b; }, - $signature: 255 + $signature: 257 }; A._WebhookEditState_build__closure0.prototype = { call$1(eventId) { @@ -534445,13 +534594,13 @@ b.get$_webhook_model$_$this()._restMethod = this.value; return b; }, - $signature: 255 + $signature: 257 }; A._WebhookEditState_build__closure3.prototype = { call$1(value) { return this.$this.setState$1(new A._WebhookEditState_build___closure2()); }, - $signature: 89 + $signature: 88 }; A._WebhookEditState_build___closure2.prototype = { call$0() { @@ -534462,7 +534611,7 @@ call$1(value) { return this.$this.setState$1(new A._WebhookEditState_build___closure1()); }, - $signature: 89 + $signature: 88 }; A._WebhookEditState_build___closure1.prototype = { call$0() { @@ -534488,7 +534637,7 @@ b.get$headers(b).$indexSet(0, this.key, this.value); return b; }, - $signature: 255 + $signature: 257 }; A._WebhookEditState_build__closure6.prototype = { call$1(key) { @@ -534496,7 +534645,7 @@ t1 = this.webhook; 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, A.Row$(A._setArrayType([A.Expanded$(A.Text$(key, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), new A.SizedBox(16, _null, _null, _null), A.Expanded$(A.Text$(t1.headers._map$_map.$index(0, key), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), _null, new A._WebhookEditState_build___closure(this.viewModel, t1, key), _null, _null, this.localization.get$removeHeader(), _null), _null); }, - $signature: 221 + $signature: 204 }; A._WebhookEditState_build___closure.prototype = { call$0() { @@ -534509,7 +534658,7 @@ b.get$headers(b).get$_safeMap().remove$1(0, this.key); return b; }, - $signature: 255 + $signature: 257 }; A.WebhookEditScreen.prototype = { build$1(context) { @@ -534543,7 +534692,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateWebhook(webhook)); }, - $signature: 394 + $signature: 356 }; A.WebhookEditVM_WebhookEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -534619,7 +534768,7 @@ } else A.viewEntity(false, savedWebhook, null, true); }, - $signature: 394 + $signature: 356 }; A.WebhookEditVM_WebhookEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -534858,7 +535007,7 @@ t7 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t6), B.EntityType_webhook, false, B.List_empty21, 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"], t6), B.List_empty22, t7); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && userCompany.can$2(B.UserPermission_create, B.EntityType_webhook) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "webhook_fab", false, new A.WebhookScreen_build_closure6(context), t4.get$newWebhook()) : _null; - return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_webhook, t3, new A.WebhookScreen_build_closure7(store), t5, _null, _null, new A.WebhookScreen_build_closure8(store), new A.ValueKey("__filter_" + t2 + "__", type$.ValueKey_legacy_String)), new A.WebhookListBuilder(_null), t7, B.EntityType_webhook, t1, 0, "account_management", new A.WebhookScreen_build_closure9(store), new A.WebhookScreen_build_closure10(store)); + return A.ListScaffold$(_null, B.List_empty15, new A.ListFilter(B.EntityType_webhook, t3, new A.WebhookScreen_build_closure7(store), t5, _null, _null, new A.WebhookScreen_build_closure8(store), new A.ValueKey("__filter_" + t2 + "__", type$.ValueKey_legacy_String)), new A.WebhookListBuilder(_null), t7, B.EntityType_webhook, t1, 0, "account_management", new A.WebhookScreen_build_closure9(store), new A.WebhookScreen_build_closure10(store)); } }; A.WebhookScreen_build_closure10.prototype = { @@ -535086,7 +535235,7 @@ call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget), null); }, - $signature: 168 + $signature: 175 }; A.showErrorDialog_closure.prototype = { call$1(context) { @@ -535098,7 +535247,7 @@ call$1(context) { return new A.MessageDialog(this.message, null, this.secondaryActions, this.onDismiss, null, null); }, - $signature: 342 + $signature: 346 }; A.confirmCallback_closure.prototype = { call$1(context) { @@ -535133,7 +535282,7 @@ t2 = t4 == null ? t2 : t4; return A.PointerInterceptor$(A.AlertDialog$(A._setArrayType([t3, A.TextButton$(t7, A.Text$(t2.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.confirmCallback__closure3(t5), _null)], type$.JSArray_legacy_Widget), _null, _null, t1, _null, t6, t9)); }, - $signature: 694 + $signature: 696 }; A.confirmCallback_closure__onPressed.prototype = { call$0() { @@ -535159,7 +535308,7 @@ call$1(context) { return this._onPressed.call$0(); }, - $signature: 20 + $signature: 19 }; A.confirmCallback__closure1.prototype = { call$1(value) { @@ -535194,7 +535343,7 @@ A.print("## 3"); return new A.PasswordConfirmation(this.callback, "", null); }, - $signature: 529 + $signature: 575 }; A.passwordCallback_closure1.prototype = { call$2(idToken, accessToken) { @@ -535222,7 +535371,7 @@ call$1(context) { return new A.PasswordConfirmation(this.callback, this.idToken, null); }, - $signature: 529 + $signature: 575 }; A.passwordCallback_closure2.prototype = { call$2(idToken, accessToken) { @@ -535250,7 +535399,7 @@ call$1(context) { return new A.PasswordConfirmation(this.callback, this.idToken, null); }, - $signature: 529 + $signature: 575 }; A.passwordCallback_closure3.prototype = { call$1(error) { @@ -535314,7 +535463,7 @@ call$1(value) { return this.$this._submit$0(); }, - $signature: 89 + $signature: 88 }; A._PasswordConfirmationState_build_closure2.prototype = { call$0() { @@ -535395,7 +535544,7 @@ call$1(value) { return this.$this._submit$0(); }, - $signature: 89 + $signature: 88 }; A._FieldConfirmationState_build_closure2.prototype = { call$0() { @@ -535433,7 +535582,7 @@ t4 = A.Column$(t4, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.cloneToDialog__closure4(context), _null)], t3), _null, _null, t4, _null, _null, t2); }, - $signature: 196 + $signature: 193 }; A.cloneToDialog__closure.prototype = { call$0() { @@ -535496,7 +535645,7 @@ t4 = A.Column$(A.List_List$of(new A.MappedListIterable(t3, new A.changeTaskStatusDialog__closure(_this.state, _this.store, _this.task, context, t1), t4), true, t4._eval$1("ListIterable.E")), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.changeTaskStatusDialog__closure0(context), _null)], type$.JSArray_legacy_Widget), _null, _null, t4, _null, _null, t2); }, - $signature: 196 + $signature: 193 }; A.changeTaskStatusDialog__closure.prototype = { call$1(statusId) { @@ -535506,7 +535655,7 @@ t2 = A.Text$(t1.userCompanyStates._list[t2].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, new A.changeTaskStatusDialog___closure(_this.store, _this.task, statusId, _this.context, _this.localization), false, _null, _null, _null, _null, _null, t2, _null, _null); }, - $signature: 221 + $signature: 204 }; A.changeTaskStatusDialog___closure.prototype = { call$0() { @@ -535530,7 +535679,7 @@ b.get$_task_model$_$this()._task_model$_statusId = this.statusId; return b; }, - $signature: 64 + $signature: 69 }; A.changeTaskStatusDialog__closure0.prototype = { call$0() { @@ -535549,7 +535698,7 @@ t1 = false; return t1; }, - $signature: 111 + $signature: 107 }; A.addToInvoiceDialog_closure0.prototype = { call$1(context) { @@ -535564,7 +535713,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: 168 + $signature: 175 }; A.addToInvoiceDialog__closure.prototype = { call$1(invoice) { @@ -538134,7 +538283,7 @@ call$1(element) { return element instanceof A.LinkAttribution; }, - $signature: 534 + $signature: 567 }; A._EmptyParagraphSyntax.prototype = { get$pattern(_) { @@ -538168,7 +538317,7 @@ t1 = ""; this.callback.call$2(t2, t1); }, - $signature: 862 + $signature: 864 }; A.GoogleOAuth_signUp_closure.prototype = { call$1(value) { @@ -538181,13 +538330,13 @@ t1 = ""; this.callback.call$2(t2, t1); }, - $signature: 862 + $signature: 864 }; A.toSnakeCase_closure.prototype = { call$1(match) { return "_" + match.$index(0, 0).toLowerCase(); }, - $signature: 863 + $signature: 865 }; A.toCamelCase_closure.prototype = { call$1(word) { @@ -538199,7 +538348,7 @@ call$1(match) { return " " + match.$index(0, 0).toLowerCase(); }, - $signature: 863 + $signature: 865 }; A.toTitleCase_closure.prototype = { call$1(word) { @@ -538224,7 +538373,7 @@ t1 = this._box_0; t1.regExp = t1.regExp + (character + ".*?"); }, - $signature: 116 + $signature: 112 }; A.matchesString_closure0.prototype = { call$1(needle) { @@ -538508,7 +538657,7 @@ t3 = docBoundingBox.bottom; t1._textSelectionAnchor.set$value(0, A.Rect$fromPoints(t4, A.MatrixUtils_transformPoint(docBox.getTransformTo$1(0, null), new A.Offset(t2, t3))).get$topCenter()); }, - $signature: 38 + $signature: 39 }; A._ExampleEditorState__showImageToolbar_closure.prototype = { call$1(context) { @@ -538522,7 +538671,7 @@ var node = this.$this._doc._nodesById.$index(0, nodeId); node.putMetadataValue$2("singleColumnLayout", A.LinkedHashMap_LinkedHashMap$_literal(["width", width, "padding", A.SingleColumnLayoutComponentStyles_SingleColumnLayoutComponentStyles$fromMetadata(node).padding], type$.String, type$.nullable_Object)); }, - $signature: 784 + $signature: 786 }; A._ExampleEditorState__showImageToolbar_closure0.prototype = { call$1(timeStamp) { @@ -538542,7 +538691,7 @@ t3 = docBoundingBox.bottom; t1._imageSelectionAnchor.set$value(0, A.Rect$fromPoints(t4, A.MatrixUtils_transformPoint(docBox.getTransformTo$1(0, null), new A.Offset(t2, t3))).get$center()); }, - $signature: 38 + $signature: 39 }; A._ExampleEditorState_build_closure.prototype = { call$1(themedContext) { @@ -538583,19 +538732,19 @@ call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["textStyle", B.TextStyle_gkc0], type$.legacy_String, type$.dynamic); }, - $signature: 587 + $signature: 482 }; A._darkModeStyles_closure0.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["textStyle", B.TextStyle_gkc], type$.legacy_String, type$.dynamic); }, - $signature: 587 + $signature: 482 }; A._darkModeStyles_closure1.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["textStyle", B.TextStyle_gkc], type$.legacy_String, type$.dynamic); }, - $signature: 587 + $signature: 482 }; A.EditorToolbar.prototype = { createState$0() { @@ -538755,13 +538904,13 @@ call$1(attribution) { return attribution instanceof A.LinkAttribution; }, - $signature: 534 + $signature: 567 }; A._EditorToolbarState__onLinkPressed_closure.prototype = { call$1(attribution) { return attribution instanceof A.LinkAttribution; }, - $signature: 534 + $signature: 567 }; A._EditorToolbarState__onLinkPressed_closure0.prototype = { call$0() { @@ -538801,7 +538950,7 @@ } 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_Q06, _null, t5, _null, 16, "Link", _null), _null, _null)], type$.JSArray_legacy_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: 865 + $signature: 867 }; A._EditorToolbarState__buildUrlField_closure0.prototype = { call$1(context) { @@ -538869,7 +539018,7 @@ 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_IID3, _null, t1.get$_makeImageConfined(), _null, 16, "Bold", _null), _null, _null), A.Center$(A.IconButton$(_null, _null, _null, _null, B.Icon_Gv2, _null, t1.get$_makeImageFullBleed(), _null, 16, "Italics", _null), _null, _null)], type$.JSArray_legacy_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: 865 + $signature: 867 }; A._PositionedToolbar.prototype = { build$1(context) { @@ -538945,6 +539094,43 @@ }, $signature: 6 }; + A.updateWidgetData_closure.prototype = { + call$1(duration) { + return this.$call$body$updateWidgetData_closure(duration); + }, + $call$body$updateWidgetData_closure(duration) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + context, t2, 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 + t1 = $.$get$navigatorKey(); + t1.toString; + context = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); + t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + $async$goto = 2; + return A._asyncAwait(A.UserDefaults_setString("widget_data", B.C_JsonCodec.encode$2$toEncodable(A.WidgetData$fromState(t2, t1), null), "group.com.invoiceninja.app"), $async$call$1); + case 2: + // returning from await. + $async$goto = 3; + return A._asyncAwait(A.WidgetKit_reloadAllTimelines(), $async$call$1); + case 3: + // returning from await. + // implicit return + return A._asyncReturn(null, $async$completer); + } + }); + return A._asyncStartSync($async$call$1, $async$completer); + }, + $signature: 777 + }; A.LinkifyElement.prototype = { $eq(_, other) { if (other == null) @@ -539029,7 +539215,7 @@ } else _this.list.push(element); }, - $signature: 866 + $signature: 868 }; A.EmailElement.prototype = { toString$0(_) { @@ -539105,7 +539291,7 @@ } else _this.list.push(element); }, - $signature: 866 + $signature: 868 }; A.UrlElement.prototype = { toString$0(_) { @@ -539425,7 +539611,7 @@ call$1(child) { return child.get$textContent(); }, - $signature: 867 + $signature: 869 }; A.Text1.prototype = { accept$1(_, visitor) { @@ -539507,7 +539693,7 @@ var t1 = this.parser; return s.canParse$1(t1) && s.canEndBlock$1(t1); }, - $signature: 868 + $signature: 870 }; A.EmptyBlockSyntax.prototype = { get$pattern(_) { @@ -539660,7 +539846,7 @@ call$1(s) { return s.canParse$1(this.parser); }, - $signature: 868 + $signature: 870 }; A.CodeBlockSyntax.prototype = { get$pattern(_) { @@ -540157,7 +540343,7 @@ call$1(i) { return J.startsWith$1$s(this.lines[i], $.$get$ParagraphSyntax__reflinkDefinitionStart()); }, - $signature: 227 + $signature: 218 }; A.ParagraphSyntax__parseReflinkDefinition_closure.prototype = { call$0() { @@ -540366,19 +540552,19 @@ call$1(syntax) { return syntax.tryMatch$1(this.$this); }, - $signature: 869 + $signature: 871 }; A.InlineParser__linkOrImage_closure.prototype = { call$1(d) { return d.get$char() === 91 || d.get$char() === 33; }, - $signature: 870 + $signature: 872 }; A.InlineParser__linkOrImage_closure0.prototype = { call$1(e) { return e instanceof A.LinkSyntax; }, - $signature: 869 + $signature: 871 }; A.InlineParser__linkOrImage_closure1.prototype = { call$1(n) { @@ -540397,26 +540583,26 @@ B.JSArray_methods.removeRange$2(t1, t2, t1.length); return children; }, - $signature: 871 + $signature: 873 }; A.InlineParser__processEmphasis_closure.prototype = { call$0() { return A.List_List$filled(3, this.bottomIndex, false, type$.int); }, - $signature: 835 + $signature: 837 }; 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: 870 + $signature: 872 }; 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: 871 + $signature: 873 }; A.InlineSyntax.prototype = { tryMatch$1(parser) { @@ -540864,7 +541050,7 @@ call$1(node) { return node.get$textContent(); }, - $signature: 867 + $signature: 869 }; A.CodeSyntax.prototype = { tryMatch$1(parser) { @@ -541738,7 +541924,7 @@ call$1(child) { type$.OverflowViewParentData._as(child.parentData).offstage = null; }, - $signature: 84 + $signature: 80 }; A.RenderOverflowView_performFixedLayout_getChildOffset.prototype = { call$1(index) { @@ -541762,7 +541948,7 @@ if (type$.OverflowViewParentData._as(child.parentData).offstage === false) this.visitor.call$1(child); }, - $signature: 84 + $signature: 80 }; A.RenderOverflowView_paint_paintChild.prototype = { call$1(child) { @@ -541773,7 +541959,7 @@ else t1.paintChild$2(child, this.$this._box$_size.bottomRight$1(0, B.Offset_0_0)); }, - $signature: 84 + $signature: 80 }; A.RenderOverflowView_paint_defaultPaint.prototype = { call$2(context, offset) { @@ -541789,13 +541975,13 @@ t1 = this.position; this.result.addWithPaintOffset$3$hitTest$offset$position(new A.RenderOverflowView_hitTestChildren__closure(t1, childParentData, renderObject), childParentData.offset, t1); }, - $signature: 84 + $signature: 80 }; A.RenderOverflowView_hitTestChildren__closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 77 + $signature: 76 }; A._RenderOverflowView_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -542833,7 +543019,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_empty14, true, type$.TextInputFormatter); + t1 = A.List_List$of(B.List_empty16, true, type$.TextInputFormatter); t1.push(new A.LengthLimitingTextInputFormatter(_this._widget.length, B.MaxLengthEnforcement_1)); t2 = _this.RestorationMixin__bucket; _this._widget.toString; @@ -542963,13 +543149,13 @@ call$1($event) { return this.$this._pinput$_handleHover$1(true); }, - $signature: 214 + $signature: 230 }; A._PinputState__buildPinput__closure1.prototype = { call$1($event) { return this.$this._pinput$_handleHover$1(false); }, - $signature: 189 + $signature: 183 }; A._PinputState__buildPinput__closure.prototype = { call$2(_, child) { @@ -542983,7 +543169,7 @@ 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, child, _null); }, - $signature: 774 + $signature: 775 }; A._PinputState__buildEditable_closure.prototype = { call$1(value) { @@ -542994,7 +543180,7 @@ break; } }, - $signature: 92 + $signature: 93 }; A._PinputState__buildEditable_closure0.prototype = { call$1(s) { @@ -543002,7 +543188,7 @@ t1._widget.toString; t1._validator$0(); }, - $signature: 92 + $signature: 93 }; A._PinputState__buildFields_onlyFields.prototype = { call$0() { @@ -543023,7 +543209,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: 230 + $signature: 242 }; A.PinputAutovalidateMode.prototype = { _enumToString$0() { @@ -543249,7 +543435,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 124 + $signature: 125 }; A.__PinputAnimatedCursorState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -543351,7 +543537,7 @@ } return htmlElement; }, - $signature: 873 + $signature: 875 }; A.PointerInterceptor.prototype = { build$1(context) { @@ -543779,7 +543965,7 @@ call$1(input) { return input; }, - $signature: 525 + $signature: 440 }; A.PrintingPlugin_layoutPdf_closure0.prototype = { call$1($event) { @@ -543787,7 +543973,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: 573 + $signature: 444 }; A.PrintingPlugin_layoutPdf__closure.prototype = { call$0() { @@ -543810,14 +543996,14 @@ call$1(index) { return index; }, - $signature: 134 + $signature: 138 }; 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: 339 + $signature: 408 }; A._WebPdfRaster.prototype = { get$pixels() { @@ -544086,7 +544272,7 @@ call$1(input) { return input; }, - $signature: 525 + $signature: 440 }; A.Mutex.prototype = { acquire$0() { @@ -544400,7 +544586,7 @@ var t1 = this.$this; t1.setState$1(new A.PdfPreviewCustomState_didChangeDependencies__closure(t1, printingInfo)); }, - $signature: 876 + $signature: 878 }; A.PdfPreviewCustomState_didChangeDependencies__closure.prototype = { call$0() { @@ -544648,7 +544834,7 @@ var t1 = this.$this; t1.setState$1(new A.PdfPreviewState_didChangeDependencies__closure(t1, printingInfo)); }, - $signature: 876 + $signature: 878 }; A.PdfPreviewState_didChangeDependencies__closure.prototype = { call$0() { @@ -545358,7 +545544,7 @@ t1 = t1._qrWidget$3(context, null, widgetSize); return t1; }, - $signature: 264 + $signature: 275 }; A._QrContentView.prototype = { build$1(context) { @@ -545593,7 +545779,7 @@ call$2(h, i) { return A._combine0(h, J.get$hashCode$(i)); }, - $signature: 843 + $signature: 845 }; A.MiddlewareClass.prototype = {}; A.Store.prototype = { @@ -545666,7 +545852,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return this.$this.formatter.call$3(t1, this.action, new A.DateTime(Date.now(), false)); }, - $signature: 76 + $signature: 77 }; A.ButtonState.prototype = { _enumToString$0() { @@ -546264,7 +546450,7 @@ call$0() { return this.call$1(null); }, - $signature: 877 + $signature: 879 }; A._forwardMulti__closure.prototype = { call$0() { @@ -546317,7 +546503,7 @@ call$0() { return this.call$1(null); }, - $signature: 877 + $signature: 879 }; A._forward__listenToUpstream_closure.prototype = { call$0() { @@ -548180,7 +548366,7 @@ t1 = t1.get$end(t1); return t2 != t1.get$line(t1); }, - $signature: 450 + $signature: 504 }; A.Highlighter$__closure0.prototype = { call$1(line) { @@ -548251,14 +548437,14 @@ t1 = t1.get$end(t1); return t1.get$line(t1) < this.line.number; }, - $signature: 450 + $signature: 504 }; A.Highlighter_highlight_closure.prototype = { call$1(highlight) { highlight.toString; return true; }, - $signature: 450 + $signature: 504 }; A.Highlighter__writeFileStart_closure.prototype = { call$0() { @@ -548357,7 +548543,7 @@ t2 = t2._contents += B.JSString_methods.$mul("^", Math.max(endColumn + (tabsBefore + tabsInside) * 3 - startColumn, 1)); return t2.length - t3.length; }, - $signature: 160 + $signature: 170 }; A.Highlighter__writeIndicator_closure0.prototype = { call$0() { @@ -548380,7 +548566,7 @@ } return t2._contents.length - t3.length; }, - $signature: 160 + $signature: 170 }; A.Highlighter__writeSidebar_closure.prototype = { call$0() { @@ -549339,7 +549525,7 @@ } _this.middleSetState.call$2(B.StateStatus_2, $event); }, - $signature: 101 + $signature: 103 }; A.ReactiveModelImp__handleAsyncState__closure0.prototype = { call$1(_) { @@ -549372,7 +549558,7 @@ throw A.wrapException(e); } }, - $signature: 397 + $signature: 379 }; A.ReactiveModelImp__handleAsyncState__closure.prototype = { call$0() { @@ -550241,7 +550427,7 @@ baseStyle = B.TextStyle_SVP0; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 222 + $signature: 199 }; A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -551380,13 +551566,13 @@ call$2(doc, transaction) { transaction._document.deleteNode$1(this.nodeBefore); }, - $signature: 122 + $signature: 119 }; A.CommonEditorOperations_deleteUpstream_closure0.prototype = { call$2(doc, transaction) { transaction._document.deleteNode$1(this.node); }, - $signature: 122 + $signature: 119 }; A.CommonEditorOperations__replaceBlockNodeWithEmptyParagraphAndCollapsedSelection_closure.prototype = { call$2(doc, transaction) { @@ -551399,25 +551585,25 @@ t1 = new A.DocumentPosition(newNode.id, B.TextNodePosition_0_TextAffinity_1); this.$this.composer.set$selection(new A.DocumentSelection(t1, t1)); }, - $signature: 122 + $signature: 119 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure.prototype = { call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); }, - $signature: 122 + $signature: 119 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure0.prototype = { call$2($document, transaction) { transaction._document.insertNodeAt$2(this.paragraphNodeIndex, A.HorizontalRuleNode$(B.C_Uuid.v4$0())); }, - $signature: 122 + $signature: 119 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure1.prototype = { call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); }, - $signature: 122 + $signature: 119 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure2.prototype = { call$2(value, element) { @@ -551441,13 +551627,13 @@ call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.imageNode, this.node); }, - $signature: 122 + $signature: 119 }; 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: 122 + $signature: 119 }; A.CommonEditorOperations_insertBlockLevelNewline_closure0.prototype = { call$2(doc, transaction) { @@ -551460,19 +551646,19 @@ t3._refreshNodeIdCaches$0(); t3.notifyListeners$0(); }, - $signature: 122 + $signature: 119 }; A.CommonEditorOperations_convertToListItem_closure.prototype = { call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); }, - $signature: 122 + $signature: 119 }; A.CommonEditorOperations_convertToBlockquote_closure.prototype = { call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); }, - $signature: 122 + $signature: 119 }; A.CommonEditorOperations_convertToParagraph_closure.prototype = { call$2($document, transaction) { @@ -551483,7 +551669,7 @@ } else transaction._document.replaceNode$2$newNode$oldNode(A.ParagraphNode$(t1.id, this.newMetadata, t1._text$_text), t1); }, - $signature: 122 + $signature: 119 }; A._PasteEditorCommand.prototype = { execute$2($document, transaction) { @@ -552243,27 +552429,27 @@ this.$this._widget.autoScroller.goIdle$0(); return null; }, - $signature: 735 + $signature: 736 }; A._DocumentMouseInteractorState_build_closure.prototype = { call$1($event) { this.$this._widget.autoScroller.goIdle$0(); return null; }, - $signature: 220 + $signature: 206 }; A._DocumentMouseInteractorState_build_closure1.prototype = { call$1($event) { this.$this._widget.autoScroller.goIdle$0(); return null; }, - $signature: 743 + $signature: 744 }; A._DocumentMouseInteractorState__buildGestureInput_closure.prototype = { call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 258 + $signature: 238 }; A._DocumentMouseInteractorState__buildGestureInput_closure0.prototype = { call$1(recognizer) { @@ -552275,13 +552461,13 @@ recognizer.onTripleTap = t1.get$_onTripleTap(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 242 + $signature: 241 }; A._DocumentMouseInteractorState__buildGestureInput_closure1.prototype = { call$0() { return A.PanGestureRecognizer$(null, null); }, - $signature: 209 + $signature: 200 }; A._DocumentMouseInteractorState__buildGestureInput_closure2.prototype = { call$1(recognizer) { @@ -552292,7 +552478,7 @@ recognizer.onCancel = t1.get$_document_gestures_mouse$_onPanCancel(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 208 + $signature: 201 }; A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -553001,13 +553187,13 @@ call$0() { return this.$this.get$scrollPosition(); }, - $signature: 379 + $signature: 414 }; A._AndroidDocumentTouchInteractorState_initState_closure0.prototype = { call$0() { return this.$this.get$viewportBox(); }, - $signature: 349 + $signature: 360 }; A._AndroidDocumentTouchInteractorState_initState_closure1.prototype = { call$1(timeStamp) { @@ -553103,25 +553289,25 @@ var t1 = this.extentRect; return new A.Offset(t1.left, t1.bottom); }, - $signature: 372 + $signature: 405 }; A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure.prototype = { call$0() { return this.affinity === B.TextAffinity_1 ? this.baseHandleOffset : this.extentHandleOffset; }, - $signature: 372 + $signature: 405 }; A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure0.prototype = { call$0() { return this.affinity === B.TextAffinity_1 ? this.extentHandleOffset : this.baseHandleOffset; }, - $signature: 372 + $signature: 405 }; A._AndroidDocumentTouchInteractorState__buildGestureInput_closure.prototype = { call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 258 + $signature: 238 }; A._AndroidDocumentTouchInteractorState__buildGestureInput_closure0.prototype = { call$1(recognizer) { @@ -553132,7 +553318,7 @@ recognizer.onTripleTapDown = t1.get$_onTripleTapDown(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 242 + $signature: 241 }; A.AndroidDocumentTouchEditingControls.prototype = { createState$0() { @@ -553340,7 +553526,7 @@ 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: 887 + $signature: 889 }; A.SelectionHandleType.prototype = { _enumToString$0() { @@ -554207,13 +554393,13 @@ call$0() { return this.$this.get$scrollPosition(); }, - $signature: 379 + $signature: 414 }; A._IOSDocumentTouchInteractorState_initState_closure0.prototype = { call$0() { return this.$this.get$viewportBox(); }, - $signature: 349 + $signature: 360 }; A._IOSDocumentTouchInteractorState_initState_closure1.prototype = { call$1(timeStamp) { @@ -554340,7 +554526,7 @@ var t1 = this.extentRect; return new A.Offset(t1.left, t1.bottom); }, - $signature: 372 + $signature: 405 }; A._IOSDocumentTouchInteractorState_build_closure.prototype = { call$1(timeStamp) { @@ -554357,7 +554543,7 @@ call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 258 + $signature: 238 }; A._IOSDocumentTouchInteractorState__buildGestureInput_closure0.prototype = { call$1(recognizer) { @@ -554369,13 +554555,13 @@ recognizer.onTimeout = t1.get$_onTapTimeout(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 242 + $signature: 241 }; A._IOSDocumentTouchInteractorState__buildGestureInput_closure1.prototype = { call$0() { return A.VerticalDragGestureRecognizer$(null, null); }, - $signature: 551 + $signature: 509 }; A._IOSDocumentTouchInteractorState__buildGestureInput_closure2.prototype = { call$1(instance) { @@ -554389,7 +554575,7 @@ instance.onCancel = t1.get$_onPanCancel(); instance.gestureSettings = this.gestureSettings; }, - $signature: 561 + $signature: 569 }; A.DragMode.prototype = { _enumToString$0() { @@ -554791,7 +554977,7 @@ call$1(e) { return !(e instanceof A.TextEditingDeltaNonTextUpdate); }, - $signature: 888 + $signature: 890 }; A.DocumentImeInputClient__sendDocumentToIme_closure.prototype = { call$1(timeStamp) { @@ -555636,7 +555822,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.performAction$1(action); }, - $signature: 578 + $signature: 478 }; A.SuperEditorImeInteractorState_build_closure.prototype = { call$0() { @@ -555644,7 +555830,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1; }, - $signature: 890 + $signature: 892 }; A.SuperEditorImeInteractorState_build_closure0.prototype = { call$0() { @@ -555652,7 +555838,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1; }, - $signature: 890 + $signature: 892 }; A.SuperEditorImePolicies.prototype = { $eq(_, other) { @@ -555811,25 +555997,25 @@ call$0() { return this.$this.get$_document_scrollable$_viewport(); }, - $signature: 349 + $signature: 360 }; A._DocumentScrollableState_initState__closure0.prototype = { call$0() { return this.$this.get$_document_scrollable$_scrollPosition(); }, - $signature: 379 + $signature: 414 }; A._DocumentScrollableState_didUpdateWidget_closure.prototype = { call$0() { return this.$this.get$_document_scrollable$_viewport(); }, - $signature: 349 + $signature: 360 }; A._DocumentScrollableState_didUpdateWidget_closure0.prototype = { call$0() { return this.$this.get$_document_scrollable$_scrollPosition(); }, - $signature: 379 + $signature: 414 }; A.AutoScrollController.prototype = { dispose$0() { @@ -557450,7 +557636,7 @@ baseStyle = B.TextStyle_SVP0; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 222 + $signature: 199 }; A._ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -557761,7 +557947,7 @@ baseStyle = B.TextStyle_SVP0; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 222 + $signature: 199 }; A._ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -558083,7 +558269,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return type$.DocumentLayout._as(t1.get$currentState()); }, - $signature: 225 + $signature: 219 }; A.SuperEditorState__createEditContext_closure0.prototype = { call$0() { @@ -558091,19 +558277,19 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return type$.DocumentLayout._as(t1.get$currentState()); }, - $signature: 225 + $signature: 219 }; A.SuperEditorState__updateComposerPreferencesAtSelection_closure.prototype = { call$1(attribution) { return !(attribution instanceof A.LinkAttribution); }, - $signature: 893 + $signature: 895 }; A.SuperEditorState__updateComposerPreferencesAtSelection_closure0.prototype = { call$1(attribution) { return attribution instanceof A.LinkAttribution; }, - $signature: 893 + $signature: 895 }; A.SuperEditorState_build_closure.prototype = { call$0() { @@ -558119,7 +558305,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1._getDocumentLayout.call$0(); }, - $signature: 225 + $signature: 219 }; A.SuperEditorState__buildGestureSystem_closure.prototype = { call$0() { @@ -558127,7 +558313,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1._getDocumentLayout.call$0(); }, - $signature: 225 + $signature: 219 }; A.SuperEditorState__buildGestureSystem_closure0.prototype = { call$0() { @@ -558135,7 +558321,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1._getDocumentLayout.call$0(); }, - $signature: 225 + $signature: 219 }; A.SuperEditorState__buildDesktopGestureSystem_closure.prototype = { call$2(context, viewportConstraints) { @@ -558171,7 +558357,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1._getDocumentLayout.call$0(); }, - $signature: 225 + $signature: 219 }; A.SuperEditorSelectionPolicies.prototype = { $eq(_, other) { @@ -558204,73 +558390,73 @@ call$0() { return this.editContext._getDocumentLayout.call$0(); }, - $signature: 225 + $signature: 219 }; 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: 125 + $signature: 124 }; 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: 125 + $signature: 124 }; 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: 125 + $signature: 124 }; 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: 125 + $signature: 124 }; 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: 125 + $signature: 124 }; 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: 125 + $signature: 124 }; 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: 125 + $signature: 124 }; 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: 125 + $signature: 124 }; 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: 125 + $signature: 124 }; A.defaultStylesheet_closure8.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["textStyle", B.TextStyle_CcT], type$.String, type$.dynamic); }, - $signature: 125 + $signature: 124 }; 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: 125 + $signature: 124 }; A.TaskNode.prototype = { set$isComplete(newValue) { @@ -558299,7 +558485,7 @@ 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: 125 + $signature: 124 }; A.TaskComponentBuilder.prototype = { createViewModel$2($document, node) { @@ -558321,13 +558507,13 @@ var t1 = this.$this._editor._document; new A.EditorCommandFunction(new A.TaskComponentBuilder_createViewModel__closure(this.node, isComplete)).execute$2(t1, new A.DocumentEditorTransaction(t1)); }, - $signature: 88 + $signature: 85 }; A.TaskComponentBuilder_createViewModel__closure.prototype = { call$2($document, transaction) { this.node.set$isComplete(this.isComplete); }, - $signature: 122 + $signature: 119 }; A.TaskComponentViewModel.prototype = { copy$0() { @@ -558395,7 +558581,7 @@ newValue.toString; t1.setComplete.call$1(newValue); }, - $signature: 348 + $signature: 335 }; A._TaskComponentState_build_closure0.prototype = { call$1(attributions) { @@ -558408,7 +558594,7 @@ t1 = style; return t1; }, - $signature: 222 + $signature: 199 }; A.InsertNewTaskOrSplitExistingTaskCommand.prototype = { execute$2($document, transaction) { @@ -558443,7 +558629,7 @@ baseStyle = B.TextStyle_SVP0; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 222 + $signature: 199 }; A._TaskComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -560124,7 +560310,7 @@ 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: 887 + $signature: 889 }; A._IosDocumentTouchEditingControlsState__buildHandleOld_closure.prototype = { call$3(context, isShowingFloatingCursor, child) { @@ -560155,7 +560341,7 @@ call$1(context) { return this.$this._widget.popoverToolbarBuilder$1(context); }, - $signature: 57 + $signature: 59 }; A.IosDocumentGestureEditingController.prototype = { removeCaret$0() { @@ -560929,14 +561115,14 @@ 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: 895 + $signature: 897 }; A._AndroidEditingOverlayControlsState__buildToolbar_closure.prototype = { call$1(context) { var t1 = this.$this._widget; return t1.popoverToolbarBuilder$2(context, t1.editingController); }, - $signature: 57 + $signature: 59 }; A._AndroidEditingOverlayControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet_closure.prototype = { call$1(timeStamp) { @@ -561314,7 +561500,7 @@ call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 258 + $signature: 238 }; A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure0.prototype = { call$1(recognizer) { @@ -561325,13 +561511,13 @@ recognizer.onTripleTapDown = t1.get$__user_interaction0$_onTripleTapDown(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 242 + $signature: 241 }; A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure1.prototype = { call$0() { return A.PanGestureRecognizer$(null, null); }, - $signature: 209 + $signature: 200 }; A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure2.prototype = { call$1(recognizer) { @@ -561343,7 +561529,7 @@ recognizer.onCancel = t1._widget.focusNode.get$hasFocus() || t1.__user_interaction0$_isDraggingCaret ? t1.get$__user_interaction0$_onPanCancel() : _null; recognizer.gestureSettings = this.gestureSettings; }, - $signature: 208 + $signature: 201 }; A._AndroidTextFieldTouchInteractorState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -561752,7 +561938,7 @@ t2.push(new A.FillWidthIfConstrained(A.SuperTextWithSelection$single(t1._android_textfield$_textContentKey, textSpan, t4, B.TextDirection_1, A.UserSelection$(t3, t7.get$hasFocus(), new A.SelectionHighlightStyle(t5), false, t6)), _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); }, - $signature: 896 + $signature: 898 }; A._defaultAndroidToolbarBuilder_closure.prototype = { call$0() { @@ -561817,7 +562003,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 95 + $signature: 96 }; A._defaultAndroidToolbarBuilder_closure2.prototype = { call$0() { @@ -562104,7 +562290,7 @@ 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); }, - $signature: 57 + $signature: 59 }; A.SuperTextFieldGestureInteractor.prototype = { createState$0() { @@ -562477,7 +562663,7 @@ call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 258 + $signature: 238 }; A._SuperTextFieldGestureInteractorState_build_closure0.prototype = { call$1(recognizer) { @@ -562489,13 +562675,13 @@ recognizer.onTripleTap = t1.get$_desktop_textfield$_onTripleTap(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 242 + $signature: 241 }; A._SuperTextFieldGestureInteractorState_build_closure1.prototype = { call$0() { return A.PanGestureRecognizer$(null, A.LinkedHashSet_LinkedHashSet$_literal([B.PointerDeviceKind_1], type$.PointerDeviceKind)); }, - $signature: 209 + $signature: 200 }; A._SuperTextFieldGestureInteractorState_build_closure2.prototype = { call$1(recognizer) { @@ -562506,7 +562692,7 @@ recognizer.onCancel = t1.get$_desktop_textfield$_onPanCancel(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 208 + $signature: 201 }; A.SuperTextFieldKeyboardInteractor.prototype = { createState$0() { @@ -564248,7 +564434,7 @@ call$1(e) { return !(e instanceof A.TextEditingDeltaNonTextUpdate); }, - $signature: 888 + $signature: 890 }; A._ImeAttributedTextEditingController_AttributedTextEditingController_TextInputClient.prototype = {}; A._ImeAttributedTextEditingController_AttributedTextEditingController_TextInputClient_DeltaTextInputClient.prototype = {}; @@ -564604,14 +564790,14 @@ t2.push(A.Center$(new A.IOSFollowingMagnifier(t1._magnifierFocalPoint, B.Offset_0_m72, _null), _null, _null)); return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t2, _null); }, - $signature: 895 + $signature: 897 }; A._IOSEditingControlsState__buildToolbar_closure.prototype = { call$1(context) { var t1 = this.$this._widget; return t1.popoverToolbarBuilder$2(context, t1.editingController); }, - $signature: 57 + $signature: 59 }; A._IOSEditingControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet_closure.prototype = { call$1(timeStamp) { @@ -564944,7 +565130,7 @@ call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 258 + $signature: 238 }; A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure0.prototype = { call$1(recognizer) { @@ -564955,13 +565141,13 @@ recognizer.onTripleTapDown = t1.get$__user_interaction$_onTripleTapDown(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 242 + $signature: 241 }; A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure1.prototype = { call$0() { return A.PanGestureRecognizer$(null, null); }, - $signature: 209 + $signature: 200 }; A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure2.prototype = { call$1(recognizer) { @@ -564973,7 +565159,7 @@ recognizer.onCancel = t1._widget.focusNode.get$hasFocus() || t1._isDraggingCaret ? t1.get$__user_interaction$_onPanCancel() : _null; recognizer.gestureSettings = this.gestureSettings; }, - $signature: 208 + $signature: 201 }; A._IOSTextFieldTouchInteractorState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -565393,7 +565579,7 @@ t2.push(A.Positioned$(0, new A.IOSFloatingCursor(t1.__SuperIOSTextFieldState__floatingCursorController_A, _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: 896 + $signature: 898 }; A._defaultPopoverToolbarBuilder_closure.prototype = { call$0() { @@ -565458,7 +565644,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 95 + $signature: 96 }; A._SuperIOSTextFieldState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -565807,7 +565993,7 @@ else return B.SizedBox_null_null_null_null; }, - $signature: 264 + $signature: 275 }; A.SuperTextState_build_closure0.prototype = { call$2(context, constraints) { @@ -565820,7 +566006,7 @@ else return B.SizedBox_null_null_null_null; }, - $signature: 264 + $signature: 275 }; A._SuperTextLayout.prototype = { createRenderObject$1(context) { @@ -566070,7 +566256,7 @@ } return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); }, - $signature: 898 + $signature: 900 }; A._RebuildOptimizedSuperTextWithSelectionState__buildLayerAbove_closure.prototype = { call$3(context, value, child) { @@ -566087,7 +566273,7 @@ } return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); }, - $signature: 898 + $signature: 900 }; A.UserSelection.prototype = { $eq(_, other) { @@ -571207,33 +571393,33 @@ _instance_2_i = hunkHelpers._instance_2i; _static_0(A, "_engine_SkiaObjects_postFrameCleanUp$closure", "SkiaObjects_postFrameCleanUp", 0); _static_1(A, "_engine_BitmapCanvas__onEvictElement$closure", "BitmapCanvas__onEvictElement", 28); - _static_1(A, "_engine___noopCallback$closure", "_noopCallback", 156); - _static_1(A, "_engine___emptyCallback$closure", "_emptyCallback", 101); + _static_1(A, "_engine___noopCallback$closure", "_noopCallback", 144); + _static_1(A, "_engine___emptyCallback$closure", "_emptyCallback", 103); _instance_0_u(A.AlarmClock.prototype, "get$_timerDidFire", "_timerDidFire$0", 0); var _; - _instance_1_u(_ = A.HtmlViewEmbedder.prototype, "get$_releaseOverlay", "_releaseOverlay$1", 99); - _instance_1_u(_, "get$_initializeOverlay", "_initializeOverlay$1", 99); + _instance_1_u(_ = A.HtmlViewEmbedder.prototype, "get$_releaseOverlay", "_releaseOverlay$1", 98); + _instance_1_u(_, "get$_initializeOverlay", "_initializeOverlay$1", 98); _instance_0_u(A.FontFallbackData.prototype, "get$_ensureFallbackFonts", "_ensureFallbackFonts$0", 0); - _instance_1_i(_ = A.FallbackFontDownloadQueue.prototype, "get$add", "add$1", 1453); - _instance_0_u(_, "get$startDownloads", "startDownloads$0", 95); - _instance_1_u(A.SkiaFontCollection.prototype, "get$_getArrayBuffer", "_getArrayBuffer$1", 901); - _instance_1_u(A.CkNWayCanvas.prototype, "get$addCanvas", "addCanvas$1", 1311); + _instance_1_i(_ = A.FallbackFontDownloadQueue.prototype, "get$add", "add$1", 1454); + _instance_0_u(_, "get$startDownloads", "startDownloads$0", 96); + _instance_1_u(A.SkiaFontCollection.prototype, "get$_getArrayBuffer", "_getArrayBuffer$1", 903); + _instance_1_u(A.CkNWayCanvas.prototype, "get$addCanvas", "addCanvas$1", 1312); _instance_1_u(_ = A.Surface.prototype, "get$_contextRestoredListener", "_contextRestoredListener$1", 28); _instance_1_u(_, "get$_contextLostListener", "_contextLostListener$1", 28); - _instance_1_u(A.SurfaceFactory.prototype, "get$_removeFromDom", "_removeFromDom$1", 1443); - _instance_1_u(_ = A.FlutterViewEmbedder.prototype, "get$_metricsDidChange", "_metricsDidChange$1", 892); + _instance_1_u(A.SurfaceFactory.prototype, "get$_removeFromDom", "_removeFromDom$1", 1423); + _instance_1_u(_ = A.FlutterViewEmbedder.prototype, "get$_metricsDidChange", "_metricsDidChange$1", 894); _instance_1_u(_, "get$_languageDidChange", "_languageDidChange$1", 28); - _instance_1_i(A.ShadowDomHostNode.prototype, "get$append", "append$1", 439); - _instance_1_i(A.ElementHostNode.prototype, "get$append", "append$1", 439); - _instance_1_u(A.KeyboardBinding.prototype, "get$_onKeyData", "_onKeyData$1", 542); + _instance_1_i(A.ShadowDomHostNode.prototype, "get$append", "append$1", 511); + _instance_1_i(A.ElementHostNode.prototype, "get$append", "append$1", 511); + _instance_1_u(A.KeyboardBinding.prototype, "get$_onKeyData", "_onKeyData$1", 458); _instance_1_i(A.MultiEntriesBrowserHistory.prototype, "get$onPopState", "onPopState$1", 40); _instance_1_i(A.SingleEntryBrowserHistory.prototype, "get$onPopState", "onPopState$1", 40); _instance_1_u(A.HighContrastSupport.prototype, "get$_onHighContrastChange", "_onHighContrastChange$1", 28); _instance_0_u(_ = A.EnginePlatformDispatcher.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_, "get$_updateHighContrast", "_updateHighContrast$1", 88); - _instance_1_u(A.PointerBinding.prototype, "get$_onPointerData", "_onPointerData$1", 1959); - _instance_1_u(A.TextLayoutService.prototype, "get$_positionLineFragments", "_positionLineFragments$1", 2922); - _instance_1_u(A.Spanometer.prototype, "get$measureFragment", "measureFragment$1", 2949); + _instance_1_u(_, "get$_updateHighContrast", "_updateHighContrast$1", 85); + _instance_1_u(A.PointerBinding.prototype, "get$_onPointerData", "_onPointerData$1", 1927); + _instance_1_u(A.TextLayoutService.prototype, "get$_positionLineFragments", "_positionLineFragments$1", 2920); + _instance_1_u(A.Spanometer.prototype, "get$measureFragment", "measureFragment$1", 2946); _instance_0_u(A.RulerHost.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_ = A.CompositionAwareMixin.prototype, "get$_handleCompositionStart", "_handleCompositionStart$1", 28); _instance_1_u(_, "get$_handleCompositionUpdate", "_handleCompositionUpdate$1", 28); @@ -571241,45 +571427,45 @@ _instance_1_u(_ = A.DefaultTextEditingStrategy.prototype, "get$handleChange", "handleChange$1", 28); _instance_1_u(_, "get$handleBeforeInput", "handleBeforeInput$1", 28); _instance_1_u(_, "get$maybeSendAction", "maybeSendAction$1", 28); - _static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 341); + _static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 357); _instance_1_i(_ = J.JSArray.prototype, "get$add", "add$1", 40); _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"], 1082, 0, 0); - _instance_1_i(A._CastIterableBase.prototype, "get$contains", "contains$1", 119); - _static_1(A, "_js_helper_GeneralConstantMap__constantMapHashCode$closure", "GeneralConstantMap__constantMapHashCode", 259); - _static_0(A, "_js_helper_Primitives_dateNow$closure", "Primitives_dateNow", 160); + _instance(J.JSString.prototype, "get$startsWith", 1, 1, null, ["call$2", "call$1"], ["startsWith$2", "startsWith$1"], 1083, 0, 0); + _instance_1_i(A._CastIterableBase.prototype, "get$contains", "contains$1", 120); + _static_1(A, "_js_helper_GeneralConstantMap__constantMapHashCode$closure", "GeneralConstantMap__constantMapHashCode", 263); + _static_0(A, "_js_helper_Primitives_dateNow$closure", "Primitives_dateNow", 170); _instance_1_i(A.JsLinkedHashMap.prototype, "get$remove", "remove$1", "2?(Object?)"); _instance_1_u(A._MatchImplementation.prototype, "get$group", "group$1", 1163); - _instance_1_u(A.StringMatch.prototype, "get$group", "group$1", 405); - _static_1(A, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 244); - _static_1(A, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 244); - _static_1(A, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 244); + _instance_1_u(A.StringMatch.prototype, "get$group", "group$1", 404); + _static_1(A, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 245); + _static_1(A, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 245); + _static_1(A, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 245); _static_0(A, "async___startMicrotaskLoop$closure", "_startMicrotaskLoop", 0); - _static_1(A, "async___nullDataHandler$closure", "_nullDataHandler", 101); - _static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler", 132); + _static_1(A, "async___nullDataHandler$closure", "_nullDataHandler", 103); + _static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler", 139); _static_0(A, "async___nullDoneHandler$closure", "_nullDoneHandler", 0); _static(A, "async___rootScheduleMicrotask$closure", 4, null, ["call$4"], ["_rootScheduleMicrotask"], 3323, 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", 40); _instance_1_i(_, "get$_async$_add", "_async$_add$1", 40); - _instance_2_u(_, "get$_addError", "_addError$2", 132); + _instance_2_u(_, "get$_addError", "_addError$2", 139); _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"], 475, 0, 0); + }, ["call$2", "call$1"], ["completeError$2", "completeError$1"], 500, 0, 0); _instance(A._AsyncCompleter.prototype, "get$complete", 1, 0, function() { return [null]; - }, ["call$1", "call$0"], ["complete$1", "complete$0"], 878, 0, 0); - _instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2", 132); + }, ["call$1", "call$0"], ["complete$1", "complete$0"], 880, 0, 0); + _instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2", 139); _instance_1_i(_ = A._StreamController.prototype, "get$add", "add$1", 40); _instance(_, "get$addError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["addError$2", "addError$1"], 475, 0, 0); + }, ["call$2", "call$1"], ["addError$2", "addError$1"], 500, 0, 0); _instance_1_i(_, "get$_async$_add", "_async$_add$1", 40); - _instance_2_u(_, "get$_addError", "_addError$2", 132); + _instance_2_u(_, "get$_addError", "_addError$2", 139); _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); @@ -571288,103 +571474,103 @@ _instance_1_u(A._PendingEvents.prototype, "get$schedule", "schedule$1", 40); _instance_0_u(A._DoneStreamSubscription.prototype, "get$_sendDone", "_sendDone$0", 0); _instance_1_u(_ = A._StreamIterator.prototype, "get$_onData", "_onData$1", 40); - _instance_2_u(_, "get$_onError", "_onError$2", 132); + _instance_2_u(_, "get$_onError", "_onError$2", 139); _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", 40); - _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 1847); + _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 1846); _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", 40); - _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 132); + _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 139); _instance_0_u(_, "get$_handleDone", "_handleDone$0", 0); - _static_2(A, "collection___defaultEquals$closure", "_defaultEquals", 434); - _static_1(A, "collection___defaultHashCode$closure", "_defaultHashCode", 259); - _static_2(A, "collection_ListMixin__compareAny$closure", "ListMixin__compareAny", 341); - _static_2(A, "collection___dynamicCompare$closure", "_dynamicCompare", 341); + _static_2(A, "collection___defaultEquals$closure", "_defaultEquals", 439); + _static_1(A, "collection___defaultHashCode$closure", "_defaultHashCode", 263); + _static_2(A, "collection_ListMixin__compareAny$closure", "ListMixin__compareAny", 357); + _static_2(A, "collection___dynamicCompare$closure", "_dynamicCompare", 357); _instance_1_i(A._LinkedCustomHashMap.prototype, "get$remove", "remove$1", "2?(Object?)"); - _instance_1_i(A._HashSet.prototype, "get$contains", "contains$1", 119); - _instance(_ = A._LinkedHashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 1892, 0, 0); - _instance_1_i(_, "get$contains", "contains$1", 119); - _instance_1_i(A.IterableMixin.prototype, "get$contains", "contains$1", 119); - _instance_1_i(A._UnmodifiableSet.prototype, "get$contains", "contains$1", 119); - _instance_1_i(A.SplayTreeSet.prototype, "get$contains", "contains$1", 119); + _instance_1_i(A._HashSet.prototype, "get$contains", "contains$1", 120); + _instance(_ = A._LinkedHashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 1852, 0, 0); + _instance_1_i(_, "get$contains", "contains$1", 120); + _instance_1_i(A.IterableMixin.prototype, "get$contains", "contains$1", 120); + _instance_1_i(A._UnmodifiableSet.prototype, "get$contains", "contains$1", 120); + _instance_1_i(A.SplayTreeSet.prototype, "get$contains", "contains$1", 120); _static_1(A, "convert___defaultToEncodable$closure", "_defaultToEncodable", 13); _instance_1_i(_ = A._ByteCallbackSink.prototype, "get$add", "add$1", 40); _instance_0_i(_, "get$close", "close$0", 0); - _static_1(A, "core__identityHashCode$closure", "identityHashCode", 259); - _static_2(A, "core__identical$closure", "identical", 434); + _static_1(A, "core__identityHashCode$closure", "identityHashCode", 263); + _static_2(A, "core__identical$closure", "identical", 439); _static_2(A, "core_Comparable_compare$closure", "Comparable_compare", 3324); - _static_1(A, "core__GeneratorIterable__id$closure", "_GeneratorIterable__id", 134); - _static_1(A, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 128); - _instance_1_i(A.Iterable.prototype, "get$contains", "contains$1", 119); - _instance(A.StringBuffer.prototype, "get$writeln", 0, 0, null, ["call$1", "call$0"], ["writeln$1", "writeln$0"], 878, 0, 0); - _instance_2_i(A.HttpRequest.prototype, "get$setRequestHeader", "setRequestHeader$2", 195); + _static_1(A, "core__GeneratorIterable__id$closure", "_GeneratorIterable__id", 138); + _static_1(A, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 129); + _instance_1_i(A.Iterable.prototype, "get$contains", "contains$1", 120); + _instance(A.StringBuffer.prototype, "get$writeln", 0, 0, null, ["call$1", "call$0"], ["writeln$1", "writeln$0"], 880, 0, 0); + _instance_2_i(A.HttpRequest.prototype, "get$setRequestHeader", "setRequestHeader$2", 177); _instance_2_i(A.Database.prototype, "get$transaction", "transaction$2", 2630); _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", 269); - _instance_0_i(_ = A._RandomAccessFile.prototype, "get$close", "close$0", 95); - _instance_0_i(_, "get$length", "length$0", 269); - _static_1(A, "js___convertToJS$closure", "_convertToJS", 355); - _static_1(A, "js___convertToDart$closure", "_convertToDart", 192); + _instance_0_i(A._File.prototype, "get$length", "length$0", 327); + _instance_0_i(_ = A._RandomAccessFile.prototype, "get$close", "close$0", 96); + _instance_0_i(_, "get$length", "length$0", 327); + _static_1(A, "js___convertToJS$closure", "_convertToJS", 336); + _static_1(A, "js___convertToDart$closure", "_convertToDart", 179); _static(A, "math__max$closure", 2, null, ["call$1$2", "call$2"], ["max", function(a, b) { return A.max(a, b, type$.num); }], 3325, 1); _static(A, "ui_Size_lerp$closure", 3, null, ["call$3"], ["Size_lerp"], 3326, 0); _static(A, "ui__lerpDouble$closure", 3, null, ["call$3"], ["lerpDouble"], 3327, 0); _static(A, "ui_Color_lerp$closure", 3, null, ["call$3"], ["Color_lerp"], 3328, 0); - _instance_1_u(A._StoredMessage.prototype, "get$invoke", "invoke$1", 156); + _instance_1_u(A._StoredMessage.prototype, "get$invoke", "invoke$1", 144); _instance_0_u(A._Channel.prototype, "get$_drainStep", "_drainStep$0", 0); - _instance_2_u(A.BoardItemState.prototype, "get$onDropItem", "onDropItem$2", 3098); - _instance_1_u(A.BoardListState.prototype, "get$onDropList", "onDropList$1", 3305); - _instance_1_i(A.CopyOnWriteSet.prototype, "get$contains", "contains$1", 119); - _instance_1_u(_ = A.CachedNetworkImage.prototype, "get$_octoPlaceholderBuilder", "_octoPlaceholderBuilder$1", 57); - _instance(_, "get$_octoErrorBuilder", 0, 3, null, ["call$3"], ["_octoErrorBuilder$3"], 840, 0, 0); + _instance_2_u(A.BoardItemState.prototype, "get$onDropItem", "onDropItem$2", 3228); + _instance_1_u(A.BoardListState.prototype, "get$onDropList", "onDropList$1", 3299); + _instance_1_i(A.CopyOnWriteSet.prototype, "get$contains", "contains$1", 120); + _instance_1_u(_ = A.CachedNetworkImage.prototype, "get$_octoPlaceholderBuilder", "_octoPlaceholderBuilder$1", 59); + _instance(_, "get$_octoErrorBuilder", 0, 3, null, ["call$3"], ["_octoErrorBuilder$3"], 842, 0, 0); _instance_1_u(_ = A.MultiImageStreamCompleter.prototype, "get$_multi_image_stream_completer$_handleAppFrame", "_multi_image_stream_completer$_handleAppFrame$1", 16); _instance_0_u(_, "get$_multi_image_stream_completer$_scheduleAppFrame", "_multi_image_stream_completer$_scheduleAppFrame$0", 0); - _instance_1_i(_, "get$addListener", "addListener$1", 535); - _instance_1_u(_ = A.StringCharacterRange.prototype, "get$dropBackWhile", "dropBackWhile$1", 837); - _instance_1_u(_, "get$expandWhile", "expandWhile$1", 837); + _instance_1_i(_, "get$addListener", "addListener$1", 443); + _instance_1_u(_ = A.StringCharacterRange.prototype, "get$dropBackWhile", "dropBackWhile$1", 839); + _instance_1_u(_, "get$expandWhile", "expandWhile$1", 839); _instance_1_u(A.CartesianChart.prototype, "get$makeSeries", "makeSeries$1", "MutableSeries(Object?)"); _instance_1_u(_ = A.DomainHighlighter0.prototype, "get$_selectionChanged", "_selectionChanged$1", 40); _instance_1_u(_, "get$_updateColorFunctions", "_updateColorFunctions$1", 40); - _instance_1_u(_ = A.Legend.prototype, "get$defaultLegendMeasureFormatter", "defaultLegendMeasureFormatter$1", 834); + _instance_1_u(_ = A.Legend.prototype, "get$defaultLegendMeasureFormatter", "defaultLegendMeasureFormatter$1", 836); _instance_1_u(_, "get$_preProcess", "_preProcess$1", 40); _instance_1_u(_, "get$_postProcess", "_postProcess$1", 40); _instance_1_u(_, "get$_legend$_selectionChanged", "_legend$_selectionChanged$1", 40); _instance_1_u(A.SeriesLegend0.prototype, "get$onData", "onData$1", 40); _instance_1_u(_ = A.LinePointHighlighter0.prototype, "get$_line_point_highlighter$_selectionChanged", "_line_point_highlighter$_selectionChanged$1", 40); _instance_0_u(_, "get$_updateViewData", "_updateViewData$0", 0); - _instance_1_u(_ = A.SelectNearest0.prototype, "get$_onTapTest", "_onTapTest$1", 514); - _instance_1_u(_, "get$_onLongPressSelect", "_onLongPressSelect$1", 514); + _instance_1_u(_ = A.SelectNearest0.prototype, "get$_onTapTest", "_onTapTest$1", 492); + _instance_1_u(_, "get$_onLongPressSelect", "_onLongPressSelect$1", 492); _instance(_, "get$_onSelect", 0, 1, null, ["call$2", "call$1"], ["_onSelect$2", "_onSelect$1"], 1313, 0, 0); - _instance(_, "get$_onDeselectAll", 0, 3, null, ["call$3"], ["_onDeselectAll$3"], 1342, 0, 0); - _instance_1_u(A.BaseChart.prototype, "get$_notACustomBehavior", "_notACustomBehavior$1", 825); + _instance(_, "get$_onDeselectAll", 0, 3, null, ["call$3"], ["_onDeselectAll$3"], 1343, 0, 0); + _instance_1_u(A.BaseChart.prototype, "get$_notACustomBehavior", "_notACustomBehavior$1", 827); _instance_0_u(A.BaseChartState.prototype, "get$_animationTick", "_animationTick$0", 0); - _instance_1_u(A.ChartContainerCustomPaint.prototype, "get$_buildSemantics", "_buildSemantics$1", 1817); - _instance_1_u(_ = A.ChartGestureDetector.prototype, "get$onTapDown", "onTapDown$1", 53); - _instance_1_u(_, "get$onTapUp", "onTapUp$1", 96); - _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 820); - _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 816); - _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 927); - _instance_2_u(_ = A.DeepCollectionEquality.prototype, "get$equals", "equals$2", 434); - _instance_1_i(_, "get$hash", "hash$1", 259); - _instance_1_u(_, "get$isValidKey", "isValidKey$1", 119); - _instance_0_i(A.XFileBase.prototype, "get$length", "length$0", 269); - _instance_0_i(_ = A.XFile.prototype, "get$length", "length$0", 269); - _instance_1_u(_, "get$_blobToByteBuffer", "_blobToByteBuffer$1", 1894); - _instance_1_u(A.DesktopDropWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 217); - _instance_1_u(A._DropTargetState.prototype, "get$_onDropEvent", "_onDropEvent$1", 2002); - _instance_0_i(A.MemoryFile.prototype, "get$length", "length$0", 269); + _instance_1_u(A.ChartContainerCustomPaint.prototype, "get$_buildSemantics", "_buildSemantics$1", 1818); + _instance_1_u(_ = A.ChartGestureDetector.prototype, "get$onTapDown", "onTapDown$1", 52); + _instance_1_u(_, "get$onTapUp", "onTapUp$1", 97); + _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 822); + _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 818); + _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 817); + _instance_2_u(_ = A.DeepCollectionEquality.prototype, "get$equals", "equals$2", 439); + _instance_1_i(_, "get$hash", "hash$1", 263); + _instance_1_u(_, "get$isValidKey", "isValidKey$1", 120); + _instance_0_i(A.XFileBase.prototype, "get$length", "length$0", 327); + _instance_0_i(_ = A.XFile.prototype, "get$length", "length$0", 327); + _instance_1_u(_, "get$_blobToByteBuffer", "_blobToByteBuffer$1", 1895); + _instance_1_u(A.DesktopDropWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 216); + _instance_1_u(A._DropTargetState.prototype, "get$_onDropEvent", "_onDropEvent$1", 2003); + _instance_0_i(A.MemoryFile.prototype, "get$length", "length$0", 327); _static_2(A, "memory_file_system___defaultOpHandle$closure", "_defaultOpHandle", 3329); - _instance_1_u(A.MemoryFileSystemEntity.prototype, "get$defaultCheckType", "defaultCheckType$1", 2330); + _instance_1_u(A.MemoryFileSystemEntity.prototype, "get$defaultCheckType", "defaultCheckType$1", 2329); _static_1(A, "utils0__isEmpty$closure", "isEmpty", 72); _instance(_ = A.AnimationController.prototype, "get$reverse", 1, 0, function() { return {from: null}; - }, ["call$1$from", "call$0"], ["reverse$1$from", "reverse$0"], 2401, 0, 0); + }, ["call$1$from", "call$0"], ["reverse$1$from", "reverse$0"], 2399, 0, 0); _instance_1_u(_, "get$_directionSetter", "_directionSetter$1", 2455); _instance_1_u(_, "get$_animation_controller$_tick", "_animation_controller$_tick$1", 16); _instance_1_u(A.ReverseAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 41); @@ -571396,25 +571582,25 @@ _instance_0_u(A.AnimationLocalListenersMixin.prototype, "get$notifyListeners", "notifyListeners$0", 0); _instance_1_u(A.AnimationLocalStatusListenersMixin.prototype, "get$notifyStatusListeners", "notifyStatusListeners$1", 41); _instance_1_i(A._Interval.prototype, "get$value", "value$1", 11); - _instance_1_u(_ = A._CupertinoButtonState.prototype, "get$_handleTapDown", "_handleTapDown$1", 53); - _instance_1_u(_, "get$_handleTapUp", "_handleTapUp$1", 96); + _instance_1_u(_ = A._CupertinoButtonState.prototype, "get$_handleTapDown", "_handleTapDown$1", 52); + _instance_1_u(_, "get$_handleTapUp", "_handleTapUp$1", 97); _instance_0_u(_, "get$_handleTapCancel", "_handleTapCancel$0", 0); - _instance_1_u(_ = A._CupertinoDesktopTextSelectionToolbarButtonState.prototype, "get$_onEnter", "_onEnter$1", 214); - _instance_1_u(_, "get$_onExit", "_onExit$1", 189); + _instance_1_u(_ = A._CupertinoDesktopTextSelectionToolbarButtonState.prototype, "get$_onEnter", "_onEnter$1", 230); + _instance_1_u(_, "get$_onExit", "_onExit$1", 183); _instance_0_u(A._CupertinoTextMagnifierState.prototype, "get$_magnifier0$_determineMagnifierPositionAndFocalPoint", "_magnifier0$_determineMagnifierPositionAndFocalPoint$0", 0); _instance_1_u(_ = A._CupertinoBackGestureDetectorState.prototype, "get$_route$_handleDragStart", "_route$_handleDragStart$1", 60); - _instance_1_u(_, "get$_route$_handleDragUpdate", "_route$_handleDragUpdate$1", 67); - _instance_1_u(_, "get$_route$_handleDragEnd", "_route$_handleDragEnd$1", 90); + _instance_1_u(_, "get$_route$_handleDragUpdate", "_route$_handleDragUpdate$1", 66); + _instance_1_u(_, "get$_route$_handleDragEnd", "_route$_handleDragEnd$1", 89); _instance_0_u(_, "get$_route$_handleDragCancel", "_route$_handleDragCancel$0", 0); - _instance_1_u(_, "get$_route$_handlePointerDown", "_route$_handlePointerDown$1", 220); + _instance_1_u(_, "get$_route$_handlePointerDown", "_route$_handlePointerDown$1", 206); _instance_0_u(A._CupertinoScrollbarState.prototype, "get$handleThumbPress", "handleThumbPress$0", 0); - _instance_1_u(_ = A._CupertinoSwitchState.prototype, "get$_switch$_handleTapDown", "_switch$_handleTapDown$1", 53); + _instance_1_u(_ = A._CupertinoSwitchState.prototype, "get$_switch$_handleTapDown", "_switch$_handleTapDown$1", 52); _instance_0_u(_, "get$_switch$_handleTap", "_switch$_handleTap$0", 0); - _instance_1_u(_, "get$_switch$_handleTapUp", "_switch$_handleTapUp$1", 96); + _instance_1_u(_, "get$_switch$_handleTapUp", "_switch$_handleTapUp$1", 97); _instance_0_u(_, "get$_switch$_handleTapCancel", "_switch$_handleTapCancel$0", 0); _instance_1_u(_, "get$_switch$_handleDragStart", "_switch$_handleDragStart$1", 60); - _instance_1_u(_, "get$_switch$_handleDragUpdate", "_switch$_handleDragUpdate$1", 67); - _instance_1_u(_, "get$_switch$_handleDragEnd", "_switch$_handleDragEnd$1", 90); + _instance_1_u(_, "get$_switch$_handleDragUpdate", "_switch$_handleDragUpdate$1", 66); + _instance_1_u(_, "get$_switch$_handleDragEnd", "_switch$_handleDragEnd$1", 89); _static(A, "text_selection_toolbar0_CupertinoTextSelectionToolbar__defaultToolbarBuilder$closure", 4, null, ["call$4"], ["CupertinoTextSelectionToolbar__defaultToolbarBuilder"], 3330, 0); _instance_0_u(_ = A._CupertinoTextSelectionToolbarContentState.prototype, "get$_handleNextPage", "_handleNextPage$0", 0); _instance_0_u(_, "get$_handlePreviousPage", "_handlePreviousPage$0", 0); @@ -571422,45 +571608,45 @@ _static(A, "assertions_FlutterError_dumpErrorToConsole$closure", 1, null, ["call$2$forceReport", "call$1"], ["FlutterError_dumpErrorToConsole", function(details) { return A.FlutterError_dumpErrorToConsole(details, false); }], 3331, 0); - _static_1(A, "assertions_FlutterError_defaultStackFilter$closure", "FlutterError_defaultStackFilter", 525); + _static_1(A, "assertions_FlutterError_defaultStackFilter$closure", "FlutterError_defaultStackFilter", 440); _static_1(A, "assertions_DiagnosticsStackTrace__createStackFrame$closure", "DiagnosticsStackTrace__createStackFrame", 3332); - _instance_1_i(_ = A.ChangeNotifier.prototype, "get$addListener", "addListener$1", 244); - _instance_1_i(_, "get$removeListener", "removeListener$1", 244); + _instance_1_i(_ = A.ChangeNotifier.prototype, "get$addListener", "addListener$1", 245); + _instance_1_i(_, "get$removeListener", "removeListener$1", 245); _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", 804); - _instance_1_u(A.AbstractNode.prototype, "get$redepthChild", "redepthChild$1", 2685); + _instance_1_i(A.DiagnosticPropertiesBuilder.prototype, "get$add", "add$1", 806); + _instance_1_u(A.AbstractNode.prototype, "get$redepthChild", "redepthChild$1", 2692); _static_1(A, "stack_frame_StackFrame_fromStackTraceLine$closure", "StackFrame_fromStackTraceLine", 3333); _instance_1_u(_ = A.GestureBinding.prototype, "get$_handlePointerDataPacket", "_handlePointerDataPacket$1", 2695); - _instance_1_u(_, "get$cancelPointer", "cancelPointer$1", 99); + _instance_1_u(_, "get$cancelPointer", "cancelPointer$1", 98); _instance_0_u(_, "get$_flushPointerEventQueue", "_flushPointerEventQueue$0", 0); - _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 115); + _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 114); _instance_0_u(_, "get$_handleSampleTimeChanged", "_handleSampleTimeChanged$0", 0); _static(A, "force_press_ForcePressGestureRecognizer__inverseLerp$closure", 3, null, ["call$3"], ["ForcePressGestureRecognizer__inverseLerp"], 3334, 0); - _instance_1_u(A.ForcePressGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 115); - _static_1(A, "monodrag_DragGestureRecognizer__defaultBuilder$closure", "DragGestureRecognizer__defaultBuilder", 737); - _instance_1_u(A.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 115); - _instance_1_u(_ = A.MultiDragGestureRecognizer.prototype, "get$_multidrag$_handleEvent", "_multidrag$_handleEvent$1", 115); - _instance_1_u(_, "get$_removeState", "_removeState$1", 99); + _instance_1_u(A.ForcePressGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 114); + _static_1(A, "monodrag_DragGestureRecognizer__defaultBuilder$closure", "DragGestureRecognizer__defaultBuilder", 738); + _instance_1_u(A.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 114); + _instance_1_u(_ = A.MultiDragGestureRecognizer.prototype, "get$_multidrag$_handleEvent", "_multidrag$_handleEvent$1", 114); + _instance_1_u(_, "get$_removeState", "_removeState$1", 98); _instance_0_u(A._DelayedPointerState.prototype, "get$_delayPassed", "_delayPassed$0", 0); _instance_0_u(A._CountdownZoned.prototype, "get$_onTimeout", "_onTimeout$0", 0); - _instance_1_u(_ = A.DoubleTapGestureRecognizer.prototype, "get$_multitap$_handleEvent", "_multitap$_handleEvent$1", 115); + _instance_1_u(_ = A.DoubleTapGestureRecognizer.prototype, "get$_multitap$_handleEvent", "_multitap$_handleEvent$1", 114); _instance_1_u(_, "get$_reject", "_reject$1", 2723); _instance_0_u(_, "get$_multitap$_reset", "_multitap$_reset$0", 0); - _instance(A.OneSequenceGestureRecognizer.prototype, "get$stopTrackingPointer", 0, 1, null, ["call$1"], ["stopTrackingPointer$1"], 99, 0, 1); - _instance_1_u(A.PrimaryPointerGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 115); - _instance_1_u(A.ScaleGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 115); - _instance(_ = A._LicensePageState.prototype, "get$_packageLicensePage", 0, 3, null, ["call$3"], ["_packageLicensePage$3"], 800, 0, 0); - _instance_2_u(_, "get$_packagesView", "_packagesView$2", 798); - _instance_2_u(_ = A._MaterialAppState.prototype, "get$_inspectorSelectButtonBuilder", "_inspectorSelectButtonBuilder$2", 2938); - _instance_2_u(_, "get$_materialBuilder", "_materialBuilder$2", 230); + _instance(A.OneSequenceGestureRecognizer.prototype, "get$stopTrackingPointer", 0, 1, null, ["call$1"], ["stopTrackingPointer$1"], 98, 0, 1); + _instance_1_u(A.PrimaryPointerGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 114); + _instance_1_u(A.ScaleGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 114); + _instance(_ = A._LicensePageState.prototype, "get$_packageLicensePage", 0, 3, null, ["call$3"], ["_packageLicensePage$3"], 802, 0, 0); + _instance_2_u(_, "get$_packagesView", "_packagesView$2", 800); + _instance_2_u(_ = A._MaterialAppState.prototype, "get$_inspectorSelectButtonBuilder", "_inspectorSelectButtonBuilder$2", 2935); + _instance_2_u(_, "get$_materialBuilder", "_materialBuilder$2", 242); _instance_0_u(_ = A._AppBarState.prototype, "get$_handleDrawerButton", "_handleDrawerButton$0", 0); _instance_0_u(_, "get$_handleDrawerButtonEnd", "_handleDrawerButtonEnd$0", 0); - _instance_1_u(_, "get$_app_bar$_handleScrollNotification", "_app_bar$_handleScrollNotification$1", 2950); + _instance_1_u(_, "get$_app_bar$_handleScrollNotification", "_app_bar$_handleScrollNotification$1", 2949); _instance_1_u(_ = A._BottomSheetState.prototype, "get$_bottom_sheet$_handleDragStart", "_bottom_sheet$_handleDragStart$1", 60); - _instance_1_u(_, "get$_bottom_sheet$_handleDragUpdate", "_bottom_sheet$_handleDragUpdate$1", 67); - _instance_1_u(_, "get$_bottom_sheet$_handleDragEnd", "_bottom_sheet$_handleDragEnd$1", 90); - _instance_1_u(_, "get$extentChanged", "extentChanged$1", 796); + _instance_1_u(_, "get$_bottom_sheet$_handleDragUpdate", "_bottom_sheet$_handleDragUpdate$1", 66); + _instance_1_u(_, "get$_bottom_sheet$_handleDragEnd", "_bottom_sheet$_handleDragEnd$1", 89); + _instance_1_u(_, "get$extentChanged", "extentChanged$1", 798); _instance_1_u(_ = A._RenderInputPadding.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 11); @@ -571470,38 +571656,38 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 11); - _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", 99); + _instance_1_u(_ = A._CalendarDatePickerState.prototype, "get$_handleMonthChanged", "_handleMonthChanged$1", 286); + _instance_1_u(_, "get$_handleYearChanged", "_handleYearChanged$1", 286); + _instance_1_u(_, "get$_handleDayChanged", "_handleDayChanged$1", 286); + _instance_1_u(_ = A._MonthPickerState.prototype, "get$_handleDateSelected", "_handleDateSelected$1", 286); + _instance_1_u(_, "get$_handleMonthPageChanged", "_handleMonthPageChanged$1", 98); _instance_0_u(_, "get$_handleNextMonth", "_handleNextMonth$0", 0); _instance_0_u(_, "get$_handlePreviousMonth", "_handlePreviousMonth$0", 0); - _instance_1_u(_, "get$_handleGridFocusChange", "_handleGridFocusChange$1", 88); - _instance_1_u(_, "get$_handleGridNextFocus", "_handleGridNextFocus$1", 3297); - _instance_1_u(_, "get$_handleGridPreviousFocus", "_handleGridPreviousFocus$1", 3298); - _instance_1_u(_, "get$_handleDirectionFocus", "_handleDirectionFocus$1", 3299); - _instance_2_u(_, "get$_buildItems", "_buildItems$2", 193); - _instance_2_u(A._YearPickerState.prototype, "get$_buildYearItem", "_buildYearItem$2", 193); + _instance_1_u(_, "get$_handleGridFocusChange", "_handleGridFocusChange$1", 85); + _instance_1_u(_, "get$_handleGridNextFocus", "_handleGridNextFocus$1", 3293); + _instance_1_u(_, "get$_handleGridPreviousFocus", "_handleGridPreviousFocus$1", 3297); + _instance_1_u(_, "get$_handleDirectionFocus", "_handleDirectionFocus$1", 3298); + _instance_2_u(_, "get$_buildItems", "_buildItems$2", 178); + _instance_2_u(A._YearPickerState.prototype, "get$_buildYearItem", "_buildYearItem$2", 178); _instance_0_u(A.CheckboxListTile.prototype, "get$_handleValueChange", "_handleValueChange$0", 0); - _instance_1_u(_ = A.TableRowInkWell0.prototype, "get$getRectCallback", "getRectCallback$1", 1017); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 793); + _instance_1_u(_ = A.TableRowInkWell0.prototype, "get$getRectCallback", "getRectCallback$1", 4094); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 795); _instance_0_u(_ = A._SortArrowState0.prototype, "get$_data_table$_rebuild", "_data_table$_rebuild$0", 0); _instance_1_u(_, "get$_data_table$_resetOrientationAnimation", "_data_table$_resetOrientationAnimation$1", 41); _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); + _instance_1_u(_, "get$_handleDateChanged", "_handleDateChanged$1", 286); _static(A, "dialog___buildMaterialDialogTransitions$closure", 4, null, ["call$4"], ["_buildMaterialDialogTransitions"], 3335, 0); _instance_0_u(_ = A.DrawerControllerState.prototype, "get$_animationChanged", "_animationChanged$0", 0); _instance_1_u(_, "get$_animationStatusChanged", "_animationStatusChanged$1", 41); _instance_0_u(_, "get$_handleHistoryEntryRemoved", "_handleHistoryEntryRemoved$0", 0); - _instance_1_u(_, "get$_handleDragDown", "_handleDragDown$1", 490); + _instance_1_u(_, "get$_handleDragDown", "_handleDragDown$1", 433); _instance_0_u(_, "get$_handleDragCancel", "_handleDragCancel$0", 0); - _instance_1_u(_, "get$_move", "_move$1", 67); - _instance_1_u(_, "get$_settle", "_settle$1", 90); + _instance_1_u(_, "get$_move", "_move$1", 66); + _instance_1_u(_, "get$_settle", "_settle$1", 89); _instance_0_i(_, "get$close", "close$0", 0); - _instance_1_u(_ = A._DropdownMenuItemButtonState.prototype, "get$_dropdown$_handleFocusChange", "_dropdown$_handleFocusChange$1", 88); + _instance_1_u(_ = A._DropdownMenuItemButtonState.prototype, "get$_dropdown$_handleFocusChange", "_dropdown$_handleFocusChange$1", 85); _instance_0_u(_, "get$_handleOnTap", "_handleOnTap$0", 0); _instance_0_u(_ = A._DropdownButtonState.prototype, "get$_dropdown$_handleFocusChanged", "_dropdown$_handleFocusChanged$0", 0); _instance_0_u(_, "get$_dropdown$_handleTap", "_dropdown$_handleTap$0", 0); @@ -571510,31 +571696,31 @@ _instance_1_u(_ = A._RenderChildOverflowBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 11); _instance_0_u(_ = A._InkState.prototype, "get$_handleRemoved", "_handleRemoved$0", 0); - _instance_1_u(_, "get$_ink_decoration$_build", "_ink_decoration$_build$1", 57); + _instance_1_u(_, "get$_ink_decoration$_build", "_ink_decoration$_build$1", 59); _instance_0_u(A.InkDecoration.prototype, "get$_handleChanged", "_handleChanged$0", 0); _instance_1_u(A.InkHighlight.prototype, "get$_handleAlphaStatusChanged", "_handleAlphaStatusChanged$1", 41); _instance_1_u(A.InkRipple.prototype, "get$_ink_ripple$_handleAlphaStatusChanged", "_ink_ripple$_handleAlphaStatusChanged$1", 41); _instance_1_u(A.InkSplash.prototype, "get$_ink_splash$_handleAlphaStatusChanged", "_ink_splash$_handleAlphaStatusChanged$1", 41); - _instance_1_u(_ = A.InkResponse.prototype, "get$getRectCallback", "getRectCallback$1", 1060); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 793); + _instance_1_u(_ = A.InkResponse.prototype, "get$getRectCallback", "getRectCallback$1", 1061); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 795); _instance(_ = A._InkResponseState.prototype, "get$simulateTap", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["simulateTap$1", "simulateTap$0"], 790, 0, 0); + }, ["call$1", "call$0"], ["simulateTap$1", "simulateTap$0"], 792, 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", 789); - _instance_1_u(_, "get$handleFocusUpdate", "handleFocusUpdate$1", 88); - _instance_1_u(_, "get$handleTapDown", "handleTapDown$1", 53); - _instance_1_u(_, "get$handleTapUp", "handleTapUp$1", 96); + _instance_1_u(_, "get$handleFocusHighlightModeChange", "handleFocusHighlightModeChange$1", 791); + _instance_1_u(_, "get$handleFocusUpdate", "handleFocusUpdate$1", 85); + _instance_1_u(_, "get$handleTapDown", "handleTapDown$1", 52); + _instance_1_u(_, "get$handleTapUp", "handleTapUp$1", 97); _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_1_u(_, "get$handleMouseEnter", "handleMouseEnter$1", 214); - _instance_1_u(_, "get$handleMouseExit", "handleMouseExit$1", 189); - _instance_1_u(_ = A._InputDatePickerFormFieldState.prototype, "get$_validateDate", "_validateDate$1", 354); - _instance_1_u(_, "get$_handleSaved", "_handleSaved$1", 251); - _instance_1_u(_, "get$_handleSubmitted", "_handleSubmitted$1", 92); + _instance_1_u(_, "get$handleMouseEnter", "handleMouseEnter$1", 230); + _instance_1_u(_, "get$handleMouseExit", "handleMouseExit$1", 183); + _instance_1_u(_ = A._InputDatePickerFormFieldState.prototype, "get$_validateDate", "_validateDate$1", 342); + _instance_1_u(_, "get$_handleSaved", "_handleSaved$1", 232); + _instance_1_u(_, "get$_handleSubmitted", "_handleSubmitted$1", 93); _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", 11); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 11); @@ -571550,41 +571736,41 @@ _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", 41); - _instance_1_u(_ = A._ZoomEnterTransitionPainter.prototype, "get$_onStatusChange", "_onStatusChange$1", 101); + _instance_1_u(_ = A._ZoomEnterTransitionPainter.prototype, "get$_onStatusChange", "_onStatusChange$1", 103); _instance_0_u(_, "get$dispose", "dispose$0", 0); - _instance_1_u(_ = A._ZoomExitTransitionPainter.prototype, "get$_onStatusChange", "_onStatusChange$1", 101); + _instance_1_u(_ = A._ZoomExitTransitionPainter.prototype, "get$_onStatusChange", "_onStatusChange$1", 103); _instance_0_u(_, "get$dispose", "dispose$0", 0); _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", 348); - _instance_1_u(_ = A.RefreshIndicatorState.prototype, "get$_refresh_indicator$_handleScrollNotification", "_refresh_indicator$_handleScrollNotification$1", 187); - _instance_1_u(_, "get$_handleIndicatorNotification", "_handleIndicatorNotification$1", 1111); - _instance_2_u(_ = A._ReorderableListViewState.prototype, "get$_itemBuilder", "_itemBuilder$2", 193); - _instance(_, "get$_proxyDecorator", 0, 3, null, ["call$3"], ["_proxyDecorator$3"], 1113, 0, 0); + _instance_1_u(A._RadioState.prototype, "get$_radio$_handleChanged", "_radio$_handleChanged$1", 335); + _instance_1_u(_ = A.RefreshIndicatorState.prototype, "get$_refresh_indicator$_handleScrollNotification", "_refresh_indicator$_handleScrollNotification$1", 190); + _instance_1_u(_, "get$_handleIndicatorNotification", "_handleIndicatorNotification$1", 1112); + _instance_2_u(_ = A._ReorderableListViewState.prototype, "get$_itemBuilder", "_itemBuilder$2", 178); + _instance(_, "get$_proxyDecorator", 0, 3, null, ["call$3"], ["_proxyDecorator$3"], 1114, 0, 0); _instance_1_u(_ = A._FloatingActionButtonTransitionState.prototype, "get$_handlePreviousAnimationStatusChanged", "_handlePreviousAnimationStatusChanged$1", 41); _instance_0_u(_, "get$_onProgressChanged", "_onProgressChanged$0", 0); - _instance_1_u(_ = A.ScaffoldState.prototype, "get$_drawerOpenedCallback", "_drawerOpenedCallback$1", 88); - _instance_1_u(_, "get$_endDrawerOpenedCallback", "_endDrawerOpenedCallback$1", 88); + _instance_1_u(_ = A.ScaffoldState.prototype, "get$_drawerOpenedCallback", "_drawerOpenedCallback$1", 85); + _instance_1_u(_, "get$_endDrawerOpenedCallback", "_endDrawerOpenedCallback$1", 85); _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", 60); - _instance(_, "get$_scaffold$_handleDragEnd", 0, 1, null, ["call$2$isClosing", "call$1"], ["_scaffold$_handleDragEnd$2$isClosing", "_scaffold$_handleDragEnd$1"], 1127, 0, 0); + _instance(_, "get$_scaffold$_handleDragEnd", 0, 1, null, ["call$2$isClosing", "call$1"], ["_scaffold$_handleDragEnd$2$isClosing", "_scaffold$_handleDragEnd$1"], 1117, 0, 0); _instance_1_u(_, "get$_handleStatusChange", "_handleStatusChange$1", 41); - _instance_1_u(_, "get$extentChanged", "extentChanged$1", 796); + _instance_1_u(_, "get$extentChanged", "extentChanged$1", 798); _static(A, "scrollbar_theme___lerpBool$closure", 3, null, ["call$3"], ["_lerpBool"], 3336, 0); - _static_2(A, "selectable_text_SelectableText__defaultContextMenuBuilder$closure", "SelectableText__defaultContextMenuBuilder", 377); - _instance_1_u(_ = A._SelectableTextSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 166); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 166); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 364); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 96); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 249); + _static_2(A, "selectable_text_SelectableText__defaultContextMenuBuilder$closure", "SelectableText__defaultContextMenuBuilder", 386); + _instance_1_u(_ = A._SelectableTextSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 163); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 163); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 365); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 97); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 254); _instance_0_u(_ = A._SelectableTextState.prototype, "get$_onControllerChanged", "_onControllerChanged$0", 0); - _instance_2_u(_, "get$_selectable_text$_handleSelectionChanged", "_selectable_text$_handleSelectionChanged$2", 427); + _instance_2_u(_, "get$_selectable_text$_handleSelectionChanged", "_selectable_text$_handleSelectionChanged$2", 503); _instance_0_u(_, "get$_selectable_text$_handleSelectionHandleTapped", "_selectable_text$_handleSelectionHandleTapped$0", 0); _instance_1_u(_ = A._MaterialSwitchState.prototype, "get$_switch0$_handleDragStart", "_switch0$_handleDragStart$1", 60); - _instance_1_u(_, "get$_switch0$_handleDragUpdate", "_switch0$_handleDragUpdate$1", 67); - _instance_1_u(_, "get$_switch0$_handleDragEnd", "_switch0$_handleDragEnd$1", 90); - _instance_1_u(_, "get$_switch0$_handleChanged", "_switch0$_handleChanged$1", 348); + _instance_1_u(_, "get$_switch0$_handleDragUpdate", "_switch0$_handleDragUpdate$1", 66); + _instance_1_u(_, "get$_switch0$_handleDragEnd", "_switch0$_handleDragEnd$1", 89); + _instance_1_u(_, "get$_switch0$_handleChanged", "_switch0$_handleChanged$1", 335); _instance_0_u(_ = A._SwitchPainter.prototype, "get$_handleDecorationChanged", "_handleDecorationChanged$0", 0); _instance_0_u(_, "get$dispose", "dispose$0", 0); _instance_0_u(A.TabController.prototype, "get$dispose", "dispose$0", 0); @@ -571593,36 +571779,36 @@ _instance_0_u(_, "get$_handleTabControllerTick", "_handleTabControllerTick$0", 0); _instance(_, "get$_saveTabOffsets", 0, 3, null, ["call$3"], ["_saveTabOffsets$3"], 1169, 0, 0); _instance_0_u(_ = A._TabBarViewState.prototype, "get$_handleTabControllerAnimationTick", "_handleTabControllerAnimationTick$0", 0); - _instance_1_u(_, "get$_tabs$_handleScrollNotification", "_tabs$_handleScrollNotification$1", 187); - _static_2(A, "text_field_TextField__defaultContextMenuBuilder$closure", "TextField__defaultContextMenuBuilder", 377); - _instance_1_u(_ = A._TextFieldSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 166); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 166); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 96); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 249); + _instance_1_u(_, "get$_tabs$_handleScrollNotification", "_tabs$_handleScrollNotification$1", 190); + _static_2(A, "text_field_TextField__defaultContextMenuBuilder$closure", "TextField__defaultContextMenuBuilder", 386); + _instance_1_u(_ = A._TextFieldSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 163); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 163); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 97); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 254); _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", 427); + _instance_2_u(_, "get$_text_field$_handleSelectionChanged", "_text_field$_handleSelectionChanged$2", 503); _instance_0_u(_, "get$_handleSelectionHandleTapped", "_handleSelectionHandleTapped$0", 0); - _static_2(A, "text_form_field_TextFormField__defaultContextMenuBuilder$closure", "TextFormField__defaultContextMenuBuilder", 377); + _static_2(A, "text_form_field_TextFormField__defaultContextMenuBuilder$closure", "TextFormField__defaultContextMenuBuilder", 386); _instance_0_u(A._TextFormFieldState.prototype, "get$_handleControllerChanged", "_handleControllerChanged$0", 0); _static_2(A, "text_selection_toolbar_TextSelectionToolbar__defaultToolbarBuilder$closure", "TextSelectionToolbar__defaultToolbarBuilder", 3338); - _instance_1_u(A._TimePickerHeader.prototype, "get$_handleChangeMode", "_handleChangeMode$1", 770); + _instance_1_u(A._TimePickerHeader.prototype, "get$_handleChangeMode", "_handleChangeMode$1", 771); _instance_1_u(_ = A._RenderInputPadding2.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 11); _instance_1_u(_ = A._DialState.prototype, "get$_handlePanStart", "_handlePanStart$1", 60); - _instance_1_u(_, "get$_handlePanUpdate", "_handlePanUpdate$1", 67); - _instance_1_u(_, "get$_handlePanEnd", "_handlePanEnd$1", 90); - _instance_1_u(_, "get$_time_picker0$_handleTapUp", "_time_picker0$_handleTapUp$1", 96); - _instance_1_u(_ = A._TimePickerInputState.prototype, "get$_handleHourSavedSubmitted", "_handleHourSavedSubmitted$1", 251); - _instance_1_u(_, "get$_handleHourChanged", "_handleHourChanged$1", 92); - _instance_1_u(_, "get$_handleMinuteSavedSubmitted", "_handleMinuteSavedSubmitted$1", 251); - _instance_1_u(_, "get$_handleDayPeriodChanged", "_handleDayPeriodChanged$1", 769); - _instance_1_u(_, "get$_validateHour", "_validateHour$1", 354); - _instance_1_u(_, "get$_validateMinute", "_validateMinute$1", 354); - _instance_1_u(_ = A._TimePickerDialogState.prototype, "get$_time_picker0$_handleModeChanged", "_time_picker0$_handleModeChanged$1", 770); + _instance_1_u(_, "get$_handlePanUpdate", "_handlePanUpdate$1", 66); + _instance_1_u(_, "get$_handlePanEnd", "_handlePanEnd$1", 89); + _instance_1_u(_, "get$_time_picker0$_handleTapUp", "_time_picker0$_handleTapUp$1", 97); + _instance_1_u(_ = A._TimePickerInputState.prototype, "get$_handleHourSavedSubmitted", "_handleHourSavedSubmitted$1", 232); + _instance_1_u(_, "get$_handleHourChanged", "_handleHourChanged$1", 93); + _instance_1_u(_, "get$_handleMinuteSavedSubmitted", "_handleMinuteSavedSubmitted$1", 232); + _instance_1_u(_, "get$_handleDayPeriodChanged", "_handleDayPeriodChanged$1", 770); + _instance_1_u(_, "get$_validateHour", "_validateHour$1", 342); + _instance_1_u(_, "get$_validateMinute", "_validateMinute$1", 342); + _instance_1_u(_ = A._TimePickerDialogState.prototype, "get$_time_picker0$_handleModeChanged", "_time_picker0$_handleModeChanged$1", 771); _instance_0_u(_, "get$_time_picker0$_handleEntryModeToggle", "_time_picker0$_handleEntryModeToggle$0", 0); - _instance_1_u(_, "get$_handleTimeChanged", "_handleTimeChanged$1", 769); + _instance_1_u(_, "get$_handleTimeChanged", "_handleTimeChanged$1", 770); _instance_0_u(_, "get$_handleHourDoubleTapped", "_handleHourDoubleTapped$0", 0); _instance_0_u(_, "get$_handleMinuteDoubleTapped", "_handleMinuteDoubleTapped$0", 0); _instance_0_u(_, "get$_handleHourSelected", "_handleHourSelected$0", 0); @@ -571636,39 +571822,39 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 11); - _instance_1_u(_ = A.ToggleableStateMixin.prototype, "get$_toggleable$_handleTapDown", "_toggleable$_handleTapDown$1", 53); + _instance_1_u(_ = A.ToggleableStateMixin.prototype, "get$_toggleable$_handleTapDown", "_toggleable$_handleTapDown$1", 52); _instance(_, "get$_toggleable$_handleTap", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_toggleable$_handleTap$1", "_toggleable$_handleTap$0"], 790, 0, 0); - _instance(_, "get$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_handleTapEnd$1", "_handleTapEnd$0"], 1229, 0, 0); - _instance_1_u(_, "get$_handleFocusHighlightChanged", "_handleFocusHighlightChanged$1", 88); - _instance_1_u(_, "get$_handleHoverChanged", "_handleHoverChanged$1", 88); + }, ["call$1", "call$0"], ["_toggleable$_handleTap$1", "_toggleable$_handleTap$0"], 792, 0, 0); + _instance(_, "get$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_handleTapEnd$1", "_handleTapEnd$0"], 1230, 0, 0); + _instance_1_u(_, "get$_handleFocusHighlightChanged", "_handleFocusHighlightChanged$1", 85); + _instance_1_u(_, "get$_handleHoverChanged", "_handleHoverChanged$1", 85); _instance_0_u(A.ToggleablePainter.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_ = A.TooltipState.prototype, "get$_handleMouseTrackerChange", "_handleMouseTrackerChange$0", 0); _instance_1_u(_, "get$_tooltip$_handleStatusChanged", "_tooltip$_handleStatusChanged$1", 41); _instance_0_u(_, "get$ensureTooltipVisible", "ensureTooltipVisible$0", 21); - _instance_1_u(_, "get$_tooltip$_handlePointerEvent", "_tooltip$_handlePointerEvent$1", 115); + _instance_1_u(_, "get$_tooltip$_handlePointerEvent", "_tooltip$_handlePointerEvent$1", 114); _instance_0_u(_, "get$_handlePress", "_handlePress$0", 0); _instance_0_u(_, "get$_handleTap", "_handleTap$0", 0); - _instance(_ = A.PaintingBinding.prototype, "get$instantiateImageCodec", 0, 1, null, ["call$4$allowUpscaling$cacheHeight$cacheWidth", "call$1"], ["instantiateImageCodec$4$allowUpscaling$cacheHeight$cacheWidth", "instantiateImageCodec$1"], 1232, 0, 0); - _instance(_, "get$instantiateImageCodecFromBuffer", 0, 1, null, ["call$4$allowUpscaling$cacheHeight$cacheWidth", "call$1"], ["instantiateImageCodecFromBuffer$4$allowUpscaling$cacheHeight$cacheWidth", "instantiateImageCodecFromBuffer$1"], 1235, 0, 0); + _instance(_ = A.PaintingBinding.prototype, "get$instantiateImageCodec", 0, 1, null, ["call$4$allowUpscaling$cacheHeight$cacheWidth", "call$1"], ["instantiateImageCodec$4$allowUpscaling$cacheHeight$cacheWidth", "instantiateImageCodec$1"], 1231, 0, 0); + _instance(_, "get$instantiateImageCodecFromBuffer", 0, 1, null, ["call$4$allowUpscaling$cacheHeight$cacheWidth", "call$1"], ["instantiateImageCodecFromBuffer$4$allowUpscaling$cacheHeight$cacheWidth", "instantiateImageCodecFromBuffer$1"], 1234, 0, 0); _static(A, "borders_OutlinedBorder_lerp$closure", 3, null, ["call$3"], ["OutlinedBorder_lerp"], 3339, 0); - _instance_2_u(A.DecorationImagePainter.prototype, "get$_handleImage", "_handleImage$2", 768); + _instance_2_u(A.DecorationImagePainter.prototype, "get$_handleImage", "_handleImage$2", 769); _static(A, "edge_insets_EdgeInsetsGeometry_lerp$closure", 3, null, ["call$3"], ["EdgeInsetsGeometry_lerp"], 3340, 0); _static_1(A, "image_resolution_AssetImage_manifestParser$closure", "AssetImage_manifestParser", 3341); - _instance_1_i(_ = A.ImageStreamCompleter.prototype, "get$addListener", "addListener$1", 535); - _instance_1_u(_, "get$reportImageChunkEvent", "reportImageChunkEvent$1", 766); - _instance_1_u(_ = A.MultiFrameImageStreamCompleter.prototype, "get$_handleCodecReady", "_handleCodecReady$1", 553); + _instance_1_i(_ = A.ImageStreamCompleter.prototype, "get$addListener", "addListener$1", 443); + _instance_1_u(_, "get$reportImageChunkEvent", "reportImageChunkEvent$1", 767); + _instance_1_u(_ = A.MultiFrameImageStreamCompleter.prototype, "get$_handleCodecReady", "_handleCodecReady$1", 516); _instance_1_u(_, "get$_handleAppFrame", "_handleAppFrame$1", 16); - _instance_1_i(_, "get$addListener", "addListener$1", 535); + _instance_1_i(_, "get$addListener", "addListener$1", 443); _static(A, "text_style_TextStyle_lerp$closure", 3, null, ["call$3"], ["TextStyle_lerp"], 3342, 0); _instance_1_i(_ = A.FrictionSimulation.prototype, "get$x", "x$1", 11); _instance_1_i(_, "get$dx", "dx$1", 11); _instance_0_u(_ = A.RendererBinding.prototype, "get$_handleSemanticsEnabledChanged", "_handleSemanticsEnabledChanged$0", 0); _instance_1_u(_, "get$_handleWebFirstFrame", "_handleWebFirstFrame$1", 16); - _instance(_, "get$_handleSemanticsAction", 0, 3, null, ["call$3"], ["_handleSemanticsAction$3"], 1289, 0, 0); + _instance(_, "get$_handleSemanticsAction", 0, 3, null, ["call$3"], ["_handleSemanticsAction$3"], 1290, 0, 0); _instance_0_u(_, "get$_handleSemanticsOwnerCreated", "_handleSemanticsOwnerCreated$0", 0); - _instance_1_u(_, "get$_handleSemanticsUpdate", "_handleSemanticsUpdate$1", 1290); + _instance_1_u(_, "get$_handleSemanticsUpdate", "_handleSemanticsUpdate$1", 1291); _instance_0_u(_, "get$_handleSemanticsOwnerDisposed", "_handleSemanticsOwnerDisposed$0", 0); _instance_1_u(_, "get$_handlePersistentFrameCallback", "_handlePersistentFrameCallback$1", 16); _instance_1_u(_ = A.RenderBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 11); @@ -571685,21 +571871,21 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 11); - _instance_1_u(_ = A.RenderEditable.prototype, "get$_onCaretChanged", "_onCaretChanged$1", 765); + _instance_1_u(_ = A.RenderEditable.prototype, "get$_onCaretChanged", "_onCaretChanged$1", 766); _instance_0_u(_, "get$markNeedsPaint", "markNeedsPaint$0", 0); _instance_0_u(_, "get$systemFontsDidChange", "systemFontsDidChange$0", 0); _instance_0_u(_, "get$_showHideCursor", "_showHideCursor$0", 0); - _instance_1_u(_, "get$_handleSetText", "_handleSetText$1", 92); - _instance_1_u(_, "get$_handleSetSelection", "_handleSetSelection$1", 1300); - _instance_1_u(_, "get$_handleMoveCursorForwardByCharacter", "_handleMoveCursorForwardByCharacter$1", 88); - _instance_1_u(_, "get$_handleMoveCursorBackwardByCharacter", "_handleMoveCursorBackwardByCharacter$1", 88); - _instance_1_u(_, "get$_handleMoveCursorForwardByWord", "_handleMoveCursorForwardByWord$1", 88); - _instance_1_u(_, "get$_handleMoveCursorBackwardByWord", "_handleMoveCursorBackwardByWord$1", 88); + _instance_1_u(_, "get$_handleSetText", "_handleSetText$1", 93); + _instance_1_u(_, "get$_handleSetSelection", "_handleSetSelection$1", 1301); + _instance_1_u(_, "get$_handleMoveCursorForwardByCharacter", "_handleMoveCursorForwardByCharacter$1", 85); + _instance_1_u(_, "get$_handleMoveCursorBackwardByCharacter", "_handleMoveCursorBackwardByCharacter$1", 85); + _instance_1_u(_, "get$_handleMoveCursorForwardByWord", "_handleMoveCursorForwardByWord$1", 85); + _instance_1_u(_, "get$_handleMoveCursorBackwardByWord", "_handleMoveCursorBackwardByWord$1", 85); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 11); - _instance_1_u(_, "get$_editable$_handleTapDown", "_editable$_handleTapDown$1", 53); + _instance_1_u(_, "get$_editable$_handleTapDown", "_editable$_handleTapDown$1", 52); _instance_0_u(_, "get$_editable$_handleTap", "_editable$_handleTap$0", 0); _instance_0_u(_, "get$_handleLongPress", "_handleLongPress$0", 0); _instance_2_u(_, "get$_editable$_paintContents", "_editable$_paintContents$2", 91); @@ -571717,13 +571903,13 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 11); - _static_1(A, "object_RenderObject__cleanChildRelayoutBoundary$closure", "RenderObject__cleanChildRelayoutBoundary", 84); - _static_1(A, "object_RenderObject__propagateRelayoutBoundaryToChild$closure", "RenderObject__propagateRelayoutBoundaryToChild", 84); + _static_1(A, "object_RenderObject__cleanChildRelayoutBoundary$closure", "RenderObject__cleanChildRelayoutBoundary", 80); + _static_1(A, "object_RenderObject__propagateRelayoutBoundaryToChild$closure", "RenderObject__propagateRelayoutBoundaryToChild", 80); _instance_1_u(_ = A.RenderObject.prototype, "get$dropChild", "dropChild$1", 40); _instance_0_u(_, "get$markNeedsPaint", "markNeedsPaint$0", 0); _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 91, 0, 1); _instance_0_u(_, "get$markNeedsSemanticsUpdate", "markNeedsSemanticsUpdate$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"], 412, 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"], 424, 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_1_u(_ = A.RenderParagraph.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 11); @@ -571735,7 +571921,7 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 11); - _instance_1_u(A._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 115); + _instance_1_u(A._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 114); _instance_1_u(_ = A.RenderProxyBoxMixin.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 11); @@ -571758,7 +571944,7 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 11); _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", 1317); + _instance_2_u(A.RenderFittedBox.prototype, "get$_paintChildWithTransform", "_paintChildWithTransform$2", 1318); _instance_1_u(_ = A.RenderOffstage.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 11); @@ -571794,8 +571980,8 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 11); - _instance(A.RenderSliver.prototype, "get$hitTest", 0, 1, null, ["call$3$crossAxisPosition$mainAxisPosition", "call$1"], ["hitTest$3$crossAxisPosition$mainAxisPosition", "hitTest$1"], 1341, 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"], 412, 0, 0); + _instance(A.RenderSliver.prototype, "get$hitTest", 0, 1, null, ["call$3$crossAxisPosition$mainAxisPosition", "call$1"], ["hitTest$3$crossAxisPosition$mainAxisPosition", "hitTest$1"], 1319, 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"], 424, 0, 0); _instance_1_u(_ = A.RenderStack.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 11); @@ -571806,13 +571992,13 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 11); - _instance_1_u(A.RenderView.prototype, "get$hitTestMouseTrackers", "hitTestMouseTrackers$1", 1346); + _instance_1_u(A.RenderView.prototype, "get$hitTestMouseTrackers", "hitTestMouseTrackers$1", 1347); _instance_1_u(_ = A.RenderViewportBase.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 11); _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"], 412, 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"], 424, 0, 0); _instance_1_u(_ = A.RenderWrap.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 11); @@ -571821,116 +572007,116 @@ _static(A, "binding0__defaultSchedulingStrategy$closure", 0, null, ["call$2$priority$scheduler", "call$0"], ["defaultSchedulingStrategy", function() { return A.defaultSchedulingStrategy(null, null); }], 3344, 0); - _instance_1_u(_ = A.SchedulerBinding.prototype, "get$_executeTimingsCallbacks", "_executeTimingsCallbacks$1", 448); + _instance_1_u(_ = A.SchedulerBinding.prototype, "get$_executeTimingsCallbacks", "_executeTimingsCallbacks$1", 472); _instance_0_u(_, "get$_runTasks", "_runTasks$0", 0); _instance_0_u(_, "get$ensureVisualUpdate", "ensureVisualUpdate$0", 0); _instance_1_u(_, "get$_handleBeginFrame", "_handleBeginFrame$1", 16); _instance_0_u(_, "get$_handleDrawFrame", "_handleDrawFrame$0", 0); _instance_0_u(_, "get$_disposePerformanceModeRequest", "_disposePerformanceModeRequest$0", 0); - _instance_1_u(_, "get$_profileFramePostEvent", "_profileFramePostEvent$1", 1369); + _instance_1_u(_, "get$_profileFramePostEvent", "_profileFramePostEvent$1", 1368); _instance_1_u(A.Ticker.prototype, "get$_ticker$_tick", "_ticker$_tick$1", 16); _instance_0_u(A.SemanticsOwner.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(A.SemanticsConfiguration.prototype, "get$_onCustomSemanticsAction", "_onCustomSemanticsAction$1", 40); _static_1(A, "asset_bundle_AssetBundle__utf8decode$closure", "AssetBundle__utf8decode", 3345); _static_1(A, "binding1_ServicesBinding__parseLicenses$closure", "ServicesBinding__parseLicenses", 3346); - _instance_0_u(_ = A.ServicesBinding.prototype, "get$_addLicenses", "_addLicenses$0", 1410); + _instance_0_u(_ = A.ServicesBinding.prototype, "get$_addLicenses", "_addLicenses$0", 1411); _instance_1_u(_, "get$_handleLifecycleMessage", "_handleLifecycleMessage$1", 1412); - _instance_1_u(_, "get$_handlePlatformMessage", "_handlePlatformMessage$1", 215); - _instance_1_u(_ = A.KeyEventManager.prototype, "get$handleKeyData", "handleKeyData$1", 542); + _instance_1_u(_, "get$_handlePlatformMessage", "_handlePlatformMessage$1", 217); + _instance_1_u(_ = A.KeyEventManager.prototype, "get$handleKeyData", "handleKeyData$1", 458); _instance_1_u(_, "get$handleRawKeyMessage", "handleRawKeyMessage$1", 1415); - _instance_1_u(_, "get$_convertRawEventAndStore", "_convertRawEventAndStore$1", 1416); - _instance_1_u(A.RestorationManager.prototype, "get$_methodHandler", "_methodHandler$1", 215); - _instance_1_u(_ = A.RestorationBucket.prototype, "get$_dropChild", "_dropChild$1", 759); - _instance_1_u(_, "get$_recursivelyUpdateManager", "_recursivelyUpdateManager$1", 759); - _instance_1_u(A.TextInputClient.prototype, "get$performSelector", "performSelector$1", 92); - _instance_1_u(A.TextInput.prototype, "get$_loudlyHandleTextInputInvocation", "_loudlyHandleTextInputInvocation$1", 217); - _instance_1_u(A._ActionsState.prototype, "get$_handleActionChanged", "_handleActionChanged$1", 1472); - _instance_1_u(_ = A._FocusableActionDetectorState.prototype, "get$_handleFocusHighlightModeChange", "_handleFocusHighlightModeChange$1", 789); - _instance_1_u(_, "get$_handleMouseEnter", "_handleMouseEnter$1", 214); - _instance_1_u(_, "get$_actions$_handleMouseExit", "_actions$_handleMouseExit$1", 189); - _instance_1_u(_, "get$_handleFocusChange", "_handleFocusChange$1", 88); + _instance_1_u(_, "get$_convertRawEventAndStore", "_convertRawEventAndStore$1", 1417); + _instance_1_u(A.RestorationManager.prototype, "get$_methodHandler", "_methodHandler$1", 217); + _instance_1_u(_ = A.RestorationBucket.prototype, "get$_dropChild", "_dropChild$1", 760); + _instance_1_u(_, "get$_recursivelyUpdateManager", "_recursivelyUpdateManager$1", 760); + _instance_1_u(A.TextInputClient.prototype, "get$performSelector", "performSelector$1", 93); + _instance_1_u(A.TextInput.prototype, "get$_loudlyHandleTextInputInvocation", "_loudlyHandleTextInputInvocation$1", 216); + _instance_1_u(A._ActionsState.prototype, "get$_handleActionChanged", "_handleActionChanged$1", 1456); + _instance_1_u(_ = A._FocusableActionDetectorState.prototype, "get$_handleFocusHighlightModeChange", "_handleFocusHighlightModeChange$1", 791); + _instance_1_u(_, "get$_handleMouseEnter", "_handleMouseEnter$1", 230); + _instance_1_u(_, "get$_actions$_handleMouseExit", "_actions$_handleMouseExit$1", 183); + _instance_1_u(_, "get$_handleFocusChange", "_handleFocusChange$1", 85); _static(A, "animated_cross_fade_AnimatedCrossFade_defaultLayoutBuilder$closure", 4, null, ["call$4"], ["AnimatedCrossFade_defaultLayoutBuilder"], 3347, 0); - _static_2(A, "animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure", "AnimatedSwitcher_defaultTransitionBuilder", 540); + _static_2(A, "animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure", "AnimatedSwitcher_defaultTransitionBuilder", 558); _static_2(A, "animated_switcher_AnimatedSwitcher_defaultLayoutBuilder$closure", "AnimatedSwitcher_defaultLayoutBuilder", 3348); - _instance_1_u(A._AnimatedSwitcherState.prototype, "get$_updateTransitionForEntry", "_updateTransitionForEntry$1", 1474); - _instance_1_u(_ = A._WidgetsAppState.prototype, "get$_onGenerateRoute", "_onGenerateRoute$1", 1490); - _instance_1_u(_, "get$_onUnknownRoute", "_onUnknownRoute$1", 1507); - _static_1(A, "autocomplete_RawAutocomplete_defaultStringForOption$closure", "RawAutocomplete_defaultStringForOption", 572); - _instance_0_u(_ = A._RawAutocompleteState.prototype, "get$_onChangedField", "_onChangedField$0", 95); + _instance_1_u(A._AnimatedSwitcherState.prototype, "get$_updateTransitionForEntry", "_updateTransitionForEntry$1", 1475); + _instance_1_u(_ = A._WidgetsAppState.prototype, "get$_onGenerateRoute", "_onGenerateRoute$1", 1480); + _instance_1_u(_, "get$_onUnknownRoute", "_onUnknownRoute$1", 1492); + _static_1(A, "autocomplete_RawAutocomplete_defaultStringForOption$closure", "RawAutocomplete_defaultStringForOption", 447); + _instance_0_u(_ = A._RawAutocompleteState.prototype, "get$_onChangedField", "_onChangedField$0", 96); _instance_0_u(_, "get$_onChangedFocus", "_onChangedFocus$0", 0); _instance_0_u(_, "get$_onFieldSubmitted", "_onFieldSubmitted$0", 0); _instance_1_u(_, "get$_select", "_select$1", 40); _instance_1_u(_, "get$_highlightPreviousOption", "_highlightPreviousOption$1", 1509); - _instance_1_u(_, "get$_highlightNextOption", "_highlightNextOption$1", 1510); - _instance_1_u(_, "get$_hideOptions", "_hideOptions$1", 757); - _instance_1_u(A._AutomaticKeepAliveState.prototype, "get$_addClient", "_addClient$1", 1553); + _instance_1_u(_, "get$_highlightNextOption", "_highlightNextOption$1", 1511); + _instance_1_u(_, "get$_hideOptions", "_hideOptions$1", 758); + _instance_1_u(A._AutomaticKeepAliveState.prototype, "get$_addClient", "_addClient$1", 1526); _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", 217); + _instance_1_u(_, "get$_handleNavigationInvocation", "_handleNavigationInvocation$1", 216); _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_0_u(_, "get$performReassemble", "performReassemble$0", 95); + _instance_0_u(_, "get$performReassemble", "performReassemble$0", 96); _instance_0_u(A._DraggableScrollableSheetScrollPosition.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(A._DualTransitionBuilderState.prototype, "get$_animationListener", "_animationListener$1", 41); _instance_0_u(_ = A.EditableTextState.prototype, "get$_onFloatingCursorResetTick", "_onFloatingCursorResetTick$0", 0); _instance_0_u(_, "get$_restartConnectionIfNeeded", "_restartConnectionIfNeeded$0", 0); _instance_0_u(_, "get$_onEditableScroll", "_onEditableScroll$0", 0); - _instance_1_u(_, "get$_handleCaretChanged", "_handleCaretChanged$1", 765); + _instance_1_u(_, "get$_handleCaretChanged", "_handleCaretChanged$1", 766); _instance_0_u(_, "get$_onCursorColorTick", "_onCursorColorTick$0", 0); _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$performSelector", "performSelector$1", 92); - _instance_1_u(_, "get$_characterBoundary", "_characterBoundary$1", 370); - _instance_1_u(_, "get$_nextWordBoundary", "_nextWordBoundary$1", 370); - _instance_1_u(_, "get$_linebreak", "_linebreak$1", 370); - _instance_1_u(_, "get$_documentBoundary", "_documentBoundary$1", 370); - _instance_1_u(_, "get$_transposeCharacters", "_transposeCharacters$1", 1624); - _instance_1_u(_, "get$_replaceText", "_replaceText$1", 1629); - _instance_1_u(_, "get$_scrollToDocumentBoundary", "_scrollToDocumentBoundary$1", 1630); - _instance_1_u(_, "get$_editable_text$_scroll", "_editable_text$_scroll$1", 1642); - _instance_1_u(_, "get$_extendSelectionByPage", "_extendSelectionByPage$1", 1659); + _instance_1_u(_, "get$performSelector", "performSelector$1", 93); + _instance_1_u(_, "get$_characterBoundary", "_characterBoundary$1", 423); + _instance_1_u(_, "get$_nextWordBoundary", "_nextWordBoundary$1", 423); + _instance_1_u(_, "get$_linebreak", "_linebreak$1", 423); + _instance_1_u(_, "get$_documentBoundary", "_documentBoundary$1", 423); + _instance_1_u(_, "get$_transposeCharacters", "_transposeCharacters$1", 1625); + _instance_1_u(_, "get$_replaceText", "_replaceText$1", 1626); + _instance_1_u(_, "get$_scrollToDocumentBoundary", "_scrollToDocumentBoundary$1", 1631); + _instance_1_u(_, "get$_editable_text$_scroll", "_editable_text$_scroll$1", 1632); + _instance_1_u(_, "get$_extendSelectionByPage", "_extendSelectionByPage$1", 1644); _instance_1_u(_, "get$_updateSelection", "_updateSelection$1", 1661); - _instance_1_u(_, "get$_expandSelectionToDocumentBoundary", "_expandSelectionToDocumentBoundary$1", 1662); - _instance_1_u(_, "get$_expandSelectionToLinebreak", "_expandSelectionToLinebreak$1", 1665); - _instance_1_u(_, "get$_hideToolbarIfVisible", "_hideToolbarIfVisible$1", 757); - _instance_1_u(_, "get$_defaultOnTapOutside", "_defaultOnTapOutside$1", 220); + _instance_1_u(_, "get$_expandSelectionToDocumentBoundary", "_expandSelectionToDocumentBoundary$1", 1663); + _instance_1_u(_, "get$_expandSelectionToLinebreak", "_expandSelectionToLinebreak$1", 1664); + _instance_1_u(_, "get$_hideToolbarIfVisible", "_hideToolbarIfVisible$1", 758); + _instance_1_u(_, "get$_defaultOnTapOutside", "_defaultOnTapOutside$1", 206); _instance_1_u(_ = A._TextEditingHistoryState.prototype, "get$_undo", "_undo$1", 1708); - _instance_1_u(_, "get$_redo", "_redo$1", 1719); + _instance_1_u(_, "get$_redo", "_redo$1", 1710); _instance_0_u(_, "get$_push", "_push$0", 0); _instance_1_u(A._UndoStack.prototype, "get$push", "push$1", 40); _instance_0_u(A.FocusNode.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_ = A.FocusManager.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_, "get$_focus_manager$_handlePointerEvent", "_focus_manager$_handlePointerEvent$1", 115); - _instance_1_u(_, "get$_handleKeyMessage", "_handleKeyMessage$1", 1739); + _instance_1_u(_, "get$_focus_manager$_handlePointerEvent", "_focus_manager$_handlePointerEvent$1", 114); + _instance_1_u(_, "get$_handleKeyMessage", "_handleKeyMessage$1", 1740); _instance_0_u(_, "get$_applyFocusChange", "_applyFocusChange$0", 0); _instance_0_u(A._FocusState.prototype, "get$_handleFocusChanged", "_handleFocusChanged$0", 0); - _static_1(A, "framework__InactiveElements__deactivateRecursively$closure", "_InactiveElements__deactivateRecursively", 103); + _static_1(A, "framework__InactiveElements__deactivateRecursively$closure", "_InactiveElements__deactivateRecursively", 101); _static_2(A, "framework_Element__sort$closure", "Element__sort", 3349); - _static_1(A, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 103); - _instance_1_u(A.State.prototype, "get$setState", "setState$1", 244); - _instance_1_u(_ = A._InactiveElements.prototype, "get$_unmount", "_unmount$1", 103); + _static_1(A, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 101); + _instance_1_u(A.State.prototype, "get$setState", "setState$1", 245); + _instance_1_u(_ = A._InactiveElements.prototype, "get$_unmount", "_unmount$1", 101); _instance_0_u(_, "get$_unmountAll", "_unmountAll$0", 0); - _instance_1_u(A.Element0.prototype, "get$deactivateChild", "deactivateChild$1", 103); - _instance_1_u(_ = A.RawGestureDetectorState.prototype, "get$_gesture_detector$_handlePointerDown", "_gesture_detector$_handlePointerDown$1", 220); - _instance_1_u(_, "get$_handlePointerPanZoomStart", "_handlePointerPanZoomStart$1", 743); + _instance_1_u(A.Element0.prototype, "get$deactivateChild", "deactivateChild$1", 101); + _instance_1_u(_ = A.RawGestureDetectorState.prototype, "get$_gesture_detector$_handlePointerDown", "_gesture_detector$_handlePointerDown$1", 206); + _instance_1_u(_, "get$_handlePointerPanZoomStart", "_handlePointerPanZoomStart$1", 744); _instance_1_u(_, "get$_updateSemanticsForRenderObject", "_updateSemanticsForRenderObject$1", 1963); - _instance_1_u(_ = A._HeroFlight.prototype, "get$_buildOverlay", "_buildOverlay$1", 57); + _instance_1_u(_ = A._HeroFlight.prototype, "get$_buildOverlay", "_buildOverlay$1", 59); _instance_1_u(_, "get$_handleAnimationUpdate", "_handleAnimationUpdate$1", 41); _instance_0_u(_, "get$onTick", "onTick$0", 0); - _instance_1_u(_ = A.HeroController.prototype, "get$_handleFlightEnded", "_handleFlightEnded$1", 1967); - _instance(_, "get$_defaultHeroFlightShuttleBuilder", 0, 5, null, ["call$5"], ["_defaultHeroFlightShuttleBuilder$5"], 1968, 0, 0); + _instance_1_u(_ = A.HeroController.prototype, "get$_handleFlightEnded", "_handleFlightEnded$1", 1968); + _instance(_, "get$_defaultHeroFlightShuttleBuilder", 0, 5, null, ["call$5"], ["_defaultHeroFlightShuttleBuilder$5"], 1969, 0, 0); _static(A, "icon_theme_data_IconThemeData_lerp$closure", 3, null, ["call$3"], ["IconThemeData_lerp"], 3350, 0); - _instance_2_u(_ = A._ImageState.prototype, "get$_handleImageFrame", "_handleImageFrame$2", 768); - _instance_1_u(_, "get$_handleImageChunk", "_handleImageChunk$1", 766); + _instance_2_u(_ = A._ImageState.prototype, "get$_handleImageFrame", "_handleImageFrame$2", 769); + _instance_1_u(_, "get$_handleImageChunk", "_handleImageChunk$1", 767); _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", 820); - _instance_1_u(_, "get$_onScaleUpdate", "_onScaleUpdate$1", 816); - _instance_1_u(_, "get$_onScaleEnd", "_onScaleEnd$1", 927); - _instance_1_u(_, "get$_interactive_viewer$_receivedPointerSignal", "_interactive_viewer$_receivedPointerSignal$1", 324); + _instance_1_u(_ = A._InteractiveViewerState.prototype, "get$_onScaleStart", "_onScaleStart$1", 822); + _instance_1_u(_, "get$_onScaleUpdate", "_onScaleUpdate$1", 818); + _instance_1_u(_, "get$_onScaleEnd", "_onScaleEnd$1", 817); + _instance_1_u(_, "get$_interactive_viewer$_receivedPointerSignal", "_interactive_viewer$_receivedPointerSignal$1", 297); _instance_0_u(_, "get$_onAnimate", "_onAnimate$0", 0); _instance_0_u(_, "get$_onTransformationControllerChange", "_onTransformationControllerChange$0", 0); _instance_1_u(A._LayoutBuilderElement.prototype, "get$_layout", "_layout$1", 40); @@ -571939,15 +572125,15 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 11); _static_2(A, "navigator_Navigator_defaultGenerateInitialRoutes$closure", "Navigator_defaultGenerateInitialRoutes", 3351); - _static_1(A, "navigator__RouteEntry_isPresentPredicate$closure", "_RouteEntry_isPresentPredicate", 363); - _static_1(A, "navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure", "_RouteEntry_suitableForTransitionAnimationPredicate", 363); - _static_1(A, "navigator__RouteEntry_willBePresentPredicate$closure", "_RouteEntry_willBePresentPredicate", 363); - _instance_1_u(A._NavigatorPushObservation.prototype, "get$notify", "notify$1", 340); - _instance_1_u(A._NavigatorPopObservation.prototype, "get$notify", "notify$1", 340); - _instance_1_u(A._NavigatorRemoveObservation.prototype, "get$notify", "notify$1", 340); - _instance_1_u(A._NavigatorReplaceObservation.prototype, "get$notify", "notify$1", 340); - _instance_1_u(_ = A.NavigatorState.prototype, "get$_handlePointerDown", "_handlePointerDown$1", 220); - _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 115); + _static_1(A, "navigator__RouteEntry_isPresentPredicate$closure", "_RouteEntry_isPresentPredicate", 383); + _static_1(A, "navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure", "_RouteEntry_suitableForTransitionAnimationPredicate", 383); + _static_1(A, "navigator__RouteEntry_willBePresentPredicate$closure", "_RouteEntry_willBePresentPredicate", 383); + _instance_1_u(A._NavigatorPushObservation.prototype, "get$notify", "notify$1", 389); + _instance_1_u(A._NavigatorPopObservation.prototype, "get$notify", "notify$1", 389); + _instance_1_u(A._NavigatorRemoveObservation.prototype, "get$notify", "notify$1", 389); + _instance_1_u(A._NavigatorReplaceObservation.prototype, "get$notify", "notify$1", 389); + _instance_1_u(_ = A.NavigatorState.prototype, "get$_handlePointerDown", "_handlePointerDown$1", 206); + _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 114); _instance_1_u(_ = A._RenderOverflowBar.prototype, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 11); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 11); @@ -571957,75 +572143,75 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 11); _instance_2_u(_, "get$paintStack", "paintStack$2", 91); - _instance_1_u(A._GlowingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 187); + _instance_1_u(A._GlowingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 190); _instance_0_u(_ = A._GlowController.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_, "get$_changePhase", "_changePhase$1", 41); _instance_1_u(_, "get$_tickDisplacement", "_tickDisplacement$1", 16); - _instance_1_u(A._StretchingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 187); + _instance_1_u(A._StretchingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 190); _instance_1_u(_ = A._StretchController.prototype, "get$_changePhase", "_changePhase$1", 41); _instance_0_u(_, "get$dispose", "dispose$0", 0); - _instance_1_u(A.DefaultPlatformMenuDelegate.prototype, "get$_platform_menu_bar$_methodCallHandler", "_platform_menu_bar$_methodCallHandler$1", 215); - _instance_1_u(A.HtmlElementView.prototype, "get$_createHtmlElementView", "_createHtmlElementView$1", 2151); - _instance_1_u(A._HtmlElementViewController.prototype, "get$dispatchPointerEvent", "dispatchPointerEvent$1", 2157); - _instance_1_u(_ = A._PlatformViewLinkState.prototype, "get$_onPlatformViewCreated", "_onPlatformViewCreated$1", 99); - _instance_1_u(_, "get$_handleFrameworkFocusChanged", "_handleFrameworkFocusChanged$1", 88); - _instance_1_u(_ = A.SliverReorderableListState.prototype, "get$_dragStart", "_dragStart$1", 803); - _instance(_, "get$_dragUpdate", 0, 3, null, ["call$3"], ["_dragUpdate$3"], 2175, 0, 0); - _instance_1_u(_, "get$_dragCancel", "_dragCancel$1", 738); - _instance_1_u(_, "get$_dragEnd", "_dragEnd$1", 738); + _instance_1_u(A.DefaultPlatformMenuDelegate.prototype, "get$_platform_menu_bar$_methodCallHandler", "_platform_menu_bar$_methodCallHandler$1", 217); + _instance_1_u(A.HtmlElementView.prototype, "get$_createHtmlElementView", "_createHtmlElementView$1", 2147); + _instance_1_u(A._HtmlElementViewController.prototype, "get$dispatchPointerEvent", "dispatchPointerEvent$1", 2153); + _instance_1_u(_ = A._PlatformViewLinkState.prototype, "get$_onPlatformViewCreated", "_onPlatformViewCreated$1", 98); + _instance_1_u(_, "get$_handleFrameworkFocusChanged", "_handleFrameworkFocusChanged$1", 85); + _instance_1_u(_ = A.SliverReorderableListState.prototype, "get$_dragStart", "_dragStart$1", 805); + _instance(_, "get$_dragUpdate", 0, 3, null, ["call$3"], ["_dragUpdate$3"], 2159, 0, 0); + _instance_1_u(_, "get$_dragCancel", "_dragCancel$1", 739); + _instance_1_u(_, "get$_dragEnd", "_dragEnd$1", 739); _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", 193); + _instance_2_u(_, "get$_reorderable_list$_itemBuilder", "_reorderable_list$_itemBuilder$2", 178); _instance_0_u(A._ReorderableItemState.prototype, "get$rebuild", "rebuild$0", 0); - _instance_1_u(A._DragInfo.prototype, "get$createProxy", "createProxy$1", 57); + _instance_1_u(A._DragInfo.prototype, "get$createProxy", "createProxy$1", 59); _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", 2297); + _instance_1_u(A.RestorationMixin.prototype, "get$_updateProperty", "_updateProperty$1", 2181); _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", 16); _instance_0_u(_, "get$_handleRouteInformationProviderNotification", "_handleRouteInformationProviderNotification$0", 0); - _instance_0_u(_, "get$_handleBackButtonDispatcherNotification", "_handleBackButtonDispatcherNotification$0", 177); + _instance_0_u(_, "get$_handleBackButtonDispatcherNotification", "_handleBackButtonDispatcherNotification$0", 184); _instance_0_u(_, "get$_handleRouterDelegateNotification", "_handleRouterDelegateNotification$0", 0); _instance_1_u(A.TransitionRoute.prototype, "get$_handleStatusChanged", "_handleStatusChanged$1", 41); _instance_0_i(A.LocalHistoryEntry.prototype, "get$remove", "remove$0", 0); - _instance_1_u(_ = A.ModalRoute.prototype, "get$_buildModalBarrier", "_buildModalBarrier$1", 57); - _instance_1_u(_, "get$_buildModalScope", "_buildModalScope$1", 57); + _instance_1_u(_ = A.ModalRoute.prototype, "get$_buildModalBarrier", "_buildModalBarrier$1", 59); + _instance_1_u(_, "get$_buildModalScope", "_buildModalScope$1", 59); _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_1(A, "scroll_notification__defaultScrollNotificationPredicate$closure", "defaultScrollNotificationPredicate", 187); + _static_1(A, "scroll_notification__defaultScrollNotificationPredicate$closure", "defaultScrollNotificationPredicate", 190); _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", 490); + _instance_1_u(_ = A.ScrollableState.prototype, "get$_scrollable$_handleDragDown", "_scrollable$_handleDragDown$1", 433); _instance_1_u(_, "get$_scrollable$_handleDragStart", "_scrollable$_handleDragStart$1", 60); - _instance_1_u(_, "get$_scrollable$_handleDragUpdate", "_scrollable$_handleDragUpdate$1", 67); - _instance_1_u(_, "get$_scrollable$_handleDragEnd", "_scrollable$_handleDragEnd$1", 90); + _instance_1_u(_, "get$_scrollable$_handleDragUpdate", "_scrollable$_handleDragUpdate$1", 66); + _instance_1_u(_, "get$_scrollable$_handleDragEnd", "_scrollable$_handleDragEnd$1", 89); _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", 324); - _instance_1_u(_, "get$_scrollable$_handlePointerScroll", "_scrollable$_handlePointerScroll$1", 115); - _instance_1_u(_, "get$_handleScrollMetricsNotification", "_handleScrollMetricsNotification$1", 447); + _instance_1_u(_, "get$_receivedPointerSignal", "_receivedPointerSignal$1", 297); + _instance_1_u(_, "get$_scrollable$_handlePointerScroll", "_scrollable$_handlePointerScroll$1", 114); + _instance_1_u(_, "get$_handleScrollMetricsNotification", "_handleScrollMetricsNotification$1", 470); _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", 41); _instance_0_u(_, "get$handleThumbPress", "handleThumbPress$0", 0); - _instance_1_u(_, "get$_handleTrackTapDown", "_handleTrackTapDown$1", 53); - _instance_1_u(_, "get$_scrollbar$_handleScrollMetricsNotification", "_scrollbar$_handleScrollMetricsNotification$1", 447); - _instance_1_u(_, "get$_handleScrollNotification", "_handleScrollNotification$1", 187); - _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 115); - _instance_1_u(_, "get$_scrollbar$_receivedPointerSignal", "_scrollbar$_receivedPointerSignal$1", 324); - _instance_1_i(_ = A.MultiSelectableSelectionContainerDelegate.prototype, "get$add", "add$1", 311); - _instance_1_i(_, "get$remove", "remove$1", 311); + _instance_1_u(_, "get$_handleTrackTapDown", "_handleTrackTapDown$1", 52); + _instance_1_u(_, "get$_scrollbar$_handleScrollMetricsNotification", "_scrollbar$_handleScrollMetricsNotification$1", 470); + _instance_1_u(_, "get$_handleScrollNotification", "_handleScrollNotification$1", 190); + _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 114); + _instance_1_u(_, "get$_scrollbar$_receivedPointerSignal", "_scrollbar$_receivedPointerSignal$1", 297); + _instance_1_i(_ = A.MultiSelectableSelectionContainerDelegate.prototype, "get$add", "add$1", 291); + _instance_1_i(_, "get$remove", "remove$1", 291); _instance_2_u(_, "get$_compareScreenOrder", "_compareScreenOrder$2", 2402); _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", 213); + _instance_2_u(A._ShortcutsState.prototype, "get$_handleOnKey", "_handleOnKey$2", 198); _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); @@ -572033,55 +572219,55 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 11); - _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"], 412, 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"], 424, 0, 0); _static_2(A, "sliver___kDefaultSemanticIndexCallback$closure", "_kDefaultSemanticIndexCallback", 3352); - _instance_1_i(_ = A._SelectionKeepAliveState.prototype, "get$add", "add$1", 311); - _instance_1_i(_, "get$remove", "remove$1", 311); - _instance_1_u(A.SliverMultiBoxAdaptorElement.prototype, "get$removeChild", "removeChild$1", 2423); + _instance_1_i(_ = A._SelectionKeepAliveState.prototype, "get$add", "add$1", 291); + _instance_1_i(_, "get$remove", "remove$1", 291); + _instance_1_u(A.SliverMultiBoxAdaptorElement.prototype, "get$removeChild", "removeChild$1", 2420); _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_0_u(_ = A.TextSelectionOverlay.prototype, "get$_updateTextSelectionOverlayVisibilities", "_updateTextSelectionOverlayVisibilities$0", 0); _instance_1_u(_, "get$_handleSelectionEndHandleDragStart", "_handleSelectionEndHandleDragStart$1", 60); - _instance_1_u(_, "get$_handleSelectionEndHandleDragUpdate", "_handleSelectionEndHandleDragUpdate$1", 67); + _instance_1_u(_, "get$_handleSelectionEndHandleDragUpdate", "_handleSelectionEndHandleDragUpdate$1", 66); _instance_1_u(_, "get$_handleSelectionStartHandleDragStart", "_handleSelectionStartHandleDragStart$1", 60); - _instance_1_u(_, "get$_handleSelectionStartHandleDragUpdate", "_handleSelectionStartHandleDragUpdate$1", 67); - _instance_1_u(_, "get$_handleAnyDragEnd", "_handleAnyDragEnd$1", 90); + _instance_1_u(_, "get$_handleSelectionStartHandleDragUpdate", "_handleSelectionStartHandleDragUpdate$1", 66); + _instance_1_u(_, "get$_handleAnyDragEnd", "_handleAnyDragEnd$1", 89); _instance_1_u(_ = A.SelectionOverlay.prototype, "get$_handleStartHandleDragStart", "_handleStartHandleDragStart$1", 60); - _instance_1_u(_, "get$_handleStartHandleDragEnd", "_handleStartHandleDragEnd$1", 90); + _instance_1_u(_, "get$_handleStartHandleDragEnd", "_handleStartHandleDragEnd$1", 89); _instance_1_u(_, "get$_handleEndHandleDragStart", "_handleEndHandleDragStart$1", 60); - _instance_1_u(_, "get$_handleEndHandleDragEnd", "_handleEndHandleDragEnd$1", 90); - _instance_1_u(_, "get$_buildStartHandle", "_buildStartHandle$1", 57); - _instance_1_u(_, "get$_buildEndHandle", "_buildEndHandle$1", 57); - _instance_1_u(_, "get$_buildToolbar", "_buildToolbar$1", 57); + _instance_1_u(_, "get$_handleEndHandleDragEnd", "_handleEndHandleDragEnd$1", 89); + _instance_1_u(_, "get$_buildStartHandle", "_buildStartHandle$1", 59); + _instance_1_u(_, "get$_buildEndHandle", "_buildEndHandle$1", 59); + _instance_1_u(_, "get$_buildToolbar", "_buildToolbar$1", 59); _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", 53); - _instance_1_u(_, "get$onForcePressStart", "onForcePressStart$1", 166); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 166); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 96); + _instance_1_u(_ = A.TextSelectionGestureDetectorBuilder.prototype, "get$onTapDown", "onTapDown$1", 52); + _instance_1_u(_, "get$onForcePressStart", "onForcePressStart$1", 163); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 163); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 97); _instance_0_u(_, "get$onSingleTapCancel", "onSingleTapCancel$0", 0); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 249); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 364); - _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 436); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 254); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 365); + _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 486); _instance_0_u(_, "get$onSecondaryTap", "onSecondaryTap$0", 0); - _instance_1_u(_, "get$onSecondaryTapDown", "onSecondaryTapDown$1", 53); - _instance_1_u(_, "get$onDoubleTapDown", "onDoubleTapDown$1", 53); + _instance_1_u(_, "get$onSecondaryTapDown", "onSecondaryTapDown$1", 52); + _instance_1_u(_, "get$onDoubleTapDown", "onDoubleTapDown$1", 52); _instance_1_u(_, "get$onDragSelectionStart", "onDragSelectionStart$1", 60); - _instance_2_u(_, "get$onDragSelectionUpdate", "onDragSelectionUpdate$2", 2444); - _instance_1_u(_, "get$onDragSelectionEnd", "onDragSelectionEnd$1", 90); - _instance_1_u(_ = A._TextSelectionGestureDetectorState.prototype, "get$_text_selection$_handleTapDown", "_text_selection$_handleTapDown$1", 53); - _instance_1_u(_, "get$_text_selection$_handleTapUp", "_text_selection$_handleTapUp$1", 96); + _instance_2_u(_, "get$onDragSelectionUpdate", "onDragSelectionUpdate$2", 2442); + _instance_1_u(_, "get$onDragSelectionEnd", "onDragSelectionEnd$1", 89); + _instance_1_u(_ = A._TextSelectionGestureDetectorState.prototype, "get$_text_selection$_handleTapDown", "_text_selection$_handleTapDown$1", 52); + _instance_1_u(_, "get$_text_selection$_handleTapUp", "_text_selection$_handleTapUp$1", 97); _instance_0_u(_, "get$_text_selection$_handleTapCancel", "_text_selection$_handleTapCancel$0", 0); _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 60); - _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 67); + _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 66); _instance_0_u(_, "get$_handleDragUpdateThrottled", "_handleDragUpdateThrottled$0", 0); - _instance_1_u(_, "get$_handleDragEnd", "_handleDragEnd$1", 90); - _instance_1_u(_, "get$_forcePressStarted", "_forcePressStarted$1", 166); - _instance_1_u(_, "get$_forcePressEnded", "_forcePressEnded$1", 166); - _instance_1_u(_, "get$_handleLongPressStart", "_handleLongPressStart$1", 249); - _instance_1_u(_, "get$_handleLongPressMoveUpdate", "_handleLongPressMoveUpdate$1", 364); - _instance_1_u(_, "get$_handleLongPressEnd", "_handleLongPressEnd$1", 436); + _instance_1_u(_, "get$_handleDragEnd", "_handleDragEnd$1", 89); + _instance_1_u(_, "get$_forcePressStarted", "_forcePressStarted$1", 163); + _instance_1_u(_, "get$_forcePressEnded", "_forcePressEnded$1", 163); + _instance_1_u(_, "get$_handleLongPressStart", "_handleLongPressStart$1", 254); + _instance_1_u(_, "get$_handleLongPressMoveUpdate", "_handleLongPressMoveUpdate$1", 365); + _instance_1_u(_, "get$_handleLongPressEnd", "_handleLongPressEnd$1", 486); _instance_0_u(_, "get$_doubleTapTimeout", "_doubleTapTimeout$0", 0); _instance_0_u(A.SingleTickerProviderStateMixin.prototype, "get$_updateTicker", "_updateTicker$0", 0); _instance_0_u(A.TickerProviderStateMixin.prototype, "get$_updateTickers", "_updateTickers$0", 0); @@ -572092,49 +572278,49 @@ _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); }], 3355, 0); - _instance_1_u(_ = A._StoreStreamListenerState.prototype, "get$_whereDistinct", "_whereDistinct$1", 119); - _instance_1_u(_, "get$_ignoreChange", "_ignoreChange$1", 119); - _instance_2_u(_, "get$_flutter_redux$_handleChange", "_flutter_redux$_handleChange$2", 281); - _instance(_, "get$_handleConverterError", 0, 3, null, ["call$3"], ["_handleConverterError$3"], 734, 0, 0); - _instance(_, "get$_handleError", 0, 3, null, ["call$3"], ["_handleError$3"], 734, 0, 0); + _instance_1_u(_ = A._StoreStreamListenerState.prototype, "get$_whereDistinct", "_whereDistinct$1", 120); + _instance_1_u(_, "get$_ignoreChange", "_ignoreChange$1", 120); + _instance_2_u(_, "get$_flutter_redux$_handleChange", "_flutter_redux$_handleChange$2", 285); + _instance(_, "get$_handleConverterError", 0, 3, null, ["call$3"], ["_handleConverterError$3"], 735, 0, 0); + _instance(_, "get$_handleError", 0, 3, null, ["call$3"], ["_handleError$3"], 735, 0, 0); _instance_1_u(A._SlidableAutoCloseBarrierNotificationSenderState.prototype, "get$_auto_close_behavior$_handleStatusChanged", "_auto_close_behavior$_handleStatusChanged$1", 41); _instance_1_u(A._SlidableNotificationSenderState0.prototype, "get$handleStatusChanged", "handleStatusChanged$1", 41); _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", 84); + _instance_1_u(_, "get$updateChildOffsets", "updateChildOffsets$1", 80); _instance_1_u(_ = A._SlidableGestureDetectorState.prototype, "get$handleDragStart", "handleDragStart$1", 60); - _instance_1_u(_, "get$handleDragUpdate", "handleDragUpdate$1", 67); - _instance_1_u(_, "get$handleDragEnd", "handleDragEnd$1", 90); + _instance_1_u(_, "get$handleDragUpdate", "handleDragUpdate$1", 66); + _instance_1_u(_, "get$handleDragEnd", "handleDragEnd$1", 89); _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); - }], 900, 0); + }], 902, 0); _static(A, "staggered_grid___layoutChild$closure", 2, null, ["call$3$parentUsesSize", "call$2"], ["_layoutChild", function(child, constraints) { return A._layoutChild(child, constraints, false); - }], 900, 0); + }], 902, 0); _instance_1_u(_ = A.RenderStaggeredGrid.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 11); - _instance(A.Registrar.prototype, "get$handleFrameworkMessage", 0, 3, null, ["call$3"], ["handleFrameworkMessage$3"], 2475, 0, 0); - _instance_0_u(_ = A.MethodChannelGoogleSignIn.prototype, "get$signInSilently", "signInSilently$0", 403); - _instance_0_i(_, "get$signIn", "signIn$0", 403); - _instance_0_i(_, "get$signOut", "signOut$0", 95); - _instance_0_i(_, "get$disconnect", "disconnect$0", 95); - _instance_0_u(_ = A.GoogleSignInPlugin.prototype, "get$signInSilently", "signInSilently$0", 403); - _instance_0_i(_, "get$signIn", "signIn$0", 403); - _instance_0_i(_, "get$signOut", "signOut$0", 95); - _instance_0_i(_, "get$disconnect", "disconnect$0", 95); - _static_1(A, "constants__isWhitespace$closure", "isWhitespace", 444); - _static_1(A, "constants__isDigit$closure", "isDigit", 444); - _static_1(A, "constants__isHexDigit$closure", "isHexDigit", 444); - _static_1(A, "constants__AsciiUpperToLower__asciiToLower$closure", "AsciiUpperToLower__asciiToLower", 134); - _instance_1_i(A._CssClassSetImpl.prototype, "get$contains", "contains$1", 119); - _instance_1_u(A.SelectorEvaluator.prototype, "get$visitSelector", "visitSelector$1", 2492); + _instance(A.Registrar.prototype, "get$handleFrameworkMessage", 0, 3, null, ["call$3"], ["handleFrameworkMessage$3"], 2472, 0, 0); + _instance_0_u(_ = A.MethodChannelGoogleSignIn.prototype, "get$signInSilently", "signInSilently$0", 338); + _instance_0_i(_, "get$signIn", "signIn$0", 338); + _instance_0_i(_, "get$signOut", "signOut$0", 96); + _instance_0_i(_, "get$disconnect", "disconnect$0", 96); + _instance_0_u(_ = A.GoogleSignInPlugin.prototype, "get$signInSilently", "signInSilently$0", 338); + _instance_0_i(_, "get$signIn", "signIn$0", 338); + _instance_0_i(_, "get$signOut", "signOut$0", 96); + _instance_0_i(_, "get$disconnect", "disconnect$0", 96); + _static_1(A, "constants__isWhitespace$closure", "isWhitespace", 476); + _static_1(A, "constants__isDigit$closure", "isDigit", 476); + _static_1(A, "constants__isHexDigit$closure", "isHexDigit", 476); + _static_1(A, "constants__AsciiUpperToLower__asciiToLower$closure", "AsciiUpperToLower__asciiToLower", 138); + _instance_1_i(A._CssClassSetImpl.prototype, "get$contains", "contains$1", 120); + _instance_1_u(A.SelectorEvaluator.prototype, "get$visitSelector", "visitSelector$1", 2491); _instance_0_u(_ = A.HtmlTokenizer.prototype, "get$dataState", "dataState$0", 21); _instance_0_u(_, "get$entityDataState", "entityDataState$0", 21); _instance_0_u(_, "get$rcdataState", "rcdataState$0", 21); @@ -572205,21 +572391,21 @@ _instance_0_i(A.BaseClient.prototype, "get$close", "close$0", 0); _instance_0_i(A.BrowserClient.prototype, "get$close", "close$0", 0); _static_1(A, "settings__aspectRatioPresetName$closure", "aspectRatioPresetName", 3358); - _instance_1_u(A.BillingClient.prototype, "get$callHandler", "callHandler$1", 215); - _instance_1_u(_ = A.SKPaymentQueueWrapper.prototype, "get$handleObserverCallbacks", "handleObserverCallbacks$1", 217); - _instance_1_u(_, "get$handlePaymentQueueDelegateCallbacks", "handlePaymentQueueDelegateCallbacks$1", 217); - _instance_1_u(_ = A.DateBuilder.prototype, "get$setYear", "setYear$1", 99); - _instance_1_u(_, "get$setMonth", "setMonth$1", 99); - _instance_1_u(_, "get$setDay", "setDay$1", 99); - _instance_1_u(_, "get$setDayOfYear", "setDayOfYear$1", 99); - _instance_1_u(_, "get$setHour", "setHour$1", 99); - _instance_1_u(_, "get$setMinute", "setMinute$1", 99); - _instance_1_u(_, "get$setSecond", "setSecond$1", 99); - _instance_1_u(_, "get$setFractionalSecond", "setFractionalSecond$1", 99); - _static_1(A, "date_format_DateFormat_localeExists$closure", "DateFormat_localeExists", 157); - _instance_0_u(A.DateFormat.prototype, "get$_initDigitMatcher", "_initDigitMatcher$0", 2603); - _static_1(A, "number_format_NumberFormat_localeExists$closure", "NumberFormat_localeExists", 157); - _static_1(A, "intl_helpers___throwLocaleError$closure", "_throwLocaleError", 128); + _instance_1_u(A.BillingClient.prototype, "get$callHandler", "callHandler$1", 217); + _instance_1_u(_ = A.SKPaymentQueueWrapper.prototype, "get$handleObserverCallbacks", "handleObserverCallbacks$1", 216); + _instance_1_u(_, "get$handlePaymentQueueDelegateCallbacks", "handlePaymentQueueDelegateCallbacks$1", 216); + _instance_1_u(_ = A.DateBuilder.prototype, "get$setYear", "setYear$1", 98); + _instance_1_u(_, "get$setMonth", "setMonth$1", 98); + _instance_1_u(_, "get$setDay", "setDay$1", 98); + _instance_1_u(_, "get$setDayOfYear", "setDayOfYear$1", 98); + _instance_1_u(_, "get$setHour", "setHour$1", 98); + _instance_1_u(_, "get$setMinute", "setMinute$1", 98); + _instance_1_u(_, "get$setSecond", "setSecond$1", 98); + _instance_1_u(_, "get$setFractionalSecond", "setFractionalSecond$1", 98); + _static_1(A, "date_format_DateFormat_localeExists$closure", "DateFormat_localeExists", 158); + _instance_0_u(A.DateFormat.prototype, "get$_initDigitMatcher", "_initDigitMatcher$0", 2602); + _static_1(A, "number_format_NumberFormat_localeExists$closure", "NumberFormat_localeExists", 158); + _static_1(A, "intl_helpers___throwLocaleError$closure", "_throwLocaleError", 129); _static_0(A, "plural_rules___default_rule$closure", "_default_rule", 58); _static_0(A, "plural_rules___fil_rule$closure", "_fil_rule", 58); _static_0(A, "plural_rules___pt_PT_rule$closure", "_pt_PT_rule", 58); @@ -572249,12 +572435,12 @@ _static_0(A, "plural_rules___en_rule$closure", "_en_rule", 58); _static_0(A, "plural_rules___ak_rule$closure", "_ak_rule", 58); _static_1(A, "plural_rules__localeHasPluralRules$closure", "localeHasPluralRules", 72); - _instance_0_u(A._IntlPhoneFieldState.prototype, "get$_changeCountry", "_changeCountry$0", 95); + _instance_0_u(A._IntlPhoneFieldState.prototype, "get$_changeCountry", "_changeCountry$0", 96); _static(A, "main__main$closure", 0, null, ["call$1$isTesting", "call$0"], ["main0", function() { return A.main0(false); }], 3360, 0); _instance_0_u(_ = A.InvoiceNinjaAppState.prototype, "get$_authenticate", "_authenticate$0", 30); - _instance_1_u(_, "get$generateRoute", "generateRoute$1", 3293); + _instance_1_u(_, "get$generateRoute", "generateRoute$1", 3295); _static_2(A, "app_reducer__appReducer$closure", "appReducer", 3361); _static_2(A, "auth_reducer__userLoadUrlReducer$closure", "userLoadUrlReducer", 3362); _static_2(A, "auth_reducer__userSignUpRequestReducer$closure", "userSignUpRequestReducer", 3363); @@ -572264,8 +572450,8 @@ _static_2(A, "auth_reducer__userLoginSuccessReducer$closure", "userLoginSuccessReducer", 3367); _static_2(A, "auth_reducer__userVerifiedPasswordReducer$closure", "userVerifiedPasswordReducer", 3368); _static_2(A, "auth_reducer__userUnverifiedPasswordReducer$closure", "userUnverifiedPasswordReducer", 3369); - _static_2(A, "bank_account_reducer___clearEditing$closure", "_clearEditing", 903); - _static_2(A, "bank_account_reducer___updateEditing$closure", "_updateEditing", 903); + _static_2(A, "bank_account_reducer___clearEditing$closure", "_clearEditing", 905); + _static_2(A, "bank_account_reducer___updateEditing$closure", "_updateEditing", 905); _static_2(A, "bank_account_reducer___viewBankAccountList$closure", "_viewBankAccountList0", 3371); _static_2(A, "bank_account_reducer___filterBankAccountsByCustom1$closure", "_filterBankAccountsByCustom1", 3372); _static_2(A, "bank_account_reducer___filterBankAccountsByCustom2$closure", "_filterBankAccountsByCustom2", 3373); @@ -572308,8 +572494,8 @@ _static_2(A, "client_reducer___setLoadedCompany$closure", "_setLoadedCompany0", 3410); _static_2(A, "company_reducer__loadCompanySuccessReducer$closure", "loadCompanySuccessReducer", 3411); _static_2(A, "company_reducer__saveCompanySuccessReducer$closure", "saveCompanySuccessReducer", 3412); - _static_2(A, "company_gateway_reducer___clearEditing$closure", "_clearEditing0", 904); - _static_2(A, "company_gateway_reducer___updateEditing$closure", "_updateEditing0", 904); + _static_2(A, "company_gateway_reducer___clearEditing$closure", "_clearEditing0", 906); + _static_2(A, "company_gateway_reducer___updateEditing$closure", "_updateEditing0", 906); _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom1$closure", "_filterCompanyGatewaysByCustom1", 3414); _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom2$closure", "_filterCompanyGatewaysByCustom2", 3415); _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByState$closure", "_filterCompanyGatewaysByState", 3416); @@ -572327,12 +572513,12 @@ _static_2(A, "company_gateway_reducer___setLoadedCompanyGateway$closure", "_setLoadedCompanyGateway", 3428); _static_2(A, "company_gateway_reducer___setLoadedCompany$closure", "_setLoadedCompany1", 3429); _static_2(A, "company_gateway_reducer___setLoadedCompanyGateways$closure", "_setLoadedCompanyGateways", 3430); - _static_2(A, "credit_reducer___clearEditing$closure", "_clearEditing1", 149); - _static_2(A, "credit_reducer___updateEditing$closure", "_updateEditing1", 149); - _static_2(A, "credit_reducer___addCreditItem$closure", "_addCreditItem", 646); + _static_2(A, "credit_reducer___clearEditing$closure", "_clearEditing1", 142); + _static_2(A, "credit_reducer___updateEditing$closure", "_updateEditing1", 142); + _static_2(A, "credit_reducer___addCreditItem$closure", "_addCreditItem", 645); _static_2(A, "credit_reducer___addCreditItems$closure", "_addCreditItems", 3432); - _static_2(A, "credit_reducer___removeCreditItem$closure", "_removeCreditItem", 645); - _static_2(A, "credit_reducer___updateCreditItem$closure", "_updateCreditItem", 643); + _static_2(A, "credit_reducer___removeCreditItem$closure", "_removeCreditItem", 644); + _static_2(A, "credit_reducer___updateCreditItem$closure", "_updateCreditItem", 642); _static_2(A, "credit_reducer___viewCreditList$closure", "_viewCreditList0", 3433); _static_2(A, "credit_reducer___filterCreditsByCustom1$closure", "_filterCreditsByCustom1", 3434); _static_2(A, "credit_reducer___filterCreditsByCustom2$closure", "_filterCreditsByCustom2", 3435); @@ -572355,8 +572541,8 @@ _static_2(A, "credit_reducer___updateCredit$closure", "_updateCredit", 3452); _static_2(A, "credit_reducer___setLoadedCredits$closure", "_setLoadedCredits", 3453); _static_2(A, "credit_reducer___setLoadedCompany$closure", "_setLoadedCompany2", 3454); - _static_2(A, "design_reducer___clearEditing$closure", "_clearEditing2", 906); - _static_2(A, "design_reducer___updateEditing$closure", "_updateEditing2", 906); + _static_2(A, "design_reducer___clearEditing$closure", "_clearEditing2", 908); + _static_2(A, "design_reducer___updateEditing$closure", "_updateEditing2", 908); _static_2(A, "design_reducer___viewDesignList$closure", "_viewDesignList0", 3456); _static_2(A, "design_reducer___filterDesignsByCustom1$closure", "_filterDesignsByCustom1", 3457); _static_2(A, "design_reducer___filterDesignsByCustom2$closure", "_filterDesignsByCustom2", 3458); @@ -572392,8 +572578,8 @@ _static_2(A, "document_reducer___updateDocument$closure", "_updateDocument", 3488); _static_2(A, "document_reducer___setLoadedDocument$closure", "_setLoadedDocument", 3489); _static_2(A, "document_reducer___setLoadedDocuments$closure", "_setLoadedDocuments", 3490); - _static_2(A, "expense_reducer___clearEditing$closure", "_clearEditing3", 334); - _static_2(A, "expense_reducer___updateEditing$closure", "_updateEditing4", 334); + _static_2(A, "expense_reducer___clearEditing$closure", "_clearEditing3", 376); + _static_2(A, "expense_reducer___updateEditing$closure", "_updateEditing4", 376); _static_2(A, "expense_reducer___viewExpenseList$closure", "_viewExpenseList0", 3492); _static_2(A, "expense_reducer___filterExpensesByCustom1$closure", "_filterExpensesByCustom1", 3493); _static_2(A, "expense_reducer___filterExpensesByCustom2$closure", "_filterExpensesByCustom2", 3494); @@ -572416,8 +572602,8 @@ _static_2(A, "expense_reducer___setLoadedExpense$closure", "_setLoadedExpense", 3511); _static_2(A, "expense_reducer___setLoadedExpenses$closure", "_setLoadedExpenses", 3512); _static_2(A, "expense_reducer___setLoadedCompany$closure", "_setLoadedCompany4", 3513); - _static_2(A, "expense_category_reducer___clearEditing$closure", "_clearEditing4", 908); - _static_2(A, "expense_category_reducer___updateEditing$closure", "_updateEditing5", 908); + _static_2(A, "expense_category_reducer___clearEditing$closure", "_clearEditing4", 910); + _static_2(A, "expense_category_reducer___updateEditing$closure", "_updateEditing5", 910); _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom1$closure", "_filterExpenseCategoriesByCustom1", 3515); _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom2$closure", "_filterExpenseCategoriesByCustom2", 3516); _static_2(A, "expense_category_reducer___filterExpenseCategoriesByState$closure", "_filterExpenseCategoriesByState", 3517); @@ -572435,8 +572621,8 @@ _static_2(A, "expense_category_reducer___setLoadedExpenseCategory$closure", "_setLoadedExpenseCategory", 3529); _static_2(A, "expense_category_reducer___setLoadedExpenseCategories$closure", "_setLoadedExpenseCategories", 3530); _static_2(A, "expense_category_reducer___setLoadedCompany$closure", "_setLoadedCompany5", 3531); - _static_2(A, "group_reducer___clearEditing$closure", "_clearEditing5", 909); - _static_2(A, "group_reducer___updateEditing$closure", "_updateEditing6", 909); + _static_2(A, "group_reducer___clearEditing$closure", "_clearEditing5", 911); + _static_2(A, "group_reducer___updateEditing$closure", "_updateEditing6", 911); _static_2(A, "group_reducer___viewGroupList$closure", "_viewGroupList0", 3533); _static_2(A, "group_reducer___filterGroupsByState$closure", "_filterGroupsByState", 3534); _static_2(A, "group_reducer___filterGroups$closure", "_filterGroups", 3535); @@ -572453,12 +572639,12 @@ _static_2(A, "group_reducer___setLoadedGroup$closure", "_setLoadedGroup", 3546); _static_2(A, "group_reducer___setLoadedGroups$closure", "_setLoadedGroups", 3547); _static_2(A, "group_reducer___setLoadedCompany$closure", "_setLoadedCompany6", 3548); - _static_2(A, "invoice_reducer___clearEditing$closure", "_clearEditing6", 149); - _static_2(A, "invoice_reducer___updateEditing$closure", "_updateEditing7", 149); + _static_2(A, "invoice_reducer___clearEditing$closure", "_clearEditing6", 142); + _static_2(A, "invoice_reducer___updateEditing$closure", "_updateEditing7", 142); _static_2(A, "invoice_reducer___addInvoiceItem$closure", "_addInvoiceItem", 622); _static_2(A, "invoice_reducer___addInvoiceItems$closure", "_addInvoiceItems", 3549); - _static_2(A, "invoice_reducer___removeInvoiceItem$closure", "_removeInvoiceItem", 621); - _static_2(A, "invoice_reducer___updateInvoiceItem$closure", "_updateInvoiceItem", 620); + _static_2(A, "invoice_reducer___removeInvoiceItem$closure", "_removeInvoiceItem", 620); + _static_2(A, "invoice_reducer___updateInvoiceItem$closure", "_updateInvoiceItem", 619); _static_2(A, "invoice_reducer___viewInvoiceList$closure", "_viewInvoiceList0", 3550); _static_2(A, "invoice_reducer___filterInvoicesByCustom1$closure", "_filterInvoicesByCustom1", 3551); _static_2(A, "invoice_reducer___filterInvoicesByCustom2$closure", "_filterInvoicesByCustom2", 3552); @@ -572484,8 +572670,8 @@ _static_2(A, "invoice_reducer___updateInvoice$closure", "_updateInvoice", 3572); _static_2(A, "invoice_reducer___setLoadedInvoices$closure", "_setLoadedInvoices", 3573); _static_2(A, "invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany7", 3574); - _static_2(A, "payment_reducer___clearEditing$closure", "_clearEditing7", 910); - _static_2(A, "payment_reducer___updateEditing$closure", "_updateEditing8", 910); + _static_2(A, "payment_reducer___clearEditing$closure", "_clearEditing7", 912); + _static_2(A, "payment_reducer___updateEditing$closure", "_updateEditing8", 912); _static_2(A, "payment_reducer___viewPaymentList$closure", "_viewPaymentList0", 3576); _static_2(A, "payment_reducer___filterPaymentsByCustom1$closure", "_filterPaymentsByCustom1", 3577); _static_2(A, "payment_reducer___filterPaymentsByCustom2$closure", "_filterPaymentsByCustom2", 3578); @@ -572508,8 +572694,8 @@ _static_2(A, "payment_reducer___setLoadedPayment$closure", "_setLoadedPayment", 3595); _static_2(A, "payment_reducer___setLoadedPayments$closure", "_setLoadedPayments", 3596); _static_2(A, "payment_reducer___setLoadedCompany$closure", "_setLoadedCompany8", 3597); - _static_2(A, "payment_term_reducer___clearEditing$closure", "_clearEditing8", 911); - _static_2(A, "payment_term_reducer___updateEditing$closure", "_updateEditing9", 911); + _static_2(A, "payment_term_reducer___clearEditing$closure", "_clearEditing8", 913); + _static_2(A, "payment_term_reducer___updateEditing$closure", "_updateEditing9", 913); _static_2(A, "payment_term_reducer___viewPaymentTermList$closure", "_viewPaymentTermList0", 3599); _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom1$closure", "_filterPaymentTermsByCustom1", 3600); _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom2$closure", "_filterPaymentTermsByCustom2", 3601); @@ -572528,8 +572714,8 @@ _static_2(A, "payment_term_reducer___setLoadedPaymentTerm$closure", "_setLoadedPaymentTerm", 3614); _static_2(A, "payment_term_reducer___setLoadedPaymentTerms$closure", "_setLoadedPaymentTerms", 3615); _static_2(A, "payment_term_reducer___setLoadedCompany$closure", "_setLoadedCompany9", 3616); - _static_2(A, "product_reducer___clearEditing$closure", "_clearEditing9", 912); - _static_2(A, "product_reducer___updateEditing$closure", "_updateEditing10", 912); + _static_2(A, "product_reducer___clearEditing$closure", "_clearEditing9", 914); + _static_2(A, "product_reducer___updateEditing$closure", "_updateEditing10", 914); _static_2(A, "product_reducer___viewClientList$closure", "_viewClientList1", 3618); _static_2(A, "product_reducer___filterProductsByState$closure", "_filterProductsByState", 3619); _static_2(A, "product_reducer___filterProductsByCustom1$closure", "_filterProductsByCustom1", 3620); @@ -572551,8 +572737,8 @@ _static_2(A, "product_reducer___setLoadedProduct$closure", "_setLoadedProduct", 3636); _static_2(A, "product_reducer___setLoadedProducts$closure", "_setLoadedProducts", 3637); _static_2(A, "product_reducer___setLoadedCompany$closure", "_setLoadedCompany10", 3638); - _static_2(A, "project_reducer___clearEditing$closure", "_clearEditing10", 913); - _static_2(A, "project_reducer___updateEditing$closure", "_updateEditing11", 913); + _static_2(A, "project_reducer___clearEditing$closure", "_clearEditing10", 915); + _static_2(A, "project_reducer___updateEditing$closure", "_updateEditing11", 915); _static_2(A, "project_reducer___viewProjectList$closure", "_viewProjectList0", 3640); _static_2(A, "project_reducer___filterProjectsByCustom1$closure", "_filterProjectsByCustom1", 3641); _static_2(A, "project_reducer___filterProjectsByCustom2$closure", "_filterProjectsByCustom2", 3642); @@ -572574,9 +572760,9 @@ _static_2(A, "project_reducer___setLoadedProject$closure", "_setLoadedProject", 3658); _static_2(A, "project_reducer___setLoadedProjects$closure", "_setLoadedProjects", 3659); _static_2(A, "project_reducer___setLoadedCompany$closure", "_setLoadedCompany11", 3660); - _static_2(A, "purchase_order_reducer___clearEditing$closure", "_clearEditing11", 149); - _static_2(A, "purchase_order_reducer___updateEditing$closure", "_updateEditing12", 149); - _static_2(A, "purchase_order_reducer___addPurchaseOrderItem$closure", "_addPurchaseOrderItem", 608); + _static_2(A, "purchase_order_reducer___clearEditing$closure", "_clearEditing11", 142); + _static_2(A, "purchase_order_reducer___updateEditing$closure", "_updateEditing12", 142); + _static_2(A, "purchase_order_reducer___addPurchaseOrderItem$closure", "_addPurchaseOrderItem", 607); _static_2(A, "purchase_order_reducer___addPurchaseOrderItems$closure", "_addPurchaseOrderItems", 3661); _static_2(A, "purchase_order_reducer___removePurchaseOrderItem$closure", "_removePurchaseOrderItem", 606); _static_2(A, "purchase_order_reducer___updatePurchaseOrderItem$closure", "_updatePurchaseOrderItem", 605); @@ -572607,8 +572793,8 @@ _static_2(A, "purchase_order_reducer___updatePurchaseOrder$closure", "_updatePurchaseOrder", 3686); _static_2(A, "purchase_order_reducer___setLoadedPurchaseOrders$closure", "_setLoadedPurchaseOrders", 3687); _static_2(A, "purchase_order_reducer___setLoadedCompany$closure", "_setLoadedCompany12", 3688); - _static_2(A, "quote_reducer___clearEditing$closure", "_clearEditing12", 149); - _static_2(A, "quote_reducer___updateEditing$closure", "_updateEditing13", 149); + _static_2(A, "quote_reducer___clearEditing$closure", "_clearEditing12", 142); + _static_2(A, "quote_reducer___updateEditing$closure", "_updateEditing13", 142); _static_2(A, "quote_reducer___addQuoteItem$closure", "_addQuoteItem", 602); _static_2(A, "quote_reducer___addQuoteItems$closure", "_addQuoteItems", 3689); _static_2(A, "quote_reducer___removeQuoteItem$closure", "_removeQuoteItem", 601); @@ -572638,8 +572824,8 @@ _static_2(A, "quote_reducer___updateQuote$closure", "_updateQuote", 3712); _static_2(A, "quote_reducer___setLoadedQuotes$closure", "_setLoadedQuotes", 3713); _static_2(A, "quote_reducer___setLoadedCompany$closure", "_setLoadedCompany13", 3714); - _static_2(A, "recurring_expense_reducer___clearEditing$closure", "_clearEditing13", 334); - _static_2(A, "recurring_expense_reducer___updateEditing$closure", "_updateEditing14", 334); + _static_2(A, "recurring_expense_reducer___clearEditing$closure", "_clearEditing13", 376); + _static_2(A, "recurring_expense_reducer___updateEditing$closure", "_updateEditing14", 376); _static_2(A, "recurring_expense_reducer___viewRecurringExpenseList$closure", "_viewRecurringExpenseList0", 3715); _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom1$closure", "_filterRecurringExpensesByCustom1", 3716); _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom2$closure", "_filterRecurringExpensesByCustom2", 3717); @@ -572661,11 +572847,11 @@ _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpense$closure", "_setLoadedRecurringExpense", 3733); _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpenses$closure", "_setLoadedRecurringExpenses", 3734); _static_2(A, "recurring_expense_reducer___setLoadedCompany$closure", "_setLoadedCompany14", 3735); - _static_2(A, "recurring_invoice_reducer___clearEditing$closure", "_clearEditing14", 149); - _static_2(A, "recurring_invoice_reducer___updateEditing$closure", "_updateEditing15", 149); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItem$closure", "_addRecurringInvoiceItem", 598); + _static_2(A, "recurring_invoice_reducer___clearEditing$closure", "_clearEditing14", 142); + _static_2(A, "recurring_invoice_reducer___updateEditing$closure", "_updateEditing15", 142); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItem$closure", "_addRecurringInvoiceItem", 597); _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItems$closure", "_addRecurringInvoiceItems", 3736); - _static_2(A, "recurring_invoice_reducer___removeRecurringInvoiceItem$closure", "_removeRecurringInvoiceItem", 597); + _static_2(A, "recurring_invoice_reducer___removeRecurringInvoiceItem$closure", "_removeRecurringInvoiceItem", 596); _static_2(A, "recurring_invoice_reducer___updateRecurringInvoiceItem$closure", "_updateRecurringInvoiceItem", 595); _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom1$closure", "_filterRecurringInvoicesByCustom1", 3737); _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom2$closure", "_filterRecurringInvoicesByCustom2", 3738); @@ -572691,8 +572877,8 @@ _static_2(A, "recurring_invoice_reducer___updateRecurringInvoice$closure", "_updateRecurringInvoice", 3758); _static_2(A, "recurring_invoice_reducer___setLoadedRecurringInvoices$closure", "_setLoadedRecurringInvoices", 3759); _static_2(A, "recurring_invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany15", 3760); - _static_2(A, "schedule_reducer___clearEditing$closure", "_clearEditing15", 914); - _static_2(A, "schedule_reducer___updateEditing$closure", "_updateEditing16", 914); + _static_2(A, "schedule_reducer___clearEditing$closure", "_clearEditing15", 916); + _static_2(A, "schedule_reducer___updateEditing$closure", "_updateEditing16", 916); _static_2(A, "schedule_reducer___viewScheduleList$closure", "_viewScheduleList0", 3762); _static_2(A, "schedule_reducer___filterSchedulesByCustom1$closure", "_filterSchedulesByCustom1", 3763); _static_2(A, "schedule_reducer___filterSchedulesByCustom2$closure", "_filterSchedulesByCustom2", 3764); @@ -572712,8 +572898,8 @@ _static_2(A, "schedule_reducer___setLoadedSchedules$closure", "_setLoadedSchedules", 3778); _static_2(A, "schedule_reducer___setLoadedCompany$closure", "_setLoadedCompany16", 3779); _static_2(A, "static_reducer__staticLoadedReducer$closure", "staticLoadedReducer", 3780); - _static_2(A, "subscription_reducer___clearEditing$closure", "_clearEditing16", 915); - _static_2(A, "subscription_reducer___updateEditing$closure", "_updateEditing17", 915); + _static_2(A, "subscription_reducer___clearEditing$closure", "_clearEditing16", 917); + _static_2(A, "subscription_reducer___updateEditing$closure", "_updateEditing17", 917); _static_2(A, "subscription_reducer___filterSubscriptionsByCustom1$closure", "_filterSubscriptionsByCustom1", 3782); _static_2(A, "subscription_reducer___filterSubscriptionsByCustom2$closure", "_filterSubscriptionsByCustom2", 3783); _static_2(A, "subscription_reducer___filterSubscriptionsByState$closure", "_filterSubscriptionsByState", 3784); @@ -572731,8 +572917,8 @@ _static_2(A, "subscription_reducer___setLoadedSubscription$closure", "_setLoadedSubscription", 3796); _static_2(A, "subscription_reducer___setLoadedSubscriptions$closure", "_setLoadedSubscriptions", 3797); _static_2(A, "subscription_reducer___setLoadedCompany$closure", "_setLoadedCompany17", 3798); - _static_2(A, "task_reducer___clearEditing$closure", "_clearEditing17", 916); - _static_2(A, "task_reducer___updateEditing$closure", "_updateEditing18", 916); + _static_2(A, "task_reducer___clearEditing$closure", "_clearEditing17", 918); + _static_2(A, "task_reducer___updateEditing$closure", "_updateEditing18", 918); _static_2(A, "task_reducer___viewTaskList$closure", "_viewTaskList0", 3800); _static_2(A, "task_reducer___filterTasksByCustom1$closure", "_filterTasksByCustom1", 3801); _static_2(A, "task_reducer___filterTasksByCustom2$closure", "_filterTasksByCustom2", 3802); @@ -572759,8 +572945,8 @@ _static_2(A, "task_reducer___setLoadedTask$closure", "_setLoadedTask", 3823); _static_2(A, "task_reducer___setLoadedTasks$closure", "_setLoadedTasks", 3824); _static_2(A, "task_reducer___setLoadedCompany$closure", "_setLoadedCompany18", 3825); - _static_2(A, "task_status_reducer___clearEditing$closure", "_clearEditing18", 917); - _static_2(A, "task_status_reducer___updateEditing$closure", "_updateEditing19", 917); + _static_2(A, "task_status_reducer___clearEditing$closure", "_clearEditing18", 919); + _static_2(A, "task_status_reducer___updateEditing$closure", "_updateEditing19", 919); _static_2(A, "task_status_reducer___viewTaskStatusList$closure", "_viewTaskStatusList0", 3827); _static_2(A, "task_status_reducer___filterTaskStatusesByCustom1$closure", "_filterTaskStatusesByCustom1", 3828); _static_2(A, "task_status_reducer___filterTaskStatusesByCustom2$closure", "_filterTaskStatusesByCustom2", 3829); @@ -572780,8 +572966,8 @@ _static_2(A, "task_status_reducer___setLoadedTaskStatus$closure", "_setLoadedTaskStatus", 3843); _static_2(A, "task_status_reducer___setLoadedTaskStatuses$closure", "_setLoadedTaskStatuses", 3844); _static_2(A, "task_status_reducer___setLoadedCompany$closure", "_setLoadedCompany19", 3845); - _static_2(A, "tax_rate_reducer___clearEditing$closure", "_clearEditing19", 918); - _static_2(A, "tax_rate_reducer___updateEditing$closure", "_updateEditing20", 918); + _static_2(A, "tax_rate_reducer___clearEditing$closure", "_clearEditing19", 920); + _static_2(A, "tax_rate_reducer___updateEditing$closure", "_updateEditing20", 920); _static_2(A, "tax_rate_reducer___viewTaxRateList$closure", "_viewTaxRateList0", 3847); _static_2(A, "tax_rate_reducer___filterTaxRatesByState$closure", "_filterTaxRatesByState", 3848); _static_2(A, "tax_rate_reducer___filterTaxRates$closure", "_filterTaxRates", 3849); @@ -572798,8 +572984,8 @@ _static_2(A, "tax_rate_reducer___setLoadedTaxRate$closure", "_setLoadedTaxRate", 3860); _static_2(A, "tax_rate_reducer___setLoadedTaxRates$closure", "_setLoadedTaxRates", 3861); _static_2(A, "tax_rate_reducer___setLoadedCompany$closure", "_setLoadedCompany20", 3862); - _static_2(A, "token_reducer___clearEditing$closure", "_clearEditing20", 919); - _static_2(A, "token_reducer___updateEditing$closure", "_updateEditing21", 919); + _static_2(A, "token_reducer___clearEditing$closure", "_clearEditing20", 921); + _static_2(A, "token_reducer___updateEditing$closure", "_updateEditing21", 921); _static_2(A, "token_reducer___viewTokenList$closure", "_viewTokenList0", 3864); _static_2(A, "token_reducer___filterTokensByCustom1$closure", "_filterTokensByCustom1", 3865); _static_2(A, "token_reducer___filterTokensByCustom2$closure", "_filterTokensByCustom2", 3866); @@ -572818,8 +573004,8 @@ _static_2(A, "token_reducer___setLoadedToken$closure", "_setLoadedToken", 3879); _static_2(A, "token_reducer___setLoadedTokens$closure", "_setLoadedTokens", 3880); _static_2(A, "token_reducer___setLoadedCompany$closure", "_setLoadedCompany21", 3881); - _static_2(A, "transaction_reducer___clearEditing$closure", "_clearEditing21", 920); - _static_2(A, "transaction_reducer___updateEditing$closure", "_updateEditing22", 920); + _static_2(A, "transaction_reducer___clearEditing$closure", "_clearEditing21", 922); + _static_2(A, "transaction_reducer___updateEditing$closure", "_updateEditing22", 922); _static_2(A, "transaction_reducer___viewTransactionList$closure", "_viewTransactionList0", 3883); _static_2(A, "transaction_reducer___filterTransactionsByCustom1$closure", "_filterTransactionsByCustom1", 3884); _static_2(A, "transaction_reducer___filterTransactionsByCustom2$closure", "_filterTransactionsByCustom2", 3885); @@ -572844,8 +573030,8 @@ _static_2(A, "transaction_reducer___setLoadedTransaction$closure", "_setLoadedTransaction", 3904); _static_2(A, "transaction_reducer___setLoadedTransactions$closure", "_setLoadedTransactions", 3905); _static_2(A, "transaction_reducer___setLoadedCompany$closure", "_setLoadedCompany22", 3906); - _static_2(A, "transaction_rule_reducer___clearEditing$closure", "_clearEditing22", 921); - _static_2(A, "transaction_rule_reducer___updateEditing$closure", "_updateEditing23", 921); + _static_2(A, "transaction_rule_reducer___clearEditing$closure", "_clearEditing22", 923); + _static_2(A, "transaction_rule_reducer___updateEditing$closure", "_updateEditing23", 923); _static_2(A, "transaction_rule_reducer___viewTransactionRuleList$closure", "_viewTransactionRuleList0", 3908); _static_2(A, "transaction_rule_reducer___filterTransactionRulesByCustom1$closure", "_filterTransactionRulesByCustom1", 3909); _static_2(A, "transaction_rule_reducer___filterTransactionRulesByCustom2$closure", "_filterTransactionRulesByCustom2", 3910); @@ -572864,8 +573050,8 @@ _static_2(A, "transaction_rule_reducer___setLoadedTransactionRule$closure", "_setLoadedTransactionRule", 3923); _static_2(A, "transaction_rule_reducer___setLoadedTransactionRules$closure", "_setLoadedTransactionRules", 3924); _static_2(A, "transaction_rule_reducer___setLoadedCompany$closure", "_setLoadedCompany23", 3925); - _static_2(A, "user_reducer___clearEditing$closure", "_clearEditing23", 922); - _static_2(A, "user_reducer___updateEditing$closure", "_updateEditing24", 922); + _static_2(A, "user_reducer___clearEditing$closure", "_clearEditing23", 924); + _static_2(A, "user_reducer___updateEditing$closure", "_updateEditing24", 924); _static_2(A, "user_reducer___viewUserList$closure", "_viewUserList0", 3927); _static_2(A, "user_reducer___filterUsersByCustom1$closure", "_filterUsersByCustom1", 3928); _static_2(A, "user_reducer___filterUsersByCustom2$closure", "_filterUsersByCustom2", 3929); @@ -572893,8 +573079,8 @@ _static_2(A, "user_reducer___setLoadedUsers$closure", "_setLoadedUsers", 3951); _static_2(A, "user_reducer___setLoadedCompany$closure", "_setLoadedCompany24", 3952); _static_2(A, "vendor_reducer__editVendorContact$closure", "editVendorContact", 3953); - _static_2(A, "vendor_reducer___clearEditing$closure", "_clearEditing24", 923); - _static_2(A, "vendor_reducer___updateEditing$closure", "_updateEditing25", 923); + _static_2(A, "vendor_reducer___clearEditing$closure", "_clearEditing24", 925); + _static_2(A, "vendor_reducer___updateEditing$closure", "_updateEditing25", 925); _static_2(A, "vendor_reducer___addContact$closure", "_addContact", 3955); _static_2(A, "vendor_reducer___removeContact$closure", "_removeContact", 3956); _static_2(A, "vendor_reducer___updateContact$closure", "_updateContact", 3957); @@ -572918,8 +573104,8 @@ _static_2(A, "vendor_reducer___setLoadedVendor$closure", "_setLoadedVendor", 3975); _static_2(A, "vendor_reducer___setLoadedVendors$closure", "_setLoadedVendors", 3976); _static_2(A, "vendor_reducer___setLoadedCompany$closure", "_setLoadedCompany25", 3977); - _static_2(A, "webhook_reducer___clearEditing$closure", "_clearEditing25", 924); - _static_2(A, "webhook_reducer___updateEditing$closure", "_updateEditing26", 924); + _static_2(A, "webhook_reducer___clearEditing$closure", "_clearEditing25", 926); + _static_2(A, "webhook_reducer___updateEditing$closure", "_updateEditing26", 926); _static_2(A, "webhook_reducer___viewWebhookList$closure", "_viewWebhookList0", 3979); _static_2(A, "webhook_reducer___filterWebhooksByCustom1$closure", "_filterWebhooksByCustom1", 3980); _static_2(A, "webhook_reducer___filterWebhooksByCustom2$closure", "_filterWebhooksByCustom2", 3981); @@ -572951,11 +573137,11 @@ _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", 3999); - _instance_1_u(A.AppDataTable.prototype, "get$_handleSelectAll", "_handleSelectAll$1", 43); - _instance_1_u(_ = A.TableRowInkWell.prototype, "get$getRectCallback", "getRectCallback$1", 2540); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 2541); + _instance_1_u(A.AppDataTable.prototype, "get$_handleSelectAll", "_handleSelectAll$1", 44); + _instance_1_u(_ = A.TableRowInkWell.prototype, "get$getRectCallback", "getRectCallback$1", 2541); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 2542); _instance_0_u(_ = A._SortArrowState.prototype, "get$_app_data_table$_rebuild", "_app_data_table$_rebuild$0", 0); - _instance_1_u(_, "get$_resetOrientationAnimation", "_resetOrientationAnimation$1", 2543); + _instance_1_u(_, "get$_resetOrientationAnimation", "_resetOrientationAnimation$1", 2544); _instance_0_u(_ = A.AppPaginatedDataTableState.prototype, "get$_handleDataSourceChanged", "_handleDataSourceChanged$0", 0); _instance_0_u(_, "get$_handlePrevious", "_handlePrevious$0", 0); _instance_0_u(_, "get$_handleNext", "_handleNext$0", 0); @@ -572971,12 +573157,12 @@ _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); - _instance_1_u(_, "get$_client_edit_details$_onSavePressed", "_client_edit_details$_onSavePressed$1", 20); + _instance_1_u(_, "get$_client_edit_details$_onSavePressed", "_client_edit_details$_onSavePressed$1", 19); _instance_0_u(A.ClientEditNotesState.prototype, "get$_client_edit_notes$_onChanged", "_client_edit_notes$_onChanged$0", 0); _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", 721); + _instance_2_u(A._ClientViewDetailsState.prototype, "get$_client_view_details$_launchStatus", "_client_view_details$_launchStatus$2", 722); _static_1(A, "company_gateway_list_vm_CompanyGatewayListVM_fromStore$closure", "CompanyGatewayListVM_fromStore", 4005); _static_1(A, "company_gateway_screen_vm_CompanyGatewayScreenVM_fromStore$closure", "CompanyGatewayScreenVM_fromStore", 4006); _instance_0_u(A._GatewayConfigFieldState.prototype, "get$_company_gateway_edit$_onChanged", "_company_gateway_edit$_onChanged$0", 0); @@ -573011,7 +573197,7 @@ _static_1(A, "group_list_vm_GroupListVM_fromStore$closure", "GroupListVM_fromStore", 4018); _static_1(A, "group_screen_vm_GroupScreenVM_fromStore$closure", "GroupScreenVM_fromStore", 4019); _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", 20); + _instance_1_u(_, "get$_invoice_edit_desktop$_onSavePressed", "_invoice_edit_desktop$_onSavePressed$1", 19); _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); @@ -573019,26 +573205,26 @@ _static_1(A, "invoice_screen_vm_InvoiceScreenVM_fromStore$closure", "InvoiceScreenVM_fromStore", 4021); _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", 20); + _instance_1_u(_, "get$_payment_edit$_onSavePressed", "_payment_edit$_onSavePressed$1", 19); _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"], 785, 0, 0); + }, ["call$1", "call$0"], ["_payment_edit$_onChanged$1", "_payment_edit$_onChanged$0"], 787, 0, 0); _static_1(A, "payment_list_vm_PaymentListVM_fromStore$closure", "PaymentListVM_fromStore", 4022); _static_1(A, "payment_screen_vm_PaymentScreenVM_fromStore$closure", "PaymentScreenVM_fromStore", 4023); _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"], 785, 0, 0); + }, ["call$1", "call$0"], ["_payment_refund$_onChanged$1", "_payment_refund$_onChanged$0"], 787, 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", 4024); _static_1(A, "payment_term_screen_vm_PaymentTermScreenVM_fromStore$closure", "PaymentTermScreenVM_fromStore", 4025); _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", 20); + _instance_1_u(_, "get$_product_edit$_onSavePressed", "_product_edit$_onSavePressed$1", 19); _static_1(A, "product_list_vm_ProductListVM_fromStore$closure", "ProductListVM_fromStore", 4026); _static_1(A, "product_screen_vm_ProductScreenVM_fromStore$closure", "ProductScreenVM_fromStore", 4027); _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", 20); + _instance_1_u(_, "get$_project_edit$_onSavePressed", "_project_edit$_onSavePressed$1", 19); _static_1(A, "project_list_vm_ProjectListVM_fromStore$closure", "ProjectListVM_fromStore", 4028); _static_1(A, "project_screen_vm_ProjectScreenVM_fromStore$closure", "ProjectScreenVM_fromStore", 4029); _instance_0_u(A._ProjectViewState.prototype, "get$_project_view$_onTabChanged", "_project_view$_onTabChanged$0", 0); @@ -573059,7 +573245,7 @@ _static_1(A, "account_management_vm_AccountManagementVM_fromStore$closure", "AccountManagementVM_fromStore", 4041); _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", 20); + _instance_1_u(_, "get$_client_portal$_onSavePressed", "_client_portal$_onSavePressed$1", 19); _static_1(A, "client_portal_vm_ClientPortalVM_fromStore$closure", "ClientPortalVM_fromStore", 4042); _instance_0_u(_ = A._CompanyDetailsState.prototype, "get$_company_details$_onTabChanged", "_company_details$_onTabChanged$0", 0); _instance_0_u(_, "get$_onSettingsChanged", "_onSettingsChanged$0", 0); @@ -573074,12 +573260,12 @@ _instance_0_u(A._DeviceSettingsState.prototype, "get$_device_settings$_onTabChanged", "_device_settings$_onTabChanged$0", 0); _static_1(A, "device_settings_vm_DeviceSettingsVM_fromStore$closure", "DeviceSettingsVM_fromStore", 4047); _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", 20); + _instance_1_u(_, "get$_email_settings$_onSavePressed", "_email_settings$_onSavePressed$1", 19); _static_1(A, "email_settings_vm_EmailSettingsVM_fromStore$closure", "EmailSettingsVM_fromStore", 4048); _static_1(A, "expense_settings_vm_ExpenseSettingsVM_fromStore$closure", "ExpenseSettingsVM_fromStore", 4049); _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", 20); + _instance_1_u(_, "get$_generated_numbers$_onSavePressed", "_generated_numbers$_onSavePressed$1", 19); _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", 4050); _static_1(A, "import_export_vm_ImportExportVM_fromStore$closure", "ImportExportVM_fromStore", 4051); @@ -573106,13 +573292,13 @@ _static_1(A, "templates_and_reminders_vm_TemplatesAndRemindersVM_fromStore$closure", "TemplatesAndRemindersVM_fromStore", 4060); _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", 20); + _instance_1_u(_, "get$_user_details$_onSavePressed", "_user_details$_onSavePressed$1", 19); _static_1(A, "user_details_vm_UserDetailsVM_fromStore$closure", "UserDetailsVM_fromStore", 4061); _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", 4062); _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", 20); + _instance_1_u(_, "get$_subscription_edit$_onSavePressed", "_subscription_edit$_onSavePressed$1", 19); _static_1(A, "subscription_list_vm_SubscriptionListVM_fromStore$closure", "SubscriptionListVM_fromStore", 4063); _static_1(A, "subscription_screen_vm_SubscriptionScreenVM_fromStore$closure", "SubscriptionScreenVM_fromStore", 4064); _instance_0_u(A._TaskEditDesktopState.prototype, "get$_task_edit_desktop$_onChanged", "_task_edit_desktop$_onChanged$0", 0); @@ -573123,15 +573309,15 @@ _static_1(A, "task_screen_vm_TaskScreenVM_fromStore$closure", "TaskScreenVM_fromStore", 4067); _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", 20); + _instance_1_u(_, "get$_task_status_edit$_onSavePressed", "_task_status_edit$_onSavePressed$1", 19); _static_1(A, "task_status_list_vm_TaskStatusListVM_fromStore$closure", "TaskStatusListVM_fromStore", 4068); _static_1(A, "task_status_screen_vm_TaskStatusScreenVM_fromStore$closure", "TaskStatusScreenVM_fromStore", 4069); _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", 20); + _instance_1_u(_, "get$_tax_rate_edit$_onSavePressed", "_tax_rate_edit$_onSavePressed$1", 19); _static_1(A, "tax_rate_list_vm_TaxRateListVM_fromStore$closure", "TaxRateListVM_fromStore", 4070); _static_1(A, "tax_rate_screen_vm_TaxRateScreenVM_fromStore$closure", "TaxRateScreenVM_fromStore", 4071); _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", 20); + _instance_1_u(_, "get$_token_edit$_onSavePressed", "_token_edit$_onSavePressed$1", 19); _static_1(A, "token_list_vm_TokenListVM_fromStore$closure", "TokenListVM_fromStore", 4072); _static_1(A, "token_screen_vm_TokenScreenVM_fromStore$closure", "TokenScreenVM_fromStore", 4073); _instance_0_u(A._TransactionEditState.prototype, "get$_transaction_edit$_onChanged", "_transaction_edit$_onChanged$0", 0); @@ -573142,20 +573328,20 @@ _static_1(A, "transaction_rule_list_vm_TransactionRuleListVM_fromStore$closure", "TransactionRuleListVM_fromStore", 4076); _static_1(A, "transaction_rule_screen_vm_TransactionRuleScreenVM_fromStore$closure", "TransactionRuleScreenVM_fromStore", 4077); _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", 20); + _instance_1_u(_, "get$_user_edit$_onSavePressed", "_user_edit$_onSavePressed$1", 19); _static_1(A, "user_list_vm_UserListVM_fromStore$closure", "UserListVM_fromStore", 4078); _static_1(A, "user_screen_vm_UserScreenVM_fromStore$closure", "UserScreenVM_fromStore", 4079); _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", 20); + _instance_1_u(_, "get$_vendor_edit_details$_onSavePressed", "_vendor_edit_details$_onSavePressed$1", 19); _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", 4080); _static_1(A, "vendor_screen_vm_VendorScreenVM_fromStore$closure", "VendorScreenVM_fromStore", 4081); _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", 721); + _instance_2_u(A._VendorViewDetailsState.prototype, "get$_launchStatus", "_launchStatus$2", 722); _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", 20); + _instance_1_u(_, "get$_webhook_edit$_onSavePressed", "_webhook_edit$_onSavePressed$1", 19); _static_1(A, "webhook_list_vm_WebhookListVM_fromStore$closure", "WebhookListVM_fromStore", 4082); _static_1(A, "webhook_screen_vm_WebhookScreenVM_fromStore$closure", "WebhookScreenVM_fromStore", 4083); _instance_0_u(_ = A._ExampleEditorState.prototype, "get$_super_editor$_onChanged", "_super_editor$_onChanged$0", 0); @@ -573174,27 +573360,27 @@ _instance_0_u(_, "get$_makeImageFullBleed", "_makeImageFullBleed$0", 0); _instance_1_u(A.ListSyntax.prototype, "get$_removeLeadingEmptyLine", "_removeLeadingEmptyLine$1", 3225); _instance_1_u(A._FadeWidgetState.prototype, "get$animationStatusChange", "animationStatusChange$1", 41); - _instance_1_u(_ = A.ImageHandler.prototype, "get$build", "build$1", 57); - _instance(_, "get$_imageBuilder", 0, 4, null, ["call$4"], ["_imageBuilder$4"], 566, 0, 0); - _instance(_, "get$_placeholderBuilder", 0, 4, null, ["call$4"], ["_placeholderBuilder$4"], 566, 0, 0); - _instance(_, "get$_preLoadingBuilder", 0, 4, null, ["call$4"], ["_preLoadingBuilder$4"], 566, 0, 0); + _instance_1_u(_ = A.ImageHandler.prototype, "get$build", "build$1", 59); + _instance(_, "get$_imageBuilder", 0, 4, null, ["call$4"], ["_imageBuilder$4"], 467, 0, 0); + _instance(_, "get$_placeholderBuilder", 0, 4, null, ["call$4"], ["_placeholderBuilder$4"], 467, 0, 0); + _instance(_, "get$_preLoadingBuilder", 0, 4, null, ["call$4"], ["_preLoadingBuilder$4"], 467, 0, 0); _instance(_, "get$_loadingBuilder", 0, 3, null, ["call$3"], ["_loadingBuilder$3"], 3234, 0, 0); - _instance(_, "get$_errorBuilder", 0, 3, null, ["call$3"], ["_errorBuilder$3"], 840, 0, 0); + _instance(_, "get$_errorBuilder", 0, 3, null, ["call$3"], ["_errorBuilder$3"], 842, 0, 0); _static_0(A, "path_provider__getApplicationDocumentsDirectory$closure", "getApplicationDocumentsDirectory", 4084); - _static_2(A, "pinput_Pinput__defaultContextMenuBuilder$closure", "Pinput__defaultContextMenuBuilder", 377); + _static_2(A, "pinput_Pinput__defaultContextMenuBuilder$closure", "Pinput__defaultContextMenuBuilder", 386); _instance_0_u(_ = A._PinputState.prototype, "get$_handleTextEditingControllerChanges", "_handleTextEditingControllerChanges$0", 0); - _instance_2_u(_, "get$_pinput$_handleSelectionChanged", "_pinput$_handleSelectionChanged$2", 427); + _instance_2_u(_, "get$_pinput$_handleSelectionChanged", "_pinput$_handleSelectionChanged$2", 503); _instance_0_u(_, "get$_pinput$_handleSelectionHandleTapped", "_pinput$_handleSelectionHandleTapped$0", 0); _instance(_, "get$_validator", 0, 0, null, ["call$1", "call$0"], ["_validator$1", "_validator$0"], 3241, 0, 0); _instance_0_u(_, "get$_semanticsOnTap", "_semanticsOnTap$0", 0); - _instance_2_u(A._PinItem.prototype, "get$_getTransition", "_getTransition$2", 540); - _instance_1_u(_ = A._PinputSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 166); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 96); - _instance_1_u(_, "get$onDoubleTapDown", "onDoubleTapDown$1", 53); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 249); - _static_1(A, "method_channel_MethodChannelPrinting__handleMethod$closure", "MethodChannelPrinting__handleMethod", 217); - _instance(A.PdfPrintAction.prototype, "get$_print", 0, 3, null, ["call$3"], ["_print$3"], 875, 0, 0); - _instance(A.PdfShareAction.prototype, "get$_share", 0, 3, null, ["call$3"], ["_share$3"], 875, 0, 0); + _instance_2_u(A._PinItem.prototype, "get$_getTransition", "_getTransition$2", 558); + _instance_1_u(_ = A._PinputSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 163); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 97); + _instance_1_u(_, "get$onDoubleTapDown", "onDoubleTapDown$1", 52); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 254); + _static_1(A, "method_channel_MethodChannelPrinting__handleMethod$closure", "MethodChannelPrinting__handleMethod", 216); + _instance(A.PdfPrintAction.prototype, "get$_print", 0, 3, null, ["call$3"], ["_print$3"], 877, 0, 0); + _instance(A.PdfShareAction.prototype, "get$_share", 0, 3, null, ["call$3"], ["_share$3"], 877, 0, 0); _instance_0_u(A.PdfPreviewState.prototype, "get$computeActualPageFormat", "computeActualPageFormat$0", 3250); _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"], 3253, 0, 0); @@ -573203,16 +573389,16 @@ _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"], 475, 0, 0); + }, ["call$2", "call$1"], ["_subject$_addError$2", "_subject$_addError$1"], 500, 0, 0); _instance_1_i(_, "get$add", "add$1", 40); _instance_1_i(_, "get$_subject$_add", "_subject$_add$1", 40); _instance_1_u(_ = A._StartWithStreamSink.prototype, "get$onData", "onData$1", 40); - _instance_2_i(_, "get$onError", "onError$2", 132); + _instance_2_i(_, "get$onError", "onError$2", 139); _instance_0_u(_, "get$onDone", "onDone$0", 0); _instance_1_u(_ = A._StartWithErrorStreamSink.prototype, "get$onData", "onData$1", 40); - _instance_2_i(_, "get$onError", "onError$2", 132); + _instance_2_i(_, "get$onError", "onError$2", 139); _instance_0_u(_, "get$onDone", "onDone$0", 0); - _instance_1_u(A.ScreenRetriever.prototype, "get$_methodCallHandler", "_methodCallHandler$1", 215); + _instance_1_u(A.ScreenRetriever.prototype, "get$_methodCallHandler", "_methodCallHandler$1", 217); _instance_0_i(A.NoOpClient.prototype, "get$close", "close$0", 0); _static(A, "sentry_options__noOpLogger$closure", 2, function() { return {exception: null, logger: null, stackTrace: null}; @@ -573221,7 +573407,7 @@ }, function(level, message, exception, stackTrace) { return A.noOpLogger(level, message, exception, null, stackTrace); }], 4085, 0); - _instance_1_u(A.SentryFlutterWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 217); + _instance_1_u(A.SentryFlutterWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 216); _instance(A.SourceSpanMixin.prototype, "get$message", 1, 1, null, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 3270, 0, 0); _instance_0_u(A.InjectedImp.prototype, "get$dispose", "dispose$0", 0); _instance_2_u(A.ReactiveModelImp.prototype, "get$middleSetCreator", "middleSetCreator$2", 3273); @@ -573232,65 +573418,65 @@ _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", 3284); - _instance_1_u(_, "get$_document_gestures_mouse$_onTapUp", "_document_gestures_mouse$_onTapUp$1", 96); - _instance_1_u(_, "get$_document_gestures_mouse$_onDoubleTapDown", "_document_gestures_mouse$_onDoubleTapDown$1", 53); + _instance_1_u(_, "get$_document_gestures_mouse$_onTapUp", "_document_gestures_mouse$_onTapUp$1", 97); + _instance_1_u(_, "get$_document_gestures_mouse$_onDoubleTapDown", "_document_gestures_mouse$_onDoubleTapDown$1", 52); _instance_0_u(_, "get$_onDoubleTap", "_onDoubleTap$0", 0); - _instance_1_u(_, "get$_document_gestures_mouse$_onTripleTapDown", "_document_gestures_mouse$_onTripleTapDown$1", 53); + _instance_1_u(_, "get$_document_gestures_mouse$_onTripleTapDown", "_document_gestures_mouse$_onTripleTapDown$1", 52); _instance_0_u(_, "get$_onTripleTap", "_onTripleTap$0", 0); _instance_1_u(_, "get$_document_gestures_mouse$_onPanStart", "_document_gestures_mouse$_onPanStart$1", 60); - _instance_1_u(_, "get$_document_gestures_mouse$_onPanUpdate", "_document_gestures_mouse$_onPanUpdate$1", 67); - _instance_1_u(_, "get$_document_gestures_mouse$_onPanEnd", "_document_gestures_mouse$_onPanEnd$1", 90); + _instance_1_u(_, "get$_document_gestures_mouse$_onPanUpdate", "_document_gestures_mouse$_onPanUpdate$1", 66); + _instance_1_u(_, "get$_document_gestures_mouse$_onPanEnd", "_document_gestures_mouse$_onPanEnd$1", 89); _instance_0_u(_, "get$_document_gestures_mouse$_onPanCancel", "_document_gestures_mouse$_onPanCancel$0", 0); - _instance_1_u(_, "get$_scrollOnMouseWheel", "_scrollOnMouseWheel$1", 324); + _instance_1_u(_, "get$_scrollOnMouseWheel", "_scrollOnMouseWheel$1", 297); _instance_0_u(_, "get$_document_gestures_mouse$_updateDragSelection", "_document_gestures_mouse$_updateDragSelection$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_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", 53); - _instance_1_u(_, "get$_document_gestures_touch_android$_onTapUp", "_document_gestures_touch_android$_onTapUp$1", 96); - _instance_1_u(_, "get$_onDoubleTapDown", "_onDoubleTapDown$1", 53); - _instance_1_u(_, "get$_onTripleTapDown", "_onTripleTapDown$1", 53); + _instance_1_u(_, "get$_document_gestures_touch_android$_onTapDown", "_document_gestures_touch_android$_onTapDown$1", 52); + _instance_1_u(_, "get$_document_gestures_touch_android$_onTapUp", "_document_gestures_touch_android$_onTapUp$1", 97); + _instance_1_u(_, "get$_onDoubleTapDown", "_onDoubleTapDown$1", 52); + _instance_1_u(_, "get$_onTripleTapDown", "_onTripleTapDown$1", 52); _instance_2_u(_, "get$_onHandleDragStart", "_onHandleDragStart$2", 3287); - _instance_1_u(_, "get$_onHandleDragUpdate", "_onHandleDragUpdate$1", 883); + _instance_1_u(_, "get$_onHandleDragUpdate", "_onHandleDragUpdate$1", 885); _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", 60); _instance_1_u(_, "get$_onUpstreamHandlePanStart", "_onUpstreamHandlePanStart$1", 60); _instance_1_u(_, "get$_onDownstreamHandlePanStart", "_onDownstreamHandlePanStart$1", 60); - _instance_1_u(_, "get$_document_gestures_touch_android$_onPanUpdate", "_document_gestures_touch_android$_onPanUpdate$1", 67); - _instance_1_u(_, "get$_document_gestures_touch_android$_onPanEnd", "_document_gestures_touch_android$_onPanEnd$1", 90); + _instance_1_u(_, "get$_document_gestures_touch_android$_onPanUpdate", "_document_gestures_touch_android$_onPanUpdate$1", 66); + _instance_1_u(_, "get$_document_gestures_touch_android$_onPanEnd", "_document_gestures_touch_android$_onPanEnd$1", 89); _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$_onTapDown", "_onTapDown$1", 53); - _instance_1_u(_, "get$_onTapUp", "_onTapUp$1", 96); - _instance_1_u(_, "get$_onDoubleTapUp", "_onDoubleTapUp$1", 96); - _instance_1_u(_, "get$_onTripleTapUp", "_onTripleTapUp$1", 96); - _instance_1_u(_, "get$_onPanDown", "_onPanDown$1", 490); + _instance_1_u(_, "get$_onTapDown", "_onTapDown$1", 52); + _instance_1_u(_, "get$_onTapUp", "_onTapUp$1", 97); + _instance_1_u(_, "get$_onDoubleTapUp", "_onDoubleTapUp$1", 97); + _instance_1_u(_, "get$_onTripleTapUp", "_onTripleTapUp$1", 97); + _instance_1_u(_, "get$_onPanDown", "_onPanDown$1", 433); _instance_1_u(_, "get$_onPanStart", "_onPanStart$1", 60); - _instance_1_u(_, "get$_onPanUpdate", "_onPanUpdate$1", 67); - _instance_1_u(_, "get$_onPanEnd", "_onPanEnd$1", 90); + _instance_1_u(_, "get$_onPanUpdate", "_onPanUpdate$1", 66); + _instance_1_u(_, "get$_onPanEnd", "_onPanEnd$1", 89); _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_0_u(_, "get$_onFloatingCursorStart", "_onFloatingCursorStart$0", 0); - _instance_1_u(_, "get$_moveSelectionToFloatingCursor", "_moveSelectionToFloatingCursor$1", 883); + _instance_1_u(_, "get$_moveSelectionToFloatingCursor", "_moveSelectionToFloatingCursor$1", 885); _instance_0_u(_, "get$_onFloatingCursorStop", "_onFloatingCursorStop$0", 0); - _instance_2_u(A._SuperEditorHardwareKeyHandlerState.prototype, "get$_onKeyPressed", "_onKeyPressed$2", 213); + _instance_2_u(A._SuperEditorHardwareKeyHandlerState.prototype, "get$_onKeyPressed", "_onKeyPressed$2", 198); _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", 92); + _instance_1_u(_, "get$performSelector", "performSelector$1", 93); _instance_0_u(A._ImeFocusPolicyState.prototype, "get$_document_ime_interaction_policies$_onFocusChange", "_document_ime_interaction_policies$_onFocusChange$0", 0); _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_1_u(A.DeltaTextInputClientDecorator.prototype, "get$performSelector", "performSelector$1", 92); + _instance_1_u(A.DeltaTextInputClientDecorator.prototype, "get$performSelector", "performSelector$1", 93); _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); @@ -573307,10 +573493,10 @@ _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", 16); - _instance_0_u(_ = A._SingleColumnDocumentLayoutState.prototype, "get$_onPresenterMarkedDirty", "_onPresenterMarkedDirty$0", 95); - _instance(_, "get$_onViewModelChange", 0, 0, null, ["call$3$addedComponents$changedComponents$removedComponents", "call$0"], ["_onViewModelChange$3$addedComponents$changedComponents$removedComponents", "_onViewModelChange$0"], 891, 0, 0); - _instance(A._PresenterComponentBuilderState.prototype, "get$_onViewModelChange", 0, 0, null, ["call$3$addedComponents$changedComponents$removedComponents", "call$0"], ["_onViewModelChange$3$addedComponents$changedComponents$removedComponents", "_onViewModelChange$0"], 891, 0, 0); - _static_1(A, "_presenter__noStyleBuilder$closure", "noStyleBuilder", 222); + _instance_0_u(_ = A._SingleColumnDocumentLayoutState.prototype, "get$_onPresenterMarkedDirty", "_onPresenterMarkedDirty$0", 96); + _instance(_, "get$_onViewModelChange", 0, 0, null, ["call$3$addedComponents$changedComponents$removedComponents", "call$0"], ["_onViewModelChange$3$addedComponents$changedComponents$removedComponents", "_onViewModelChange$0"], 893, 0, 0); + _instance(A._PresenterComponentBuilderState.prototype, "get$_onViewModelChange", 0, 0, null, ["call$3$addedComponents$changedComponents$removedComponents", "call$0"], ["_onViewModelChange$3$addedComponents$changedComponents$removedComponents", "_onViewModelChange$0"], 893, 0, 0); + _static_1(A, "_presenter__noStyleBuilder$closure", "noStyleBuilder", 199); _instance_0_u(A.SingleColumnLayoutPresenter.prototype, "get$__presenter$_onDocumentChange", "__presenter$_onDocumentChange$0", 0); _instance_0_u(A.SingleColumnLayoutStylePhase.prototype, "get$markDirty", "markDirty$0", 0); _static_2(A, "list_items___defaultUnorderedListItemDotBuilder$closure", "_defaultUnorderedListItemDotBuilder", 4086); @@ -573350,12 +573536,12 @@ return A.shiftEnterToInsertNewlineInBlock(null, null); }], 63, 0); _instance_0_u(A.TextNode.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(A.TextComponentState.prototype, "get$_textStyleWithBlockType", "_textStyleWithBlockType$1", 222); + _instance_1_u(A.TextComponentState.prototype, "get$_textStyleWithBlockType", "_textStyleWithBlockType$1", 199); _instance_0_u(A._MultiListenableBuilderState.prototype, "get$_onListenableChange", "_onListenableChange$0", 0); - _instance_1_u(A.AutoScroller.prototype, "get$__scrolling$_onTick", "__scrolling$_onTick$1", 101); - _instance_2_u(A._NonReparentingFocusState.prototype, "get$_focus$_onKey", "_focus$_onKey$2", 213); + _instance_1_u(A.AutoScroller.prototype, "get$__scrolling$_onTick", "__scrolling$_onTick$1", 103); + _instance_2_u(A._NonReparentingFocusState.prototype, "get$_focus$_onKey", "_focus$_onKey$2", 198); _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", 115); + _instance_1_u(_ = A.TapSequenceGestureRecognizer.prototype, "get$_multi_tap_gesture$_handleEvent", "_multi_tap_gesture$_handleEvent$1", 114); _instance_1_u(_, "get$_multi_tap_gesture$_reject", "_multi_tap_gesture$_reject$1", 3310); _instance_0_u(_, "get$_multi_tap_gesture$_onTapTimeout", "_multi_tap_gesture$_onTapTimeout$0", 0); _instance_0_u(A._CountdownZoned0.prototype, "get$_multi_tap_gesture$_onTimeout", "_multi_tap_gesture$_onTimeout$0", 0); @@ -573370,129 +573556,129 @@ _instance_1_u(_, "get$__editing_controls0$_onCollapsedPanStart", "__editing_controls0$_onCollapsedPanStart$1", 60); _instance_1_u(_, "get$__editing_controls0$_onBasePanStart", "__editing_controls0$_onBasePanStart$1", 60); _instance_1_u(_, "get$__editing_controls0$_onExtentPanStart", "__editing_controls0$_onExtentPanStart$1", 60); - _instance_1_u(_, "get$__editing_controls0$_onPanUpdate", "__editing_controls0$_onPanUpdate$1", 67); + _instance_1_u(_, "get$__editing_controls0$_onPanUpdate", "__editing_controls0$_onPanUpdate$1", 66); _instance_0_u(_, "get$__editing_controls0$_updateSelectionForNewDragHandleLocation", "__editing_controls0$_updateSelectionForNewDragHandleLocation$0", 0); - _instance_1_u(_, "get$__editing_controls0$_onPanEnd", "__editing_controls0$_onPanEnd$1", 90); + _instance_1_u(_, "get$__editing_controls0$_onPanEnd", "__editing_controls0$_onPanEnd$1", 89); _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", 53); - _instance_1_u(_, "get$__user_interaction0$_onTapUp", "__user_interaction0$_onTapUp$1", 96); - _instance_1_u(_, "get$__user_interaction0$_onDoubleTapDown", "__user_interaction0$_onDoubleTapDown$1", 53); - _instance_1_u(_, "get$__user_interaction0$_onTripleTapDown", "__user_interaction0$_onTripleTapDown$1", 53); + _instance_1_u(_ = A.AndroidTextFieldTouchInteractorState.prototype, "get$__user_interaction0$_onTapDown", "__user_interaction0$_onTapDown$1", 52); + _instance_1_u(_, "get$__user_interaction0$_onTapUp", "__user_interaction0$_onTapUp$1", 97); + _instance_1_u(_, "get$__user_interaction0$_onDoubleTapDown", "__user_interaction0$_onDoubleTapDown$1", 52); + _instance_1_u(_, "get$__user_interaction0$_onTripleTapDown", "__user_interaction0$_onTripleTapDown$1", 52); _instance_1_u(_, "get$__user_interaction0$_onTextPanStart", "__user_interaction0$_onTextPanStart$1", 60); - _instance_1_u(_, "get$__user_interaction0$_onPanUpdate", "__user_interaction0$_onPanUpdate$1", 67); - _instance_1_u(_, "get$__user_interaction0$_onPanEnd", "__user_interaction0$_onPanEnd$1", 90); + _instance_1_u(_, "get$__user_interaction0$_onPanUpdate", "__user_interaction0$_onPanUpdate$1", 66); + _instance_1_u(_, "get$__user_interaction0$_onPanEnd", "__user_interaction0$_onPanEnd$1", 89); _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_2(A, "android_textfield___defaultAndroidToolbarBuilder$closure", "_defaultAndroidToolbarBuilder", 4092); _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", 578); - _instance_2_u(_, "get$_android_textfield$_onKeyPressed", "_android_textfield$_onKeyPressed$2", 213); + _instance_1_u(_, "get$_android_textfield$_onPerformActionPressed", "_android_textfield$_onPerformActionPressed$1", 478); + _instance_2_u(_, "get$_android_textfield$_onKeyPressed", "_android_textfield$_onKeyPressed$2", 198); _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_copyTextWhenCmdCIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout", "call$0", "call$1$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_copyTextWhenCmdCIsPressed", function() { return A.DefaultSuperTextFieldKeyboardHandlers_copyTextWhenCmdCIsPressed(null, null, null); }, function(textLayout) { return A.DefaultSuperTextFieldKeyboardHandlers_copyTextWhenCmdCIsPressed(null, null, textLayout); - }], 228, 0); + }], 207, 0); _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_pasteTextWhenCmdVIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout", "call$0", "call$1$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_pasteTextWhenCmdVIsPressed", function() { return A.DefaultSuperTextFieldKeyboardHandlers_pasteTextWhenCmdVIsPressed(null, null, null); }, function(textLayout) { return A.DefaultSuperTextFieldKeyboardHandlers_pasteTextWhenCmdVIsPressed(null, null, textLayout); - }], 228, 0); + }], 207, 0); _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_selectAllTextFieldWhenCmdAIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout", "call$0", "call$1$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_selectAllTextFieldWhenCmdAIsPressed", function() { return A.DefaultSuperTextFieldKeyboardHandlers_selectAllTextFieldWhenCmdAIsPressed(null, null, null); }, function(textLayout) { return A.DefaultSuperTextFieldKeyboardHandlers_selectAllTextFieldWhenCmdAIsPressed(null, null, textLayout); - }], 228, 0); + }], 207, 0); _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveCaretToStartOrEnd$closure", 0, null, ["call$3$controller$keyEvent$textLayout", "call$0", "call$1$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_moveCaretToStartOrEnd", function() { return A.DefaultSuperTextFieldKeyboardHandlers_moveCaretToStartOrEnd(null, null, null); }, function(textLayout) { return A.DefaultSuperTextFieldKeyboardHandlers_moveCaretToStartOrEnd(null, null, textLayout); - }], 228, 0); + }], 207, 0); _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveUpDownLeftAndRightWithArrowKeys$closure", 0, null, ["call$3$controller$keyEvent$textLayout", "call$0", "call$1$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_moveUpDownLeftAndRightWithArrowKeys", function() { return A.DefaultSuperTextFieldKeyboardHandlers_moveUpDownLeftAndRightWithArrowKeys(null, null, null); }, function(textLayout) { return A.DefaultSuperTextFieldKeyboardHandlers_moveUpDownLeftAndRightWithArrowKeys(null, null, textLayout); - }], 252, 0); + }], 253, 0); _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineStartWithHome$closure", 0, null, ["call$3$controller$keyEvent$textLayout", "call$0", "call$1$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_moveToLineStartWithHome", function() { return A.DefaultSuperTextFieldKeyboardHandlers_moveToLineStartWithHome(null, null, null); }, function(textLayout) { return A.DefaultSuperTextFieldKeyboardHandlers_moveToLineStartWithHome(null, null, textLayout); - }], 252, 0); + }], 253, 0); _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineEndWithEnd$closure", 0, null, ["call$3$controller$keyEvent$textLayout", "call$0", "call$1$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_moveToLineEndWithEnd", function() { return A.DefaultSuperTextFieldKeyboardHandlers_moveToLineEndWithEnd(null, null, null); }, function(textLayout) { return A.DefaultSuperTextFieldKeyboardHandlers_moveToLineEndWithEnd(null, null, textLayout); - }], 252, 0); + }], 253, 0); _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_insertCharacterWhenKeyIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout", "call$0", "call$1$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_insertCharacterWhenKeyIsPressed", function() { return A.DefaultSuperTextFieldKeyboardHandlers_insertCharacterWhenKeyIsPressed(null, null, null); }, function(textLayout) { return A.DefaultSuperTextFieldKeyboardHandlers_insertCharacterWhenKeyIsPressed(null, null, textLayout); - }], 228, 0); + }], 207, 0); _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteTextOnLineBeforeCaretWhenShortcutKeyAndBackspaceIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout", "call$0", "call$1$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_deleteTextOnLineBeforeCaretWhenShortcutKeyAndBackspaceIsPressed", function() { return A.DefaultSuperTextFieldKeyboardHandlers_deleteTextOnLineBeforeCaretWhenShortcutKeyAndBackspaceIsPressed(null, null, null); }, function(textLayout) { return A.DefaultSuperTextFieldKeyboardHandlers_deleteTextOnLineBeforeCaretWhenShortcutKeyAndBackspaceIsPressed(null, null, textLayout); - }], 252, 0); + }], 253, 0); _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteTextWhenBackspaceOrDeleteIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout", "call$0", "call$1$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_deleteTextWhenBackspaceOrDeleteIsPressed", function() { return A.DefaultSuperTextFieldKeyboardHandlers_deleteTextWhenBackspaceOrDeleteIsPressed(null, null, null); }, function(textLayout) { return A.DefaultSuperTextFieldKeyboardHandlers_deleteTextWhenBackspaceOrDeleteIsPressed(null, null, textLayout); - }], 228, 0); + }], 207, 0); _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenAltBackSpaceIsPressedOnMac$closure", 0, null, ["call$3$controller$keyEvent$textLayout", "call$0", "call$1$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenAltBackSpaceIsPressedOnMac", function() { return A.DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenAltBackSpaceIsPressedOnMac(null, null, null); }, function(textLayout) { return A.DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenAltBackSpaceIsPressedOnMac(null, null, textLayout); - }], 252, 0); + }], 253, 0); _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenCtlBackSpaceIsPressedOnWindowsAndLinux$closure", 0, null, ["call$3$controller$keyEvent$textLayout", "call$0", "call$1$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenCtlBackSpaceIsPressedOnWindowsAndLinux", function() { return A.DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenCtlBackSpaceIsPressedOnWindowsAndLinux(null, null, null); }, function(textLayout) { return A.DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenCtlBackSpaceIsPressedOnWindowsAndLinux(null, null, textLayout); - }], 252, 0); + }], 253, 0); _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_insertNewlineWhenEnterIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout", "call$0", "call$1$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_insertNewlineWhenEnterIsPressed", function() { return A.DefaultSuperTextFieldKeyboardHandlers_insertNewlineWhenEnterIsPressed(null, null, null); }, function(textLayout) { return A.DefaultSuperTextFieldKeyboardHandlers_insertNewlineWhenEnterIsPressed(null, null, textLayout); - }], 228, 0); + }], 207, 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", 53); - _instance_1_u(_, "get$_desktop_textfield$_onDoubleTapDown", "_desktop_textfield$_onDoubleTapDown$1", 53); + _instance_1_u(_ = A._SuperTextFieldGestureInteractorState.prototype, "get$_desktop_textfield$_onTapDown", "_desktop_textfield$_onTapDown$1", 52); + _instance_1_u(_, "get$_desktop_textfield$_onDoubleTapDown", "_desktop_textfield$_onDoubleTapDown$1", 52); _instance_0_u(_, "get$_desktop_textfield$_onDoubleTap", "_desktop_textfield$_onDoubleTap$0", 0); - _instance_1_u(_, "get$_desktop_textfield$_onTripleTapDown", "_desktop_textfield$_onTripleTapDown$1", 53); + _instance_1_u(_, "get$_desktop_textfield$_onTripleTapDown", "_desktop_textfield$_onTripleTapDown$1", 52); _instance_0_u(_, "get$_desktop_textfield$_onTripleTap", "_desktop_textfield$_onTripleTap$0", 0); - _instance_1_u(_, "get$_onRightClick", "_onRightClick$1", 96); + _instance_1_u(_, "get$_onRightClick", "_onRightClick$1", 97); _instance_1_u(_, "get$_desktop_textfield$_onPanStart", "_desktop_textfield$_onPanStart$1", 60); - _instance_1_u(_, "get$_desktop_textfield$_onPanUpdate", "_desktop_textfield$_onPanUpdate$1", 67); - _instance_1_u(_, "get$_desktop_textfield$_onPanEnd", "_desktop_textfield$_onPanEnd$1", 90); + _instance_1_u(_, "get$_desktop_textfield$_onPanUpdate", "_desktop_textfield$_onPanUpdate$1", 66); + _instance_1_u(_, "get$_desktop_textfield$_onPanEnd", "_desktop_textfield$_onPanEnd$1", 89); _instance_0_u(_, "get$_desktop_textfield$_onPanCancel", "_desktop_textfield$_onPanCancel$0", 0); - _instance_1_u(_, "get$_onPointerSignal", "_onPointerSignal$1", 324); - _instance_2_u(A._SuperTextFieldKeyboardInteractorState.prototype, "get$_desktop_textfield$_onKeyPressed", "_desktop_textfield$_onKeyPressed$2", 213); + _instance_1_u(_, "get$_onPointerSignal", "_onPointerSignal$1", 297); + _instance_2_u(A._SuperTextFieldKeyboardInteractorState.prototype, "get$_desktop_textfield$_onKeyPressed", "_desktop_textfield$_onKeyPressed$2", 198); _instance_0_u(A._SuperTextFieldImeInteractorState.prototype, "get$_desktop_textfield$_updateSelectionAndImeConnectionOnFocusChange", "_desktop_textfield$_updateSelectionAndImeConnectionOnFocusChange$0", 0); _instance_0_u(_ = A.SuperTextFieldScrollviewState.prototype, "get$_onSelectionOrContentChange", "_onSelectionOrContentChange$0", 0); - _instance_1_u(_, "get$_desktop_textfield$_onTick", "_desktop_textfield$_onTick$1", 101); + _instance_1_u(_, "get$_desktop_textfield$_onTick", "_desktop_textfield$_onTick$1", 103); _instance_0_u(_ = A._TextScrollViewState.prototype, "get$_onTextScrollChange", "_onTextScrollChange$0", 0); _instance_0_u(_, "get$_scheduleViewportHeightUpdate", "_scheduleViewportHeightUpdate$0", 0); _instance_1_u(A.TextScrollController.prototype, "get$_autoScrollTick", "_autoScrollTick$1", 16); _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", 92); + _instance_1_u(_, "get$performSelector", "performSelector$1", 93); _instance_0_u(_ = A._IOSEditingControlsState.prototype, "get$_rebuildOnNextFrame", "_rebuildOnNextFrame$0", 0); _instance_1_u(_, "get$_onBasePanStart", "_onBasePanStart$1", 60); _instance_1_u(_, "get$_onExtentPanStart", "_onExtentPanStart$1", 60); - _instance_1_u(_, "get$__editing_controls$_onPanUpdate", "__editing_controls$_onPanUpdate$1", 67); + _instance_1_u(_, "get$__editing_controls$_onPanUpdate", "__editing_controls$_onPanUpdate$1", 66); _instance_0_u(_, "get$__editing_controls$_updateSelectionForNewDragHandleLocation", "__editing_controls$_updateSelectionForNewDragHandleLocation$0", 0); - _instance_1_u(_, "get$__editing_controls$_onPanEnd", "__editing_controls$_onPanEnd$1", 90); + _instance_1_u(_, "get$__editing_controls$_onPanEnd", "__editing_controls$_onPanEnd$1", 89); _instance_0_u(_, "get$__editing_controls$_onPanCancel", "__editing_controls$_onPanCancel$0", 0); - _instance_1_u(_ = A.IOSTextFieldTouchInteractorState.prototype, "get$__user_interaction$_onTapDown", "__user_interaction$_onTapDown$1", 53); - _instance_1_u(_, "get$__user_interaction$_onTapUp", "__user_interaction$_onTapUp$1", 96); - _instance_1_u(_, "get$__user_interaction$_onDoubleTapDown", "__user_interaction$_onDoubleTapDown$1", 53); - _instance_1_u(_, "get$__user_interaction$_onTripleTapDown", "__user_interaction$_onTripleTapDown$1", 53); + _instance_1_u(_ = A.IOSTextFieldTouchInteractorState.prototype, "get$__user_interaction$_onTapDown", "__user_interaction$_onTapDown$1", 52); + _instance_1_u(_, "get$__user_interaction$_onTapUp", "__user_interaction$_onTapUp$1", 97); + _instance_1_u(_, "get$__user_interaction$_onDoubleTapDown", "__user_interaction$_onDoubleTapDown$1", 52); + _instance_1_u(_, "get$__user_interaction$_onTripleTapDown", "__user_interaction$_onTripleTapDown$1", 52); _instance_1_u(_, "get$_onTextPanStart", "_onTextPanStart$1", 60); - _instance_1_u(_, "get$__user_interaction$_onPanUpdate", "__user_interaction$_onPanUpdate$1", 67); - _instance_1_u(_, "get$__user_interaction$_onPanEnd", "__user_interaction$_onPanEnd$1", 90); + _instance_1_u(_, "get$__user_interaction$_onPanUpdate", "__user_interaction$_onPanUpdate$1", 66); + _instance_1_u(_, "get$__user_interaction$_onPanEnd", "__user_interaction$_onPanEnd$1", 89); _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", 4095); @@ -573500,12 +573686,12 @@ _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", 3317); - _instance_1_u(_, "get$_onPerformActionPressed", "_onPerformActionPressed$1", 578); + _instance_1_u(_, "get$_onPerformActionPressed", "_onPerformActionPressed$1", 478); _instance_0_u(_ = A.BlinkController.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_, "get$_blink_controller$_onTick", "_blink_controller$_onTick$1", 16); _instance_0_u(A.SuperTextState.prototype, "get$_invalidateParagraph", "_invalidateParagraph$0", 0); - _instance_2_u(_ = A._RebuildOptimizedSuperTextWithSelectionState.prototype, "get$_buildLayerBeneath", "_buildLayerBeneath$2", 897); - _instance_2_u(_, "get$_buildLayerAbove", "_buildLayerAbove$2", 897); + _instance_2_u(_ = A._RebuildOptimizedSuperTextWithSelectionState.prototype, "get$_buildLayerBeneath", "_buildLayerBeneath$2", 899); + _instance_2_u(_, "get$_buildLayerAbove", "_buildLayerAbove$2", 899); _instance_1_u(_ = A._RenderValueLayoutBuilder.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 11); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 11); @@ -573521,9 +573707,9 @@ _instance_0_u(_, "get$onWindowMoved", "onWindowMoved$0", 0); _instance_0_u(_, "get$onWindowEnterFullScreen", "onWindowEnterFullScreen$0", 0); _instance_0_u(_, "get$onWindowLeaveFullScreen", "onWindowLeaveFullScreen$0", 0); - _instance_1_u(A.WindowManager0.prototype, "get$_window_manager$_methodCallHandler", "_window_manager$_methodCallHandler$1", 215); - _static_1(A, "link_LinkViewController__viewFactory$closure", "LinkViewController__viewFactory", 873); - _static_0(A, "clock__systemTime$closure", "systemTime", 368); + _instance_1_u(A.WindowManager0.prototype, "get$_window_manager$_methodCallHandler", "_window_manager$_methodCallHandler$1", 217); + _static_1(A, "link_LinkViewController__viewFactory$closure", "LinkViewController__viewFactory", 875); + _static_0(A, "clock__systemTime$closure", "systemTime", 358); _static(A, "_isolates_web__compute$closure", 2, null, ["call$2$3$debugLabel", "call$2", "call$2$2"], ["compute", function(callback, message) { return A.compute(callback, message, null, type$.dynamic, type$.dynamic); }, function(callback, message, $Q, $R) { @@ -573541,7 +573727,7 @@ _static_2(A, "loading_reducer___setSaving$closure", "_setSaving", 4102); _static_2(A, "loading_reducer___setSaved$closure", "_setSaved", 4103); _static_1(A, "serialization0_SerializationUtils_computeDecode$closure", "SerializationUtils_computeDecode", 13); - _static_0(A, "utils3__getUtcDateTime$closure", "getUtcDateTime", 368); + _static_0(A, "utils3__getUtcDateTime$closure", "getUtcDateTime", 358); _static(A, "document_keyboard_actions__doNothingWhenThereIsNoSelection$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["doNothingWhenThereIsNoSelection", function() { return A.doNothingWhenThereIsNoSelection(null, null); }], 63, 0); @@ -573602,8 +573788,8 @@ _inheritMany = hunkHelpers.inheritMany, _inherit = hunkHelpers.inherit; _inheritMany(null, [A.Object, A.ModeHtmlColorFilter, A.MatrixHtmlColorFilter]); - _inheritMany(A.Object, [A.AlarmClock, A.AppBootstrap, A.Closure, A.AssetManager, A.AssetManagerException, A._Enum, A._SaveStackTracking, A.ContextStateHandle, A.CkCanvas, A.CkPictureSnapshot, A.CkPaintCommand, J.Interceptor, A.ProductionCollector, A.SkiaObjectCollectionError, A.CanvasKitCanvas, A.SkiaObject, A.CkColorFilter, A.HtmlViewEmbedder, A.ViewClipChain, A.EmbeddedViewParams, A.Mutator, A.Iterable, A.EmbedderFrameContext, A.ViewListDiffResult, A.FontFallbackData, A.FallbackFontDownloadQueue, A.NotoDownloader, A.SkiaFontCollection, A.RegisteredFont, A.UnregisteredFont, A.ImageCodecException, A.CkImage, A.AnimatedImageFrameInfo, A.CkBrowserImageDecoder, A.ImageFileFormat, A.IntervalTree, A.IntervalTreeNode, A.Layer, A.PrerollContext, A.PaintContext, A.LayerScene, A.LayerSceneBuilder, A.LayerTree, A.Frame, A.CompositorContext, A.CkNWayCanvas, A.NotoFont, A.CodeunitRange, A.CkFragmentShader, A.CkPictureRecorder, A.Rasterizer, A.CanvasKitRenderer, A.SkiaObjectCache, A.SynchronousSkiaObjectCache, A.SurfaceFrame, A.Surface, A.CkSurface, A.SurfaceFactory, A.CkParagraphStyle, A.CkTextStyle, A.CkStrutStyle, A.CkLineMetrics, A.CkParagraphBuilder, A._CkParagraphPlaceholder, A._ParagraphCommand, A.Error, A.ClipboardMessageHandler, A.ClipboardAPICopyStrategy, A.ClipboardAPIPasteStrategy, A.ExecCommandCopyStrategy, A.ExecCommandPasteStrategy, A.FlutterConfiguration, A.DomSubscription, A.DomPoint, A.Iterator, A.FlutterViewEmbedder, A.EngineCanvas, A.SaveStackEntry, A.SaveClipEntry, A._SaveElementStackEntry, A.SaveElementStackTracking, A.FrameReference, A.CrossFrameCache, A._CrossFrameCacheItem, A.ShadowDomHostNode, A.ElementHostNode, 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.ShaderBuilder, A.ShaderMethod, A.ShaderDeclaration, A._PersistedSurfaceMatch, A.PrerollSurfaceContext, A.HtmlCodec, A.SingleFrameInfo, A.HtmlImage, A.KeyboardBinding, A.FlutterHtmlKeyboardEvent, A.KeyboardConverter, A.MouseCursor, A.BrowserHistory, A.UrlStrategy, A.PlatformLocation, A.EnginePictureRecorder, A.EnginePicture, A.HighContrastSupport, A.PlatformDispatcher, 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.RoleManager, A.EngineAccessibilityFeatures, A.EngineAccessibilityFeaturesBuilder, A.SemanticsUpdate, A.SemanticsNodeUpdate, A.SemanticsObject, A.EngineSemanticsOwner, A.SemanticsHelper, A.SemanticsEnabler, A._DefaultTextEditingStrategy_Object_CompositionAwareMixin, A._ListBase_Object_ListMixin, A.MethodCall, A.JSONMessageCodec, A.JSONMethodCodec, A.StandardMessageCodec, A.StandardMethodCodec, A.WriteBuffer0, A.ReadBuffer0, A.SurfaceShadowData, A.CanvasParagraph, A.ParagraphSpan, A.ParagraphPlaceholder, A.StyleNode, A.CanvasParagraphBuilder, A.HtmlFontCollection, A.FontManager, 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._FindBreakDirection, 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.Matrix40, A.Vector30, A.FastMatrix32, A.FlutterView, A.WindowPadding, A.JS_CONST, A.HttpException, A._HeaderValue, J.ArrayIterator, A._CopyingBytesBuilder, A._BytesBuilder, A.CastIterator, A.MapMixin, A.SentinelValue, A.ListIterator, A.ExpandIterator, A.EmptyIterator, A.FollowedByIterator, A.WhereTypeIterator, A.FixedLengthListMixin, A.UnmodifiableListMixin, A.Symbol, A.MapView, A.ConstantMap, 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.StreamSubscription, 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._ZoneFunction, A._Zone, A._HashMapKeyIterator, A.__SetBase_Object_SetMixin, A._HashSetIterator, A._LinkedHashSetCell, A._LinkedHashSetIterator, A.IterableMixin, A._LinkedListIterator, A.LinkedListEntry, A.ListMixin, A._MapBaseValueIterator, A._UnmodifiableMapMixin, A._DoubleLinkedQueueEntry, A._DoubleLinkedQueueIterator, A._ListQueueIterator, A.SetMixin, A._SetBase_Object_SetMixin, A._UnmodifiableSetMixin, A._SplayTreeNode, A._SplayTree, A._SplayTreeIterator, A.Codec0, A._Base64Encoder, A._Base64Decoder, A.ChunkedConversionSink, A.HtmlEscapeMode, A._JsonStringifier, A._JsonPrettyPrintMixin, A._Utf8Encoder, A._Utf8Decoder, A._BigIntImpl, A.Comparable, A.DateTime, A.Duration, A.OutOfMemoryError, A.StackOverflowError, A._Exception, A.FormatException, A.IntegerDivisionByZeroException, 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.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.PlatformViewRegistry, A.KeyData, A.Color, A.MaskFilter, A.ImageFilter, A.Shadow, A.ImmutableBuffer, A.PlatformConfiguration, A.ViewConfiguration0, A.FrameTiming, A.Locale, 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.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.VsScrollbarStyle, 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.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.AbstractNode, 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.Clock0, A.MemoryFileSystemEntity, A._FileSink, A.MemoryFileStat, A.FileSystem0, A.Node2, A.FileSystemOp, A.FileSystemStyle, A.DirectoryAddOnsMixin, A._LinuxCodes, A.PlatformInterface, 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.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.DiagnosticsNode, A._FlutterErrorDetails_Object_Diagnosticable, A.BindingBase, A.DebugReassembleConfig, A.ChangeNotifier, 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.WriteBuffer, A.ReadBuffer, 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.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.DataRow0, A.DataCell0, A.TableColumnWidth, A._DataTableThemeData_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._LerpSides0, 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._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._TextSelectionToolbarItemData, A._TextSelectionThemeData_Object_Diagnosticable, A._TextTheme_Object_Diagnosticable, A._ThemeData_Object_Diagnosticable, A._IdentityThemeDataCacheKey, A._FifoCache, A._VisualDensity_Object_Diagnosticable, A.TimeOfDay, A._TimePickerFragmentContext, A._TappableLabel, A._TimePickerThemeData_Object_Diagnosticable, A._ToggleButtonsThemeData_Object_Diagnosticable, A.ToggleableStateMixin, A._TooltipThemeData_Object_Diagnosticable, A._Typography_Object_Diagnosticable, A.AlignmentGeometry, A.TextAlignVertical, A.PaintingBinding, A.BorderRadiusGeometry, A.FittedSizes, A.ClipContext, A.ImageSizeInfo, A.DecorationImagePainter, A.EdgeInsetsGeometry, A._ColorsAndStops, A.Gradient, A.ImageCache, A._CachedImageBase, A._PendingImage, A.ImageConfiguration, A.AssetBundleImageKey, 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._CaretMetrics, 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._LayoutSizes, A.AnnotationEntry, A.AnnotationResult, A.LayerHandle, A.LayerLink, A._MouseState, A.__MouseTrackerUpdateDetails_Object_Diagnosticable, A.SemanticsHandle, A.PipelineOwner, A.RenderObjectWithChildMixin, A.ContainerParentDataMixin, A.ContainerRenderObjectMixin, A.RelayoutWhenSystemFontsChangeMixin, A._SemanticsFragment, A._SemanticsGeometry, A.SemanticsTag, 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.CustomSemanticsAction, A.AttributedString, A._SemanticsData_Object_Diagnosticable, A._BoxEdge, A._TraversalSortNode, A.SemanticsConfiguration, A._SemanticsSortKey_Object_Diagnosticable, A.SemanticsEvent, A.AssetBundle, A.AutofillConfiguration, A.TextInputConfiguration, A.AutofillScopeMixin, A.BinaryMessenger, A.ServicesBinding, A.ClipboardData, A.KeyboardLockMode, A._KeyEvent_Object_Diagnosticable, A.HardwareKeyboard, A.KeyMessage, A.KeyEventManager, 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.TextBoundary, 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._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._UndoStack, A._GlyphHeights, A._Autofocus, A.FocusAttachment, A._FocusNode_Object_DiagnosticableTreeMixin, A._FocusManager_Object_DiagnosticableTreeMixin, 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.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._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.ScrollMetrics, A.ViewportNotificationMixin, A.ViewportElementMixin, A.EdgeDraggingAutoScroller, A.SelectionContainerDelegate, A.ScrollableDetails, A.KeySet, A._SingleActivator_Object_Diagnosticable, A.__ActivatorIntentPair_Object_Diagnosticable, A._ShortcutManager_Object_Diagnosticable, A._ShortcutRegistry_Object_ChangeNotifier, A.SliverChildDelegate, A._RenderSliverPersistentHeaderForWidgetsMixin, A.SlottedMultiChildRenderObjectWidgetMixin, A.SlottedContainerRenderObjectMixin, A._DefaultSnapshotPainter, A.SpellCheckConfiguration, A.TableRow, A._TableElementRow, A.__TableSlot_Object_Diagnosticable, A.TapRegionRegistry, A.TextSelectionOverlay, A.SelectionOverlay, A.TextSelectionHandleControls, A.TextSelectionToolbarAnchors, A.SingleTickerProviderStateMixin, A.TickerProviderStateMixin, 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.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.IfdContainer, A.ExifTag, A.IfdDirectory, A.IfdValue, A.Decoder, A.PngFrame, A.PngInfo, A.IccProfile, A.Palette0, A.ImageException, A.InputBuffer, A.CroppedFileBase, A.ImageResizer, A.ImagePickerOptions, A.InAppPurchase, A.BillingClient, A.BillingResponseConverter, A.SkuTypeConverter, A.PurchaseWrapper, A.PurchasesResultWrapper, A.PurchaseStateConverter, A.SkuDetailsWrapper, A.SkuDetailsResponseWrapper, A.BillingResultWrapper, 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.IntlStream, A.NumberFormat, A.NumberFormatParseResult, A.NumberFormatParser, A.StringIterator, 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.TaxDataEntity, A.TaxRegionDataEntity, A.TaxSubregionDataEntity, A._$CompanyEntitySerializer, A._$GatewayEntitySerializer, A._$GatewayOptionsEntitySerializer, A._$UserCompanyEntitySerializer, A._$UserSettingsEntitySerializer, A._$ReportSettingsEntitySerializer, A._$CompanyItemResponseSerializer, A._$RegistrationFieldEntitySerializer, A._$DashboardFieldSerializer, A._$TaxDataEntitySerializer, A._$TaxRegionDataEntitySerializer, A._$TaxSubregionDataEntitySerializer, A.CompanyEntityBuilder, A.GatewayEntityBuilder, A.GatewayOptionsEntityBuilder, A.UserCompanyEntityBuilder, A.UserSettingsEntityBuilder, A.ReportSettingsEntityBuilder, A.CompanyItemResponseBuilder, A.RegistrationFieldEntityBuilder, A.DashboardFieldBuilder, A.TaxDataEntityBuilder, A.TaxRegionDataEntityBuilder, A.TaxSubregionDataEntityBuilder, 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._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.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.ViewMainScreen, 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.UpdateDocument, A.LoadDocumentRequest, A.LoadDocumentFailure, A.LoadDocumentSuccess, A.LoadDocumentsRequest, A.LoadDocumentsFailure, 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.SortDocuments, A.FilterDocumentsByState, 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.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.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.DataColumn0, A.DataRow, A.DataCell, A.ExamplePaymentQueueDelegate, A.WidgetData, 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.Context, A.Style, A.ParsedPath, A.PathException, A.MissingPlatformDirectoryException, A.PdfPageFormat, A.PdfRasterBase, A.Permission, 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.Display, A.ScreenRetriever, A.EnvironmentVariables, A.HubAdapter, A.NoOpClient, A.NoOpHub, A.ISentrySpan, A.Platform0, A.PlatformChecker, A.Breadcrumb, A.SdkVersion, A.SentryId, A.SentryLevel, A.SpanId, A.SpanStatus, A.SentryMeasurement, A.SentryOptions, A.SentrySpanContext, A.NoOpTransport, A.SentryFlutterWeb, A.SentryNative, A.NativeFrames, A.SharedPreferences, 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_TextInputClient, 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.TaskComponentBuilder, A.InsertNewTaskOrSplitExistingTaskCommand, A.TextComponentViewModel, A.ToggleTextAttributionsCommand, A.InsertTextCommand, A.InsertAttributedTextCommand, A.UnknownComponentBuilder, A.Logger0, A.AutoScroller, A.ProxyTextComposable, A.AxisOffset, 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._IOSEditingOverlayController_Object_ChangeNotifier, A._FloatingCursorController_Object_ChangeNotifier0, 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.InAppWebViewConfiguration, A.LaunchOptions, A.Uuid, A.Matrix3, A.Matrix4, A.Quad, A.Quaternion, A.Vector3, A.Vector4, A.Version, A.UserDefaultsAPI, A.WidgetKitAPI, A.WindowListener, A.WindowManager0, A.WindowOptions]); - _inheritMany(A.Closure, [A.Closure0Args, A.Closure2Args, A.AppBootstrap_prepareEngineInitializer_closure0, A.AppBootstrap__prepareAppRunner_closure, A.AssetManager__baseUrl_closure, A.AssetManager__baseUrl_closure0, A.AssetManager__baseUrl_closure1, A.ProductionCollector_closure, A.patchCanvasKitModule_closure0, A.patchCanvasKitModule_closure2, A.downloadCanvasKit_closure0, A._downloadCanvasKitJs_loadEventHandler, 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.FontFallbackData_ensureFontsSupportText_closure, A.findMinimumFontsForCodeUnits_closure, A.findMinimumFontsForCodeUnits_closure0, A._notoSansSC_closure, A._notoSansTC_closure, A._notoSansHK_closure, A._notoSansJP_closure, A._notoSansKR_closure, A._notoSymbols_closure, A.NotoDownloader_downloadAsBytes_closure, A.NotoDownloader_downloadAsBytes__closure, A.SkiaFontCollection_registerDownloadedFonts_makeRegisterFont, A.SkiaFontCollection__getArrayBuffer_closure, A.fetchImage_closure, A.fetchImage_closure0, A.fetchImage_closure1, A.IntervalTree_IntervalTree$createFromRanges_makeBalancedTree, A.IntervalTree_IntervalTree$createFromRanges_computeHigh, 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.domHttpRequest_closure, A.domHttpRequest_closure0, A.DomFontFaceSetExtension_get_add_closure, A._ttPolicy_closure, A.FlutterViewEmbedder_reset_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure0, A.sendFontChangeMessage_closure, A.sendFontChangeMessage__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._addUrlStrategyListener_closure, 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.HashUrlStrategy__waitForPopState_closure, A.EnginePlatformDispatcher__zonedPlatformMessageResponseCallback_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure0, A.EnginePlatformDispatcher__sendPlatformMessage_closure1, A.EnginePlatformDispatcher__sendPlatformMessage_closure2, A.EnginePlatformDispatcher__sendPlatformMessage_closure3, A.EnginePlatformDispatcher__sendPlatformMessage_closure4, A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure, A.EnginePlatformDispatcher_replyToPlatformMessage_closure, A.SafariPointerEventWorkaround_workAroundMissingPointerEvents_closure, A._Listener__Listener$register_closure, A._Listener__Listener$registerNative_closure, A._BaseAdapter_addEventListener_loggedHandler, A._WheelEventListenerMixin__addWheelEventListener_closure, 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.Incrementable_closure, A.Incrementable_closure0, A.Scrollable_update_closure0, A.Scrollable_update_closure1, A._roleFactories_closure, A._roleFactories_closure0, A._roleFactories_closure1, A._roleFactories_closure2, A._roleFactories_closure3, A._roleFactories_closure4, A._roleFactories_closure5, A._roleFactories_closure6, 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.CanvasParagraph_computeLineMetrics_closure, A.FontManager__loadFontFace_fontFaceLoad, 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.futurize_closure, A.bytesToHexString_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.ConstantStringMap_values_closure, A.GeneralConstantMap__typeTest_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._Future__chainForeignFuture_closure, A._Future__propagateToListeners_handleWhenCompleteCallback_closure, A._Future_timeout_closure0, A.Stream_Stream$fromFuture_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.MapMixin_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__makePath_closure, 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_readDataChunked, A._File_readAsBytes_readDataChunked_read_closure, A._File_readAsBytes_closure, A._File_readAsBytes__closure, A._RandomAccessFile_close_closure, A._RandomAccessFile_read_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._convertDataTree__convert, A.promiseToFuture_closure, A.promiseToFuture_closure0, A.dartify_convert, A.webOnlyWarmupEngine_closure, A.KeyData__quotedCharCode_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._MaterialScrollbarState__thumbColor_closure0, A._MaterialScrollbarState__trackColor_closure0, A._MaterialScrollbarState__trackBorderColor_closure0, A._MaterialScrollbarState__thickness_closure0, 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.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.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure0, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure1, A._MaterialAppState__materialBuilder_closure, A._MaterialAppState__buildWidgetApp_closure, A.MaterialRectArcTween__initialize_closure, 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._CheckboxState__widgetFillColor_closure, A._CheckboxState_build_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.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._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._TabBarState_initState_closure, A._TabBarState_build_closure, A._TabBarState_build_closure0, A._TextFieldState_build_closure3, A._TextFieldState_build_closure4, A.TextFormField_closure, A.TextFormField_closure_onChangedHandler, A._TextSelectionControlsToolbarState_build_closure, 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._HourMinuteControl_build_closure, A._HourMinuteControl_build_closure0, A._HourControl_build_hoursFromSelected, A._DayPeriodControl_build_closure, A._DayPeriodControl_build_closure0, A._DialPainter_paint_getOffsetForTheta, A._DialPainter_paint_paintLabels, A.showTimePicker_closure, A.ToggleButtons_build_closure, A.TooltipState__createNewEntry_closure, A.TooltipState__createNewEntry_closure0, A.TooltipState__createNewEntry_closure1, A.TooltipState_build_closure, A.TooltipState_build_closure0, A._CompoundBorder_scale_closure, A._CompoundBorder_toString_closure, A.ClipContext_clipPathAndPaint_closure, A.ClipContext_clipRRectAndPaint_closure, A.ClipContext_clipRectAndPaint_closure, A.paintImage_closure, 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.TextSpan_debugDescribeChildren_closure, A.TextStyle_fontFamilyFallback_closure, A.FrictionSimulation_closure, A.RendererBinding__scheduleMouseTrackerUpdate_closure, A.BoxConstraints_toString_describe, A.RenderEditable__extractPlaceholderSpans_closure, A.RenderEditable_getBoxesForSelection_closure, A.RenderEditable_describeSemanticsConfiguration_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_reassemble_closure, A.RenderObject__updateCompositingBits_closure, A.RenderObject_clearSemantics_closure, A.RenderObject__getSemanticsForParent_closure, A.RenderParagraph_markNeedsLayout_closure, A.RenderParagraph__extractPlaceholderSpans_closure, A.RenderParagraph_selectionColor_closure, A.RenderParagraph_systemFontsDidChange_closure, A.RenderParagraph_describeSemanticsConfiguration_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._AutofillScopeTextInputConfiguration_toJson_closure, A.AutofillScopeMixin_attach_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.RichText__extractChildren_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.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__createSelectionOverlay_closure, A.EditableTextState__scheduleShowCaretOnScreen_closure, A.EditableTextState_didChangeMetrics_closure, A.EditableTextState__startCursorBlink_closure, A.EditableTextState__onCursorTick_closure1, A.EditableTextState__updateSizeAndTransform_closure, A.EditableTextState__updateComposingRectIfNeeded_closure, A.EditableTextState__updateCaretRectIfNeeded_closure, A.EditableTextState__actions_closure, A.EditableTextState_build_closure0, A._Editable__extractChildren_closure, A._ScribbleFocusableState_isInScribbleRect_closure, A._UpdateTextSelectionAction_invoke_collapse, A._throttle_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_closure0, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1, A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure3, 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_reassemble_closure, A.Element_renderObject_closure, 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.RenderObjectElement_updateChildren_replaceWithNullIfForgotten, 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.TextMagnifierConfiguration_magnifierBuilder_closure, A.MagnifierController_show_closure, A.MediaQueryData_removeDisplayFeatures_closure, A.Route_didPush_closure, A.Route_didAdd_closure, A.Route_isCurrent_closure, A.Route_isFirst_closure, A.Route_isActive_closure, A.Navigator_defaultGenerateInitialRoutes_closure, A._RouteEntry_dispose_closure, A._RouteEntry_isRoutePredicate_closure, A.NavigatorState_restoreState_closure, A.NavigatorState__flushHistoryUpdates_closure, A.NavigatorState__afterNavigation_closure, A.NavigatorState_maybePop_closure, A.NavigatorState_maybePop_closure1, A.NavigatorState_removeRoute_closure, A.OverlayEntry_remove_closure, A._RenderTheatre_computeMinIntrinsicWidth_closure, A._RenderTheatre_computeMaxIntrinsicWidth_closure, A._RenderTheatre_computeMinIntrinsicHeight_closure, A._RenderTheatre_computeMaxIntrinsicHeight_closure, A.PageStorageBucket__allKeys_closure, A._PageViewState_build_closure, A.HtmlElementView__createHtmlElementView_closure, A._PlatformViewPlaceholderBox_performLayout_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.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_closure, 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_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.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.readBytes_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.ImagePickerPlugin__getSelectedXFiles_closure, A.ImagePickerPlugin__getSelectedXFiles__closure, A.ImagePickerPlugin__getSelectedXFiles_closure0, A.ImageResizer_loadImage_closure, A.ImageResizer_loadImage_closure0, A._$PurchaseWrapperFromJson_closure, A._$PurchasesResultWrapperFromJson_closure0, A._$SkuDetailsResponseWrapperFromJson_closure0, A.InAppPurchaseAndroidPlatform$__closure, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure0, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure1, A.InAppPurchaseAndroidPlatform_restorePurchases_closure, A.InAppPurchaseAndroidPlatform_restorePurchases_closure0, A.InAppPurchaseAndroidPlatform_restorePurchases_closure1, A.InAppPurchaseAndroidPlatform_restorePurchases_closure2, A.InAppPurchaseAndroidPlatform__getPurchaseDetailsFromResult_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_parseEnumeratedString_closure, A._DateFormatPatternField_parseStandaloneDay_closure, A.NumberFormat_NumberFormat_closure, A.NumberFormat_NumberFormat$decimalPattern_closure, A._CountryPickerDialogState_build_closure, A._CountryPickerDialogState_build__closure0, A._CountryPickerDialogState_build__closure1, 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_applyVendor_closure, A.InvoiceEntity_history_closure, A.InvoiceEntity_history_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.InvoiceNinjaAppState_initState_closure0, 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._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_closure1, 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__closure0, A._saveDocument_closure11, A._saveDocument__closure23, 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.loadCompanySuccessReducer_closure1, 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._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__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__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._editDocument_closure, A._viewDocument_closure, A._viewDocumentList_closure0, A._viewDocumentList__closure, A._saveDocument_closure13, A._saveDocument__closure27, 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._loadDocuments_closure, A._loadDocuments__closure, A._loadDocuments__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._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._updateDocument_closure, A._setLoadedDocument_closure, A._setLoadedDocuments_closure, A._setLoadedDocuments__closure, A._setLoadedDocuments__closure0, A._setLoadedDocuments_closure0, 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__closure0, A._saveDocument_closure9, A._saveDocument__closure19, 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__closure0, 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._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__closure0, A._saveDocument_closure10, A._saveDocument__closure21, 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._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._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_closure, 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__closure0, A._saveDocument_closure12, A._saveDocument__closure25, A._saveDocument__closure26, A.productUIReducer_closure, A.editingReducer__closure60, A.productListReducer__closure, A._viewClientList_closure0, 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._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__closure0, A._saveDocument_closure6, A._saveDocument__closure13, 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._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__closure0, A._saveDocument_closure3, A._saveDocument__closure7, 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._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__closure0, A._saveDocument_closure5, A._saveDocument__closure11, 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__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__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._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__closure0, A._saveDocument_closure1, A._saveDocument__closure3, 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__closure10, A.settingsUIReducer__closure19, A.settingsUIReducer__closure18, A.settingsUIReducer__closure15, A.settingsUIReducer__closure16, A.settingsUIReducer__closure17, 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.memoizedGatewayList_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._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__closure0, A._saveDocument_closure7, A._saveDocument__closure15, 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._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_closure1, A._addToHistory_closure2, 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__closure0, A._saveDocument_closure8, A._saveDocument__closure17, 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_closure1, A._DocumentGridState_build_closure, A._DocumentGridState_build_closure0, A._DocumentGridState_build__closure, A.DocumentTile_build_closure0, A.DocumentTile_build__closure, A.DocumentTile_build__closure0, A.DocumentTile_build___closure, A.DocumentTile_build___closure0, A.DocumentTile_build_closure, A.DocumentPreview_build_closure, A.EditScaffold_build_closure0, A.EditScaffold_build__closure3, A.EditScaffold_build_closure4, A.EditScaffold_build__closure2, A.EditScaffold_build__closure1, A.EditScaffold_build___closure, A.EditScaffold_build_closure7, A.EditScaffold_build_closure8, A.EditScaffold_build_closure9, A.EditScaffold_build__closure, A.EditScaffold_build_closure10, 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_closure, A.EntityTopFilterHeader_build_closure4, A.EntityTopFilterHeader_build__closure1, A.EntityTopFilterHeader_build__closure0, 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_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__buildTemplateDropdown_closure2, 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_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__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___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.AppDataTable_build_closure, A.AppDataTable_build_closure0, A.AppPaginatedDataTableState__getProgressIndicatorRowFor_closure, A.AppPaginatedDataTableState_build_closure, A.EntityDataTableSource_getRow_closure, A.EntityDataTableSource_getRow_closure0, A.EntityDataTableSource_getRow_closure5, 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_closure2, A._EntityListState_build__closure13, A._EntityListState_build_closure4, A._EntityListState_build__closure12, A._EntityListState_build__closure11, A._EntityListState_build___closure2, A._EntityListState_build_closure6, A._EntityListState_build__closure9, A._EntityListState_build_closure5, 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_closure5, A._LoginState_build_closure4, A._LoginState_build_closure6, A._LoginState_build_closure7, A._LoginState_build_closure8, A._LoginState_build_closure9, A._LoginState_build_closure10, 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__closure1, A.ClientEditDetailsState_build_closure1, A.ClientEditDetailsState_build__closure0, A.ClientEditDetailsState_build_closure2, 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.ClientViewDocuments_build_closure, A.ClientViewDocuments_build_closure0, 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__closure1, A.ClientViewVM_ClientViewVM$fromStore___closure, A.ClientViewVM_ClientViewVM$fromStore_closure1, 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__closure0, A.CreditEditVM_CreditEditVM$fromStore__closure1, A.CreditEditVM_CreditEditVM$fromStore___closure, A.CreditEditVM_CreditEditVM$fromStore_closure3, 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__closure0, A.CreditViewVM_CreditViewVM$fromStore__closure1, A.CreditViewVM_CreditViewVM$fromStore___closure, A.CreditViewVM_CreditViewVM$fromStore_closure2, A.CreditViewVM_CreditViewVM$fromStore__closure, A.CreditViewVM_CreditViewVM$fromStore_closure3, 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__closure1, A._DashboardScreenState_build__closure2, 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__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.DocumentListVM_fromStore__handleRefresh, A.DocumentListVM_fromStore_closure, A.DocumentListVM_fromStore_closure0, A.DocumentScreen_build_closure7, A.DocumentScreen_build_closure4, A.DocumentScreen_build_closure0, A.DocumentScreen_build_closure1, A.DocumentScreen_build_closure2, A.DocumentScreen_build_closure3, A._DocumentEditState_didChangeDependencies_closure, A._DocumentEditState_didChangeDependencies_closure0, A._DocumentEditState_dispose_closure, A._DocumentEditState__onChanged_closure, A._DocumentEditState_build_closure0, A._DocumentEditState_build_closure, A.DocumentEditScreen_build_closure0, A.DocumentEditVM_DocumentEditVM$fromStore_closure, A.DocumentEditVM_DocumentEditVM$fromStore_closure0, 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.ExpenseEditNotesState_build_closure, A.ExpenseEditNotesState_build_closure0, 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__closure4, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure5, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure3, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore____closure, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure5, 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.ExpenseViewDocuments_build_closure, A.ExpenseViewDocuments_build_closure0, 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__closure1, A.ExpenseViewVM_ExpenseViewVM$fromStore___closure, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure1, 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._GroupViewState_build_closure0, A._GroupViewState_build_closure1, A.GroupViewScreen_build_closure0, A.GroupViewVM_GroupViewVM$fromStore__closure0, A.GroupViewVM_GroupViewVM$fromStore__closure1, A.GroupViewVM_GroupViewVM$fromStore___closure, A.GroupViewVM_GroupViewVM$fromStore_closure1, 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._ClientContactListTile_build_closure0, A._VendorContactListTile_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__closure20, A.InvoiceEditDesktopState_build_closure7, A.InvoiceEditDesktopState_build__closure19, A.InvoiceEditDesktopState_build_closure11, A.InvoiceEditDesktopState_build__closure18, A.InvoiceEditDesktopState_build_closure10, A.InvoiceEditDesktopState_build_closure13, A.InvoiceEditDesktopState_build__closure17, A.InvoiceEditDesktopState_build_closure12, A.InvoiceEditDesktopState_build_closure15, A.InvoiceEditDesktopState_build__closure16, A.InvoiceEditDesktopState_build__closure15, A.InvoiceEditDesktopState_build_closure17, A.InvoiceEditDesktopState_build__closure14, A.InvoiceEditDesktopState_build_closure19, A.InvoiceEditDesktopState_build_closure20, A.InvoiceEditDesktopState_build__closure13, A.InvoiceEditDesktopState_build_closure21, A.InvoiceEditDesktopState_build__closure12, A.InvoiceEditDesktopState_build_closure23, A.InvoiceEditDesktopState_build__closure11, A.InvoiceEditDesktopState_build_closure22, A.InvoiceEditDesktopState_build_closure24, A.InvoiceEditDesktopState_build_closure25, A.InvoiceEditDesktopState_build__closure9, A.InvoiceEditDesktopState_build_closure26, A.InvoiceEditDesktopState_build__closure8, A.InvoiceEditDesktopState_build__closure, A.InvoiceEditDesktopState_build___closure8, A.InvoiceEditDesktopState_build__closure0, A.InvoiceEditDesktopState_build___closure7, A.InvoiceEditDesktopState_build__closure1, A.InvoiceEditDesktopState_build___closure5, A.InvoiceEditDesktopState_build___closure6, A.InvoiceEditDesktopState_build__closure2, A.InvoiceEditDesktopState_build___closure4, A.InvoiceEditDesktopState_build__closure4, A.InvoiceEditDesktopState_build___closure2, A.InvoiceEditDesktopState_build___closure3, A.InvoiceEditDesktopState_build__closure5, A.InvoiceEditDesktopState_build___closure1, A.InvoiceEditDesktopState_build__closure6, A.InvoiceEditDesktopState_build___closure0, A.InvoiceEditDesktopState_build__closure7, A.InvoiceEditDesktopState_build___closure, A.InvoiceEditDesktopState_build_closure28, A.InvoiceEditDesktopState_build_closure29, A.InvoiceEditDesktopState_build_closure31, A.InvoiceEditDesktopState_build_closure32, A.InvoiceEditDesktopState_build_closure33, 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__closure18, A.InvoiceEditDetailsState_build_closure6, A.InvoiceEditDetailsState_build__closure17, A.InvoiceEditDetailsState_build_closure5, A.InvoiceEditDetailsState_build__closure16, A.InvoiceEditDetailsState_build_closure9, A.InvoiceEditDetailsState_build__closure15, A.InvoiceEditDetailsState_build_closure8, A.InvoiceEditDetailsState_build_closure11, A.InvoiceEditDetailsState_build__closure14, A.InvoiceEditDetailsState_build_closure10, A.InvoiceEditDetailsState_build_closure13, A.InvoiceEditDetailsState_build__closure13, A.InvoiceEditDetailsState_build__closure12, A.InvoiceEditDetailsState_build_closure15, A.InvoiceEditDetailsState_build__closure11, A.InvoiceEditDetailsState_build_closure17, A.InvoiceEditDetailsState_build__closure10, A.InvoiceEditDetailsState_build_closure18, A.InvoiceEditDetailsState_build__closure9, A.InvoiceEditDetailsState_build_closure20, A.InvoiceEditDetailsState_build__closure8, A.InvoiceEditDetailsState_build_closure19, A.InvoiceEditDetailsState_build_closure21, A.InvoiceEditDetailsState_build_closure22, A.InvoiceEditDetailsState_build_closure23, A.InvoiceEditDetailsState_build_closure24, A.InvoiceEditDetailsState_build__closure7, A.InvoiceEditDetailsState_build_closure25, A.InvoiceEditDetailsState_build__closure5, A.InvoiceEditDetailsState_build__closure6, A.InvoiceEditDetailsState_build_closure26, A.InvoiceEditDetailsState_build__closure4, A.InvoiceEditDetailsState_build_closure28, A.InvoiceEditDetailsState_build__closure2, A.InvoiceEditDetailsState_build__closure3, A.InvoiceEditDetailsState_build_closure29, A.InvoiceEditDetailsState_build__closure1, A.InvoiceEditDetailsState_build_closure30, A.InvoiceEditDetailsState_build__closure0, A.InvoiceEditDetailsState_build_closure31, 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_build__closure2, A.ItemEditDetailsState_build_closure1, A.ItemEditDetailsState_build_closure2, A.ItemEditDetailsState_build_closure3, 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__closure29, A._InvoiceEditItemsDesktopState_build__closure30, A._InvoiceEditItemsDesktopState_build_closure4, A._InvoiceEditItemsDesktopState_build_closure5, A._InvoiceEditItemsDesktopState_build_closure7, A._InvoiceEditItemsDesktopState_build__closure5, A._InvoiceEditItemsDesktopState_build__closure4, A._InvoiceEditItemsDesktopState_build___closure10, A._InvoiceEditItemsDesktopState_build___closure11, A._InvoiceEditItemsDesktopState_build__closure2, A._InvoiceEditItemsDesktopState_build__closure3, A._InvoiceEditItemsDesktopState_build___closure12, A._InvoiceEditItemsDesktopState_build___closure13, A._InvoiceEditItemsDesktopState_build__closure0, A._InvoiceEditItemsDesktopState_build___closure16, A._InvoiceEditItemsDesktopState_build___closure15, 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___closure9, A._InvoiceEditItemsDesktopState_build__closure9, A._InvoiceEditItemsDesktopState_build__closure8, A._InvoiceEditItemsDesktopState_build___closure8, A._InvoiceEditItemsDesktopState_build__closure11, A._InvoiceEditItemsDesktopState_build__closure10, A._InvoiceEditItemsDesktopState_build___closure7, A._InvoiceEditItemsDesktopState_build__closure13, A._InvoiceEditItemsDesktopState_build__closure12, A._InvoiceEditItemsDesktopState_build___closure6, A._InvoiceEditItemsDesktopState_build__closure15, A._InvoiceEditItemsDesktopState_build__closure14, A._InvoiceEditItemsDesktopState_build___closure5, A._InvoiceEditItemsDesktopState_build__closure17, A._InvoiceEditItemsDesktopState_build__closure16, A._InvoiceEditItemsDesktopState_build___closure4, A._InvoiceEditItemsDesktopState_build__closure19, A._InvoiceEditItemsDesktopState_build__closure18, A._InvoiceEditItemsDesktopState_build___closure3, A._InvoiceEditItemsDesktopState_build__closure21, A._InvoiceEditItemsDesktopState_build__closure20, A._InvoiceEditItemsDesktopState_build___closure2, A._InvoiceEditItemsDesktopState_build__closure23, A._InvoiceEditItemsDesktopState_build__closure22, A._InvoiceEditItemsDesktopState_build___closure1, A._InvoiceEditItemsDesktopState_build__closure25, A._InvoiceEditItemsDesktopState_build__closure24, A._InvoiceEditItemsDesktopState_build___closure0, A._InvoiceEditItemsDesktopState_build__closure27, A._InvoiceEditItemsDesktopState_build__closure26, 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__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__closure2, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure3, 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_closure, A._InvoicePdfViewState_build_closure3, 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_closure15, A.InvoiceScreen_build_closure11, A.InvoiceScreen_build_closure7, A.InvoiceScreen_build_closure8, A.InvoiceScreen_build_closure9, A.InvoiceScreen_build_closure10, A._InvoiceViewState_build_closure, A.InvoiceViewContacts_build_closure, A._InvitationListTile_build_closure, A._InvitationListTile_build_closure1, A.InvoiceViewDocuments_build_closure, A.InvoiceViewDocuments_build_closure0, A.InvoiceViewDocuments_build_closure1, A._InvoiceViewHistoryState_build_closure, 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__closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure1, A.InvoiceViewVM_InvoiceViewVM$fromStore___closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure2, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure4, 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.PaymentPresenter_getField_closure2, 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.ProductViewDocuments_build_closure, A.ProductViewDocuments_build_closure0, A.ProductViewScreen_build_closure0, A.ProductViewVM_ProductViewVM$fromStore__handleRefresh, A.ProductViewVM_ProductViewVM$fromStore_closure, A.ProductViewVM_ProductViewVM$fromStore__closure0, A.ProductViewVM_ProductViewVM$fromStore__closure1, A.ProductViewVM_ProductViewVM$fromStore___closure, A.ProductViewVM_ProductViewVM$fromStore_closure1, 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.ProjectViewDocuments_build_closure, A.ProjectViewDocuments_build_closure0, 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__closure1, A.ProjectViewVM_ProjectViewVM$fromStore___closure, A.ProjectViewVM_ProjectViewVM$fromStore_closure1, 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__closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure1, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure3, 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__closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure1, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore___closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure2, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure3, 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.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__closure0, A.QuoteEditVM_QuoteEditVM$fromStore__closure1, A.QuoteEditVM_QuoteEditVM$fromStore___closure, A.QuoteEditVM_QuoteEditVM$fromStore_closure3, 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__closure0, A.QuoteViewVM_QuoteViewVM$fromStore__closure1, A.QuoteViewVM_QuoteViewVM$fromStore___closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure2, A.QuoteViewVM_QuoteViewVM$fromStore__closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure3, A.RecurringExpenseEditScreen_build_closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure4, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure5, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure2, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3, 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__closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure5, 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_closure7, A.RecurringExpenseScreen_build_closure4, A.RecurringExpenseScreen_build_closure0, A.RecurringExpenseScreen_build_closure1, A.RecurringExpenseScreen_build_closure2, A.RecurringExpenseScreen_build_closure3, A.RecurringExpenseViewScreen_build_closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure1, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore___closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure1, 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__closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure1, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure3, 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__closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure1, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore___closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure2, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure3, A.memoizedClientReport_closure, A.clientReport_closure, A.clientReport_closure0, A.clientReport_closure1, A.clientReport_closure3, A.clientReport_closure4, A.memoizedContactReport_closure, A.contactReport_closure, A.contactReport_closure0, A.contactReport_closure1, A.contactReport_closure3, A.contactReport_closure4, A.memoizedCreditItemReport_closure, A.lineItemReport_closure13, A.lineItemReport_closure14, A.lineItemReport_closure15, A.lineItemReport_closure17, A.lineItemReport_closure18, A.lineItemReport_closure19, A.memoizedCreditReport_closure, A.creditReport_closure, A.creditReport_closure0, A.creditReport_closure1, A.creditReport_closure3, A.creditReport_closure4, A.memoizedDocumentReport_closure, A.documentReport_closure, A.documentReport_closure0, A.documentReport__closure2, A.documentReport__closure1, A.documentReport__closure0, A.documentReport__closure, A.documentReport_closure5, A.documentReport_closure7, A.documentReport_closure8, A.memoizedExpenseReport_closure, A.expenseReport_closure, A.expenseReport_closure0, A.expenseReport_closure1, A.expenseReport_closure3, A.expenseReport_closure4, A.memoizedInvoiceItemReport_closure, A.lineItemReport_closure20, A.lineItemReport_closure21, A.lineItemReport_closure22, A.lineItemReport_closure24, A.lineItemReport_closure25, A.lineItemReport_closure26, A.memoizedInvoiceReport_closure, A.invoiceReport_closure, A.invoiceReport_closure0, A.invoiceReport__closure, A.invoiceReport_closure2, A.invoiceReport_closure4, A.invoiceReport_closure5, A.memoizedInvoiceTaxReport_closure, A.taxReport_closure, A.taxReport_closure0, A.taxReport_closure2, A.taxReport_closure3, A.taxReport_closure4, A.taxReport_closure5, A.memoizedPaymentReport_closure, A.paymentReport_closure, A.paymentReport_closure0, A.paymentReport_closure1, A.paymentReport_closure3, A.paymentReport_closure4, A.memoizedPaymentTaxReport_closure, A.paymentTaxReport_closure, A.paymentTaxReport_closure0, A.paymentTaxReport_closure2, A.paymentTaxReport_closure3, A.paymentTaxReport_closure4, A.paymentTaxReport_closure5, A.memoizedProductReport_closure, A.productReport_closure, A.productReport_closure0, A.productReport_closure1, A.productReport_closure3, A.productReport_closure4, A.memoizedProfitAndLossReport_closure, A.profitAndLossReport_closure, A.profitAndLossReport_closure0, A.profitAndLossReport_closure2, A.profitAndLossReport_closure3, A.profitAndLossReport_closure4, A.profitAndLossReport_closure5, A.memoizedPurchaseOrderItemReport_closure, A.lineItemReport_closure, A.lineItemReport_closure0, A.lineItemReport_closure1, A.lineItemReport_closure3, A.lineItemReport_closure4, A.lineItemReport_closure5, A.memoizedPurchaseOrderReport_closure, A.purchaseOrderReport_closure, A.purchaseOrderReport_closure0, A.purchaseOrderReport_closure1, A.purchaseOrderReport_closure3, A.purchaseOrderReport_closure4, A.memoizedQuoteItemReport_closure, A.lineItemReport_closure6, A.lineItemReport_closure7, A.lineItemReport_closure8, A.lineItemReport_closure10, A.lineItemReport_closure11, A.lineItemReport_closure12, A.memoizedQuoteReport_closure, A.quoteReport_closure, A.quoteReport_closure0, A.quoteReport_closure1, A.quoteReport_closure3, A.quoteReport_closure4, A.memoizedRecurringExpenseReport_closure, A.recurringExpenseReport_closure, A.recurringExpenseReport_closure0, A.recurringExpenseReport_closure1, A.recurringExpenseReport_closure3, A.recurringExpenseReport_closure4, A.memoizedRecurringInvoiceReport_closure, A.recurringInvoiceReport_closure, A.recurringInvoiceReport_closure0, A.recurringInvoiceReport_closure1, A.recurringInvoiceReport_closure3, A.recurringInvoiceReport_closure4, 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_closure, A.ReportResult_totalRows_closure1, A.ReportResult_totalRows_closure3, 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.memoizedTaskReport_closure, A.taskReport_closure, A.taskReport_closure0, A.taskReport_closure1, A.taskReport_closure3, A.taskReport_closure4, A.memoizedTransactionReport_closure, A.transactionReport_closure, A.transactionReport_closure0, A.transactionReport_closure1, A.transactionReport_closure2, A.transactionReport_closure3, A.transactionReport_closure4, A.transactionReport_closure6, A.transactionReport_closure7, A.memoizedVendorReport_closure, A.vendorReport_closure, A.vendorReport_closure0, A.vendorReport_closure1, A.vendorReport_closure3, A.vendorReport_closure4, 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_closure, A._CompanyDetailsState_build_closure0, A._CompanyDetailsState_build__closure10, A._CompanyDetailsState_build_closure1, A._CompanyDetailsState_build__closure9, A._CompanyDetailsState_build_closure2, A._CompanyDetailsState_build__closure8, A._CompanyDetailsState_build_closure3, A._CompanyDetailsState_build___closure, A._CompanyDetailsState_build_closure4, A._CompanyDetailsState_build_closure5, A._CompanyDetailsState_build__closure5, A._CompanyDetailsState_build_closure6, A._CompanyDetailsState_build_closure7, A._CompanyDetailsState_build__closure4, A._CompanyDetailsState_build_closure9, A._CompanyDetailsState_build__closure3, A._CompanyDetailsState_build_closure10, A._CompanyDetailsState_build__closure2, A._CompanyDetailsState_build_closure11, A._CompanyDetailsState_build__closure1, A._CompanyDetailsState_build_closure12, A._CompanyDetailsState_build__closure0, A._CompanyDetailsState_build_closure13, A._CompanyDetailsState_build__closure, A._CompanyDetailsState_build_closure14, A._CompanyDetailsState_build_closure15, A.CompanyDetailsVM_fromStore_closure, A.CompanyDetailsVM_fromStore_closure0, A.CompanyDetailsVM_fromStore_closure3, A.CompanyDetailsVM_fromStore__closure2, A.CompanyDetailsVM_fromStore__closure3, A.CompanyDetailsVM_fromStore__closure4, A.CompanyDetailsVM_fromStore_closure1, A.CompanyDetailsVM_fromStore_closure4, A.CompanyDetailsVM_fromStore__closure0, A.CompanyDetailsVM_fromStore__closure1, A.CompanyDetailsVM_fromStore___closure, A.CompanyDetailsVM_fromStore_closure6, 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_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_closure1, A._FieldMapper_build__closure, 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_closure71, A._InvoiceDesignState_build_closure, A._InvoiceDesignState_build_closure1, A._InvoiceDesignState_build_closure2, A._InvoiceDesignState_build__closure24, A._InvoiceDesignState_build_closure3, A._InvoiceDesignState_build_closure4, A._InvoiceDesignState_build__closure21, A._InvoiceDesignState_build_closure5, A._InvoiceDesignState_build_closure6, A._InvoiceDesignState_build__closure18, A._InvoiceDesignState_build_closure7, A._InvoiceDesignState_build_closure8, A._InvoiceDesignState_build__closure15, A._InvoiceDesignState_build_closure9, A._InvoiceDesignState_build_closure12, A._InvoiceDesignState_build__closure12, A._InvoiceDesignState_build_closure11, A._InvoiceDesignState_build_closure14, A._InvoiceDesignState_build__closure11, A._InvoiceDesignState_build_closure13, A._InvoiceDesignState_build_closure16, A._InvoiceDesignState_build__closure10, A._InvoiceDesignState_build_closure15, A._InvoiceDesignState_build_closure17, A._InvoiceDesignState_build__closure9, A._InvoiceDesignState_build_closure18, A._InvoiceDesignState_build__closure8, A._InvoiceDesignState_build_closure19, A._InvoiceDesignState_build__closure7, A._InvoiceDesignState_build_closure20, A._InvoiceDesignState_build__closure6, A._InvoiceDesignState_build_closure21, A._InvoiceDesignState_build__closure5, A._InvoiceDesignState_build_closure22, A._InvoiceDesignState_build__closure4, A._InvoiceDesignState_build_closure23, A._InvoiceDesignState_build__closure3, A._InvoiceDesignState_build_closure24, A._InvoiceDesignState_build__closure2, A._InvoiceDesignState_build_closure25, A._InvoiceDesignState_build__closure1, A._InvoiceDesignState_build_closure26, A._InvoiceDesignState_build__closure0, A._InvoiceDesignState_build_closure27, A._InvoiceDesignState_build_closure28, A._InvoiceDesignState_build_closure29, A._InvoiceDesignState_build_closure30, A._InvoiceDesignState_build_closure31, 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__closure, A._InvoiceDesignState_build_closure62, A._InvoiceDesignState_build_closure63, A._InvoiceDesignState_build_closure64, A._InvoiceDesignState_build_closure65, A._InvoiceDesignState_build_closure66, A._InvoiceDesignState_build_closure67, A._InvoiceDesignState_build_closure68, A._InvoiceDesignState_build_closure69, A._InvoiceDesignState_build_closure70, 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__closure12, A._PaymentSettingsState_build_closure2, A._PaymentSettingsState_build__closure10, A._PaymentSettingsState_build_closure0, A._PaymentSettingsState_build__closure11, A._PaymentSettingsState_build_closure1, A._PaymentSettingsState_build_closure3, A._PaymentSettingsState_build__closure9, A._PaymentSettingsState_build_closure4, A._PaymentSettingsState_build__closure8, A._PaymentSettingsState_build_closure5, A._PaymentSettingsState_build__closure7, A._PaymentSettingsState_build_closure6, A._PaymentSettingsState_build__closure6, A._PaymentSettingsState_build_closure7, A._PaymentSettingsState_build__closure5, A._PaymentSettingsState_build_closure8, A._PaymentSettingsState_build__closure4, A._PaymentSettingsState_build_closure9, A._PaymentSettingsState_build__closure3, A._PaymentSettingsState_build_closure10, A._PaymentSettingsState_build__closure2, A._PaymentSettingsState_build_closure11, A._PaymentSettingsState_build__closure1, A._PaymentSettingsState_build_closure12, 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__closure3, A._UserDetailsState_build__closure4, A._UserDetailsState_build__closure5, A._UserDetailsState_build_closure8, A._UserDetailsState_build__closure2, A._UserDetailsState_build_closure10, A._UserDetailsState_build__closure1, A._UserDetailsState_build_closure9, A._UserDetailsState_build_closure11, 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___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_closure14, A.TaskScreen_build_closure10, A.TaskScreen_build_closure6, A.TaskScreen_build_closure7, A.TaskScreen_build_closure8, A.TaskScreen_build_closure9, A._TaskViewState_build_closure, A.TaskViewDocuments_build_closure, A.TaskViewDocuments_build_closure0, 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__closure0, A.TaskViewVM_TaskViewVM$fromStore__closure1, A.TaskViewVM_TaskViewVM$fromStore___closure, A.TaskViewVM_TaskViewVM$fromStore_closure2, 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.TransactionPresenter_getField_closure3, A.TransactionPresenter_getField_closure4, 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_initState_closure0, A._MatchDepositsState_updateInvoiceList_closure, A._MatchDepositsState_updatePaymentList_closure, A._MatchDepositsState_build_closure, A._MatchDepositsState_build_closure0, A._MatchDepositsState_build_closure1, A._MatchDepositsState_build_closure4, A._MatchDepositsState_build_closure7, A._MatchDepositsState_build_closure8, 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_closure4, A._MatchWithdrawalsState_build_closure5, A._MatchWithdrawalsState_build____closure1, A._MatchWithdrawalsState_build_____closure, A._MatchWithdrawalsState_build_closure10, A._MatchWithdrawalsState_build__closure6, A._MatchWithdrawalsState_build__closure7, A._MatchWithdrawalsState_build___closure2, A._MatchWithdrawalsState_build____closure0, A._MatchWithdrawalsState_build_closure15, 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___closure4, A._TransactionRuleEditState_build___closure3, 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_closure14, A._UserEditState_build_closure, A._UserEditState_build_closure0, A._UserEditState_build_closure1, A._UserEditState_build__closure10, A._UserEditState_build_closure3, A._UserEditState_build__closure9, A._UserEditState_build_closure4, A._UserEditState_build__closure7, A._UserEditState_build__closure8, A._UserEditState_build__closure6, A._UserEditState_build___closure0, A._UserEditState_build_closure6, A._UserEditState_build_closure8, A._UserEditState_build_closure10, A._UserEditState_build_closure12, A._UserEditState_build_closure13, 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_closure3, A.VendorContactEditDetailsState_build_closure4, A.VendorContactEditDetailsState_build_closure5, A.VendorContactEditDetailsState_build_closure6, A.VendorContactEditDetailsState_build_closure7, A.VendorContactEditDetailsState_build_closure8, 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__closure, A.VendorEditNotesState_didChangeDependencies_closure, A.VendorEditNotesState_didChangeDependencies_closure0, A.VendorEditNotesState_dispose_closure, A.VendorEditNotesState__onChanged_closure, A.VendorEditNotesState_build_closure, A.VendorEditNotesState_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.VendorViewDocuments_build_closure, A.VendorViewDocuments_build_closure0, 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__closure1, A.VendorViewVM_VendorViewVM$fromStore___closure, A.VendorViewVM_VendorViewVM$fromStore_closure1, 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_closure0, A._FieldConfirmationState_build_closure, A._FieldConfirmationState_build_closure1, 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.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_parse_closure, A.InlineParser__linkOrImage_closure, A.InlineParser__linkOrImage_closure0, A.InlineParser__linkOrImage_closure1, 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.Context_joinAll_closure, A.Context_split_closure, A._validateArgList_closure, A.encodePermissions_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._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.SentryNavigatorObserver__startTransaction_closure, A.SentryNavigatorObserver__startTransaction_closure0, A.SharedPreferencesPlugin__storedFlutterKeys_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._CaretDocumentOverlayState__scheduleCaretUpdate_closure, A._CaretDocumentOverlayState_build_closure, A._CaretDocumentOverlayState_build___closure, A._EditorSelectionAndFocusPolicyState__onFocusChange_closure, A._DocumentMouseInteractorState__onSelectionChange_closure, A._DocumentMouseInteractorState_build_closure0, A._DocumentMouseInteractorState_build_closure, A._DocumentMouseInteractorState_build_closure1, A._DocumentMouseInteractorState__buildGestureInput_closure0, A._DocumentMouseInteractorState__buildGestureInput_closure2, A._AndroidDocumentTouchInteractorState_initState_closure1, A._AndroidDocumentTouchInteractorState_didChangeDependencies_closure, A._AndroidDocumentTouchInteractorState_reassemble_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._IOSDocumentTouchInteractorState_initState_closure1, A._IOSDocumentTouchInteractorState_didChangeDependencies_closure, A._IOSDocumentTouchInteractorState_reassemble_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.SuperEditorImeInteractorState_initState_closure, 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.TaskComponentBuilder_createViewModel_closure, A._TaskComponentState_build_closure, A._TaskComponentState_build_closure0, A._TaskComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.ComputeTextSpan_computeTextSpan_closure, A.Scheduler_runAsSoonAsPossible_closure, A._IosDocumentTouchEditingControlsState__onFloatingCursorChange_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_reassemble_closure, A.SuperAndroidTextFieldState_dispose_closure, A.SuperAndroidTextFieldState_dispose_closure0, A.SuperAndroidTextFieldState_didChangeMetrics_closure, A.SuperAndroidTextFieldState__showEditingControlsOverlay_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__updateViewportHeight_closure1, A._TextScrollViewState__scheduleViewportHeightUpdate_closure, A._TextScrollViewState_build_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.IOSTextFieldTouchInteractorState__onScrollChange_closure, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure0, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure2, A.SuperIOSTextFieldState_initState_closure, A.SuperIOSTextFieldState_reassemble_closure, A.SuperIOSTextFieldState_dispose_closure, A.SuperIOSTextFieldState_dispose_closure0, A.SuperIOSTextFieldState_didChangeMetrics_closure, A.SuperIOSTextFieldState__showHandles_closure, A._RebuildOptimizedSuperTextWithSelectionState__buildLayerBeneath_closure, A._RebuildOptimizedSuperTextWithSelectionState__buildLayerAbove_closure, A.format_closure, A.MethodChannelUrlLauncher_launch_closure]); + _inheritMany(A.Object, [A.AlarmClock, A.AppBootstrap, A.Closure, A.AssetManager, A.AssetManagerException, A._Enum, A._SaveStackTracking, A.ContextStateHandle, A.CkCanvas, A.CkPictureSnapshot, A.CkPaintCommand, J.Interceptor, A.ProductionCollector, A.SkiaObjectCollectionError, A.CanvasKitCanvas, A.SkiaObject, A.CkColorFilter, A.HtmlViewEmbedder, A.ViewClipChain, A.EmbeddedViewParams, A.Mutator, A.Iterable, A.EmbedderFrameContext, A.ViewListDiffResult, A.FontFallbackData, A.FallbackFontDownloadQueue, A.NotoDownloader, A.SkiaFontCollection, A.RegisteredFont, A.UnregisteredFont, A.ImageCodecException, A.CkImage, A.AnimatedImageFrameInfo, A.CkBrowserImageDecoder, A.ImageFileFormat, A.IntervalTree, A.IntervalTreeNode, A.Layer, A.PrerollContext, A.PaintContext, A.LayerScene, A.LayerSceneBuilder, A.LayerTree, A.Frame, A.CompositorContext, A.CkNWayCanvas, A.NotoFont, A.CodeunitRange, A.CkFragmentShader, A.CkPictureRecorder, A.Rasterizer, A.CanvasKitRenderer, A.SkiaObjectCache, A.SynchronousSkiaObjectCache, A.SurfaceFrame, A.Surface, A.CkSurface, A.SurfaceFactory, A.CkParagraphStyle, A.CkTextStyle, A.CkStrutStyle, A.CkLineMetrics, A.CkParagraphBuilder, A._CkParagraphPlaceholder, A._ParagraphCommand, A.Error, A.ClipboardMessageHandler, A.ClipboardAPICopyStrategy, A.ClipboardAPIPasteStrategy, A.ExecCommandCopyStrategy, A.ExecCommandPasteStrategy, A.FlutterConfiguration, A.DomSubscription, A.DomPoint, A.Iterator, A.FlutterViewEmbedder, A.EngineCanvas, A.SaveStackEntry, A.SaveClipEntry, A._SaveElementStackEntry, A.SaveElementStackTracking, A.FrameReference, A.CrossFrameCache, A._CrossFrameCacheItem, A.ShadowDomHostNode, A.ElementHostNode, 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.ShaderBuilder, A.ShaderMethod, A.ShaderDeclaration, A._PersistedSurfaceMatch, A.PrerollSurfaceContext, A.HtmlCodec, A.SingleFrameInfo, A.HtmlImage, A.KeyboardBinding, A.FlutterHtmlKeyboardEvent, A.KeyboardConverter, A.MouseCursor, A.BrowserHistory, A.UrlStrategy, A.PlatformLocation, A.EnginePictureRecorder, A.EnginePicture, A.HighContrastSupport, A.PlatformDispatcher, 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.RoleManager, A.EngineAccessibilityFeatures, A.EngineAccessibilityFeaturesBuilder, A.SemanticsUpdate, A.SemanticsNodeUpdate, A.SemanticsObject, A.EngineSemanticsOwner, A.SemanticsHelper, A.SemanticsEnabler, A._DefaultTextEditingStrategy_Object_CompositionAwareMixin, A._ListBase_Object_ListMixin, A.MethodCall, A.JSONMessageCodec, A.JSONMethodCodec, A.StandardMessageCodec, A.StandardMethodCodec, A.WriteBuffer0, A.ReadBuffer0, A.SurfaceShadowData, A.CanvasParagraph, A.ParagraphSpan, A.ParagraphPlaceholder, A.StyleNode, A.CanvasParagraphBuilder, A.HtmlFontCollection, A.FontManager, 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._FindBreakDirection, 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.Matrix40, A.Vector30, A.FastMatrix32, A.FlutterView, A.WindowPadding, A.JS_CONST, A.HttpException, A._HeaderValue, J.ArrayIterator, A._CopyingBytesBuilder, A._BytesBuilder, A.CastIterator, A.MapMixin, A.SentinelValue, A.ListIterator, A.ExpandIterator, A.EmptyIterator, A.FollowedByIterator, A.WhereTypeIterator, A.FixedLengthListMixin, A.UnmodifiableListMixin, A.Symbol, A.MapView, A.ConstantMap, 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.StreamSubscription, 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._ZoneFunction, A._Zone, A._HashMapKeyIterator, A.__SetBase_Object_SetMixin, A._HashSetIterator, A._LinkedHashSetCell, A._LinkedHashSetIterator, A.IterableMixin, A._LinkedListIterator, A.LinkedListEntry, A.ListMixin, A._MapBaseValueIterator, A._UnmodifiableMapMixin, A._DoubleLinkedQueueEntry, A._DoubleLinkedQueueIterator, A._ListQueueIterator, A.SetMixin, A._SetBase_Object_SetMixin, A._UnmodifiableSetMixin, A._SplayTreeNode, A._SplayTree, A._SplayTreeIterator, A.Codec0, A._Base64Encoder, A._Base64Decoder, A.ChunkedConversionSink, A.HtmlEscapeMode, A._JsonStringifier, A._JsonPrettyPrintMixin, A._Utf8Encoder, A._Utf8Decoder, A._BigIntImpl, A.Comparable, A.DateTime, A.Duration, A.OutOfMemoryError, A.StackOverflowError, A._Exception, A.FormatException, A.IntegerDivisionByZeroException, 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.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.PlatformViewRegistry, A.KeyData, A.Color, A.MaskFilter, A.ImageFilter, A.Shadow, A.ImmutableBuffer, A.PlatformConfiguration, A.ViewConfiguration0, A.FrameTiming, A.Locale, 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.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.VsScrollbarStyle, 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.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.AbstractNode, 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.Clock0, A.MemoryFileSystemEntity, A._FileSink, A.MemoryFileStat, A.FileSystem0, A.Node2, A.FileSystemOp, A.FileSystemStyle, A.DirectoryAddOnsMixin, A._LinuxCodes, A.PlatformInterface, 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.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.DiagnosticsNode, A._FlutterErrorDetails_Object_Diagnosticable, A.BindingBase, A.DebugReassembleConfig, A.ChangeNotifier, 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.WriteBuffer, A.ReadBuffer, 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.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.DataRow0, A.DataCell0, A.TableColumnWidth, A._DataTableThemeData_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._LerpSides0, 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._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._TextSelectionToolbarItemData, A._TextSelectionThemeData_Object_Diagnosticable, A._TextTheme_Object_Diagnosticable, A._ThemeData_Object_Diagnosticable, A._IdentityThemeDataCacheKey, A._FifoCache, A._VisualDensity_Object_Diagnosticable, A.TimeOfDay, A._TimePickerFragmentContext, A._TappableLabel, A._TimePickerThemeData_Object_Diagnosticable, A._ToggleButtonsThemeData_Object_Diagnosticable, A.ToggleableStateMixin, A._TooltipThemeData_Object_Diagnosticable, A._Typography_Object_Diagnosticable, A.AlignmentGeometry, A.TextAlignVertical, A.PaintingBinding, A.BorderRadiusGeometry, A.FittedSizes, A.ClipContext, A.ImageSizeInfo, A.DecorationImagePainter, A.EdgeInsetsGeometry, A._ColorsAndStops, A.Gradient, A.ImageCache, A._CachedImageBase, A._PendingImage, A.ImageConfiguration, A.AssetBundleImageKey, 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._CaretMetrics, 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._LayoutSizes, A.AnnotationEntry, A.AnnotationResult, A.LayerHandle, A.LayerLink, A._MouseState, A.__MouseTrackerUpdateDetails_Object_Diagnosticable, A.SemanticsHandle, A.PipelineOwner, A.RenderObjectWithChildMixin, A.ContainerParentDataMixin, A.ContainerRenderObjectMixin, A.RelayoutWhenSystemFontsChangeMixin, A._SemanticsFragment, A._SemanticsGeometry, A.SemanticsTag, 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.CustomSemanticsAction, A.AttributedString, A._SemanticsData_Object_Diagnosticable, A._BoxEdge, A._TraversalSortNode, A.SemanticsConfiguration, A._SemanticsSortKey_Object_Diagnosticable, A.SemanticsEvent, A.AssetBundle, A.AutofillConfiguration, A.TextInputConfiguration, A.AutofillScopeMixin, A.BinaryMessenger, A.ServicesBinding, A.ClipboardData, A.KeyboardLockMode, A._KeyEvent_Object_Diagnosticable, A.HardwareKeyboard, A.KeyMessage, A.KeyEventManager, 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.TextBoundary, 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._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._UndoStack, A._GlyphHeights, A._Autofocus, A.FocusAttachment, A._FocusNode_Object_DiagnosticableTreeMixin, A._FocusManager_Object_DiagnosticableTreeMixin, 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.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._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.ScrollMetrics, A.ViewportNotificationMixin, A.ViewportElementMixin, A.EdgeDraggingAutoScroller, A.SelectionContainerDelegate, A.ScrollableDetails, A.KeySet, A._SingleActivator_Object_Diagnosticable, A.__ActivatorIntentPair_Object_Diagnosticable, A._ShortcutManager_Object_Diagnosticable, A._ShortcutRegistry_Object_ChangeNotifier, A.SliverChildDelegate, A._RenderSliverPersistentHeaderForWidgetsMixin, A.SlottedMultiChildRenderObjectWidgetMixin, A.SlottedContainerRenderObjectMixin, A._DefaultSnapshotPainter, A.SpellCheckConfiguration, A.TableRow, A._TableElementRow, A.__TableSlot_Object_Diagnosticable, A.TapRegionRegistry, A.TextSelectionOverlay, A.SelectionOverlay, A.TextSelectionHandleControls, A.TextSelectionToolbarAnchors, A.SingleTickerProviderStateMixin, A.TickerProviderStateMixin, 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.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.IfdContainer, A.ExifTag, A.IfdDirectory, A.IfdValue, A.Decoder, A.PngFrame, A.PngInfo, A.IccProfile, A.Palette0, A.ImageException, A.InputBuffer, A.CroppedFileBase, A.ImageResizer, A.ImagePickerOptions, A.InAppPurchase, A.BillingClient, A.BillingResponseConverter, A.SkuTypeConverter, A.PurchaseWrapper, A.PurchasesResultWrapper, A.PurchaseStateConverter, A.SkuDetailsWrapper, A.SkuDetailsResponseWrapper, A.BillingResultWrapper, 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.IntlStream, A.NumberFormat, A.NumberFormatParseResult, A.NumberFormatParser, A.StringIterator, 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.TaxDataEntity, A.TaxRegionDataEntity, A.TaxSubregionDataEntity, A._$CompanyEntitySerializer, A._$GatewayEntitySerializer, A._$GatewayOptionsEntitySerializer, A._$UserCompanyEntitySerializer, A._$UserSettingsEntitySerializer, A._$ReportSettingsEntitySerializer, A._$CompanyItemResponseSerializer, A._$RegistrationFieldEntitySerializer, A._$DashboardFieldSerializer, A._$TaxDataEntitySerializer, A._$TaxRegionDataEntitySerializer, A._$TaxSubregionDataEntitySerializer, A.CompanyEntityBuilder, A.GatewayEntityBuilder, A.GatewayOptionsEntityBuilder, A.UserCompanyEntityBuilder, A.UserSettingsEntityBuilder, A.ReportSettingsEntityBuilder, A.CompanyItemResponseBuilder, A.RegistrationFieldEntityBuilder, A.DashboardFieldBuilder, A.TaxDataEntityBuilder, A.TaxRegionDataEntityBuilder, A.TaxSubregionDataEntityBuilder, 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._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.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.WidgetData, A.WidgetCompany, A.WidgetCurrency, 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.ViewMainScreen, 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.UpdateDocument, A.LoadDocumentRequest, A.LoadDocumentFailure, A.LoadDocumentSuccess, A.LoadDocumentsRequest, A.LoadDocumentsFailure, 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.SortDocuments, A.FilterDocumentsByState, 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.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.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.DataColumn0, A.DataRow, A.DataCell, 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.Context, A.Style, A.ParsedPath, A.PathException, A.MissingPlatformDirectoryException, A.PdfPageFormat, A.PdfRasterBase, A.Permission, 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.Display, A.ScreenRetriever, A.EnvironmentVariables, A.HubAdapter, A.NoOpClient, A.NoOpHub, A.ISentrySpan, A.Platform0, A.PlatformChecker, A.Breadcrumb, A.SdkVersion, A.SentryId, A.SentryLevel, A.SpanId, A.SpanStatus, A.SentryMeasurement, A.SentryOptions, A.SentrySpanContext, A.NoOpTransport, A.SentryFlutterWeb, A.SentryNative, A.NativeFrames, A.SharedPreferences, 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_TextInputClient, 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.TaskComponentBuilder, A.InsertNewTaskOrSplitExistingTaskCommand, A.TextComponentViewModel, A.ToggleTextAttributionsCommand, A.InsertTextCommand, A.InsertAttributedTextCommand, A.UnknownComponentBuilder, A.Logger0, A.AutoScroller, A.ProxyTextComposable, A.AxisOffset, 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._IOSEditingOverlayController_Object_ChangeNotifier, A._FloatingCursorController_Object_ChangeNotifier0, 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.InAppWebViewConfiguration, A.LaunchOptions, A.Uuid, A.Matrix3, A.Matrix4, A.Quad, A.Quaternion, A.Vector3, A.Vector4, A.Version, A.UserDefaultsAPI, A.WidgetKitAPI, A.WindowListener, A.WindowManager0, A.WindowOptions]); + _inheritMany(A.Closure, [A.Closure0Args, A.Closure2Args, A.AppBootstrap_prepareEngineInitializer_closure0, A.AppBootstrap__prepareAppRunner_closure, A.AssetManager__baseUrl_closure, A.AssetManager__baseUrl_closure0, A.AssetManager__baseUrl_closure1, A.ProductionCollector_closure, A.patchCanvasKitModule_closure0, A.patchCanvasKitModule_closure2, A.downloadCanvasKit_closure0, A._downloadCanvasKitJs_loadEventHandler, 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.FontFallbackData_ensureFontsSupportText_closure, A.findMinimumFontsForCodeUnits_closure, A.findMinimumFontsForCodeUnits_closure0, A._notoSansSC_closure, A._notoSansTC_closure, A._notoSansHK_closure, A._notoSansJP_closure, A._notoSansKR_closure, A._notoSymbols_closure, A.NotoDownloader_downloadAsBytes_closure, A.NotoDownloader_downloadAsBytes__closure, A.SkiaFontCollection_registerDownloadedFonts_makeRegisterFont, A.SkiaFontCollection__getArrayBuffer_closure, A.fetchImage_closure, A.fetchImage_closure0, A.fetchImage_closure1, A.IntervalTree_IntervalTree$createFromRanges_makeBalancedTree, A.IntervalTree_IntervalTree$createFromRanges_computeHigh, 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.domHttpRequest_closure, A.domHttpRequest_closure0, A.DomFontFaceSetExtension_get_add_closure, A._ttPolicy_closure, A.FlutterViewEmbedder_reset_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure0, A.sendFontChangeMessage_closure, A.sendFontChangeMessage__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._addUrlStrategyListener_closure, 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.HashUrlStrategy__waitForPopState_closure, A.EnginePlatformDispatcher__zonedPlatformMessageResponseCallback_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure0, A.EnginePlatformDispatcher__sendPlatformMessage_closure1, A.EnginePlatformDispatcher__sendPlatformMessage_closure2, A.EnginePlatformDispatcher__sendPlatformMessage_closure3, A.EnginePlatformDispatcher__sendPlatformMessage_closure4, A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure, A.EnginePlatformDispatcher_replyToPlatformMessage_closure, A.SafariPointerEventWorkaround_workAroundMissingPointerEvents_closure, A._Listener__Listener$register_closure, A._Listener__Listener$registerNative_closure, A._BaseAdapter_addEventListener_loggedHandler, A._WheelEventListenerMixin__addWheelEventListener_closure, 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.Incrementable_closure, A.Incrementable_closure0, A.Scrollable_update_closure0, A.Scrollable_update_closure1, A._roleFactories_closure, A._roleFactories_closure0, A._roleFactories_closure1, A._roleFactories_closure2, A._roleFactories_closure3, A._roleFactories_closure4, A._roleFactories_closure5, A._roleFactories_closure6, 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.CanvasParagraph_computeLineMetrics_closure, A.FontManager__loadFontFace_fontFaceLoad, 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.futurize_closure, A.bytesToHexString_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.ConstantStringMap_values_closure, A.GeneralConstantMap__typeTest_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._Future__chainForeignFuture_closure, A._Future__propagateToListeners_handleWhenCompleteCallback_closure, A._Future_timeout_closure0, A.Stream_Stream$fromFuture_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.MapMixin_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__makePath_closure, 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_readDataChunked, A._File_readAsBytes_readDataChunked_read_closure, A._File_readAsBytes_closure, A._File_readAsBytes__closure, A._RandomAccessFile_close_closure, A._RandomAccessFile_read_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._convertDataTree__convert, A.promiseToFuture_closure, A.promiseToFuture_closure0, A.dartify_convert, A.webOnlyWarmupEngine_closure, A.KeyData__quotedCharCode_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._MaterialScrollbarState__thumbColor_closure0, A._MaterialScrollbarState__trackColor_closure0, A._MaterialScrollbarState__trackBorderColor_closure0, A._MaterialScrollbarState__thickness_closure0, 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.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.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure0, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure1, A._MaterialAppState__materialBuilder_closure, A._MaterialAppState__buildWidgetApp_closure, A.MaterialRectArcTween__initialize_closure, 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._CheckboxState__widgetFillColor_closure, A._CheckboxState_build_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.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._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._TabBarState_initState_closure, A._TabBarState_build_closure, A._TabBarState_build_closure0, A._TextFieldState_build_closure3, A._TextFieldState_build_closure4, A.TextFormField_closure, A.TextFormField_closure_onChangedHandler, A._TextSelectionControlsToolbarState_build_closure, 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._HourMinuteControl_build_closure, A._HourMinuteControl_build_closure0, A._HourControl_build_hoursFromSelected, A._DayPeriodControl_build_closure, A._DayPeriodControl_build_closure0, A._DialPainter_paint_getOffsetForTheta, A._DialPainter_paint_paintLabels, A.showTimePicker_closure, A.ToggleButtons_build_closure, A.TooltipState__createNewEntry_closure, A.TooltipState__createNewEntry_closure0, A.TooltipState__createNewEntry_closure1, A.TooltipState_build_closure, A.TooltipState_build_closure0, A._CompoundBorder_scale_closure, A._CompoundBorder_toString_closure, A.ClipContext_clipPathAndPaint_closure, A.ClipContext_clipRRectAndPaint_closure, A.ClipContext_clipRectAndPaint_closure, A.paintImage_closure, 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.TextSpan_debugDescribeChildren_closure, A.TextStyle_fontFamilyFallback_closure, A.FrictionSimulation_closure, A.RendererBinding__scheduleMouseTrackerUpdate_closure, A.BoxConstraints_toString_describe, A.RenderEditable__extractPlaceholderSpans_closure, A.RenderEditable_getBoxesForSelection_closure, A.RenderEditable_describeSemanticsConfiguration_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_reassemble_closure, A.RenderObject__updateCompositingBits_closure, A.RenderObject_clearSemantics_closure, A.RenderObject__getSemanticsForParent_closure, A.RenderParagraph_markNeedsLayout_closure, A.RenderParagraph__extractPlaceholderSpans_closure, A.RenderParagraph_selectionColor_closure, A.RenderParagraph_systemFontsDidChange_closure, A.RenderParagraph_describeSemanticsConfiguration_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._AutofillScopeTextInputConfiguration_toJson_closure, A.AutofillScopeMixin_attach_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.RichText__extractChildren_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.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__createSelectionOverlay_closure, A.EditableTextState__scheduleShowCaretOnScreen_closure, A.EditableTextState_didChangeMetrics_closure, A.EditableTextState__startCursorBlink_closure, A.EditableTextState__onCursorTick_closure1, A.EditableTextState__updateSizeAndTransform_closure, A.EditableTextState__updateComposingRectIfNeeded_closure, A.EditableTextState__updateCaretRectIfNeeded_closure, A.EditableTextState__actions_closure, A.EditableTextState_build_closure0, A._Editable__extractChildren_closure, A._ScribbleFocusableState_isInScribbleRect_closure, A._UpdateTextSelectionAction_invoke_collapse, A._throttle_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_closure0, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1, A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure3, 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_reassemble_closure, A.Element_renderObject_closure, 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.RenderObjectElement_updateChildren_replaceWithNullIfForgotten, 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.TextMagnifierConfiguration_magnifierBuilder_closure, A.MagnifierController_show_closure, A.MediaQueryData_removeDisplayFeatures_closure, A.Route_didPush_closure, A.Route_didAdd_closure, A.Route_isCurrent_closure, A.Route_isFirst_closure, A.Route_isActive_closure, A.Navigator_defaultGenerateInitialRoutes_closure, A._RouteEntry_dispose_closure, A._RouteEntry_isRoutePredicate_closure, A.NavigatorState_restoreState_closure, A.NavigatorState__flushHistoryUpdates_closure, A.NavigatorState__afterNavigation_closure, A.NavigatorState_maybePop_closure, A.NavigatorState_maybePop_closure1, A.NavigatorState_removeRoute_closure, A.OverlayEntry_remove_closure, A._RenderTheatre_computeMinIntrinsicWidth_closure, A._RenderTheatre_computeMaxIntrinsicWidth_closure, A._RenderTheatre_computeMinIntrinsicHeight_closure, A._RenderTheatre_computeMaxIntrinsicHeight_closure, A.PageStorageBucket__allKeys_closure, A._PageViewState_build_closure, A.HtmlElementView__createHtmlElementView_closure, A._PlatformViewPlaceholderBox_performLayout_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.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_closure, 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_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.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.readBytes_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.ImagePickerPlugin__getSelectedXFiles_closure, A.ImagePickerPlugin__getSelectedXFiles__closure, A.ImagePickerPlugin__getSelectedXFiles_closure0, A.ImageResizer_loadImage_closure, A.ImageResizer_loadImage_closure0, A._$PurchaseWrapperFromJson_closure, A._$PurchasesResultWrapperFromJson_closure0, A._$SkuDetailsResponseWrapperFromJson_closure0, A.InAppPurchaseAndroidPlatform$__closure, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure0, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure1, A.InAppPurchaseAndroidPlatform_restorePurchases_closure, A.InAppPurchaseAndroidPlatform_restorePurchases_closure0, A.InAppPurchaseAndroidPlatform_restorePurchases_closure1, A.InAppPurchaseAndroidPlatform_restorePurchases_closure2, A.InAppPurchaseAndroidPlatform__getPurchaseDetailsFromResult_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_parseEnumeratedString_closure, A._DateFormatPatternField_parseStandaloneDay_closure, A.NumberFormat_NumberFormat_closure, A.NumberFormat_NumberFormat$decimalPattern_closure, A._CountryPickerDialogState_build_closure, A._CountryPickerDialogState_build__closure0, A._CountryPickerDialogState_build__closure1, 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_applyVendor_closure, A.InvoiceEntity_history_closure, A.InvoiceEntity_history_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.WidgetData$fromState_closure, A.WidgetData$fromState_closure0, A.WidgetData$fromState_closure1, A.WidgetData$fromState_closure2, A.WidgetData$fromState_closure3, A.WidgetData$fromState_closure4, A.WidgetCompany$fromUserCompany_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.InvoiceNinjaAppState_initState_closure0, 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._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_closure1, 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__closure0, A._saveDocument_closure11, A._saveDocument__closure23, 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.loadCompanySuccessReducer_closure1, 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._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__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__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._editDocument_closure, A._viewDocument_closure, A._viewDocumentList_closure0, A._viewDocumentList__closure, A._saveDocument_closure13, A._saveDocument__closure27, 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._loadDocuments_closure, A._loadDocuments__closure, A._loadDocuments__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._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._updateDocument_closure, A._setLoadedDocument_closure, A._setLoadedDocuments_closure, A._setLoadedDocuments__closure, A._setLoadedDocuments__closure0, A._setLoadedDocuments_closure0, 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__closure0, A._saveDocument_closure9, A._saveDocument__closure19, 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__closure0, 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._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__closure0, A._saveDocument_closure10, A._saveDocument__closure21, 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._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._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_closure, 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__closure0, A._saveDocument_closure12, A._saveDocument__closure25, A._saveDocument__closure26, A.productUIReducer_closure, A.editingReducer__closure60, A.productListReducer__closure, A._viewClientList_closure0, 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._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__closure0, A._saveDocument_closure6, A._saveDocument__closure13, 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._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__closure0, A._saveDocument_closure3, A._saveDocument__closure7, 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._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__closure0, A._saveDocument_closure5, A._saveDocument__closure11, 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__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__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._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__closure0, A._saveDocument_closure1, A._saveDocument__closure3, 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__closure10, A.settingsUIReducer__closure19, A.settingsUIReducer__closure18, A.settingsUIReducer__closure15, A.settingsUIReducer__closure16, A.settingsUIReducer__closure17, 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.memoizedGatewayList_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._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__closure0, A._saveDocument_closure7, A._saveDocument__closure15, 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._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_closure1, A._addToHistory_closure2, 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__closure0, A._saveDocument_closure8, A._saveDocument__closure17, 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_closure1, A._DocumentGridState_build_closure, A._DocumentGridState_build_closure0, A._DocumentGridState_build__closure, A.DocumentTile_build_closure0, A.DocumentTile_build__closure, A.DocumentTile_build__closure0, A.DocumentTile_build___closure, A.DocumentTile_build___closure0, A.DocumentTile_build_closure, A.DocumentPreview_build_closure, A.EditScaffold_build_closure0, A.EditScaffold_build__closure3, A.EditScaffold_build_closure4, A.EditScaffold_build__closure2, A.EditScaffold_build__closure1, A.EditScaffold_build___closure, A.EditScaffold_build_closure7, A.EditScaffold_build_closure8, A.EditScaffold_build_closure9, A.EditScaffold_build__closure, A.EditScaffold_build_closure10, 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_closure, A.EntityTopFilterHeader_build_closure4, A.EntityTopFilterHeader_build__closure1, A.EntityTopFilterHeader_build__closure0, 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_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__buildTemplateDropdown_closure2, 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_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__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.AppDataTable_build_closure, A.AppDataTable_build_closure0, A.AppPaginatedDataTableState__getProgressIndicatorRowFor_closure, A.AppPaginatedDataTableState_build_closure, A.EntityDataTableSource_getRow_closure, A.EntityDataTableSource_getRow_closure0, A.EntityDataTableSource_getRow_closure5, 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_closure2, A._EntityListState_build__closure13, A._EntityListState_build_closure4, A._EntityListState_build__closure12, A._EntityListState_build__closure11, A._EntityListState_build___closure2, A._EntityListState_build_closure6, A._EntityListState_build__closure9, A._EntityListState_build_closure5, 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_closure5, A._LoginState_build_closure4, A._LoginState_build_closure6, A._LoginState_build_closure7, A._LoginState_build_closure8, A._LoginState_build_closure9, A._LoginState_build_closure10, 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__closure1, A.ClientEditDetailsState_build_closure1, A.ClientEditDetailsState_build__closure0, A.ClientEditDetailsState_build_closure2, 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.ClientViewDocuments_build_closure, A.ClientViewDocuments_build_closure0, 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__closure1, A.ClientViewVM_ClientViewVM$fromStore___closure, A.ClientViewVM_ClientViewVM$fromStore_closure1, 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__closure0, A.CreditEditVM_CreditEditVM$fromStore__closure1, A.CreditEditVM_CreditEditVM$fromStore___closure, A.CreditEditVM_CreditEditVM$fromStore_closure3, 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__closure0, A.CreditViewVM_CreditViewVM$fromStore__closure1, A.CreditViewVM_CreditViewVM$fromStore___closure, A.CreditViewVM_CreditViewVM$fromStore_closure2, A.CreditViewVM_CreditViewVM$fromStore__closure, A.CreditViewVM_CreditViewVM$fromStore_closure3, 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__closure1, A._DashboardScreenState_build__closure2, 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__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.DocumentListVM_fromStore__handleRefresh, A.DocumentListVM_fromStore_closure, A.DocumentListVM_fromStore_closure0, A.DocumentScreen_build_closure7, A.DocumentScreen_build_closure4, A.DocumentScreen_build_closure0, A.DocumentScreen_build_closure1, A.DocumentScreen_build_closure2, A.DocumentScreen_build_closure3, A._DocumentEditState_didChangeDependencies_closure, A._DocumentEditState_didChangeDependencies_closure0, A._DocumentEditState_dispose_closure, A._DocumentEditState__onChanged_closure, A._DocumentEditState_build_closure0, A._DocumentEditState_build_closure, A.DocumentEditScreen_build_closure0, A.DocumentEditVM_DocumentEditVM$fromStore_closure, A.DocumentEditVM_DocumentEditVM$fromStore_closure0, 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.ExpenseEditNotesState_build_closure, A.ExpenseEditNotesState_build_closure0, 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__closure4, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure5, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure3, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore____closure, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure5, 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.ExpenseViewDocuments_build_closure, A.ExpenseViewDocuments_build_closure0, 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__closure1, A.ExpenseViewVM_ExpenseViewVM$fromStore___closure, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure1, 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._GroupViewState_build_closure0, A._GroupViewState_build_closure1, A.GroupViewScreen_build_closure0, A.GroupViewVM_GroupViewVM$fromStore__closure0, A.GroupViewVM_GroupViewVM$fromStore__closure1, A.GroupViewVM_GroupViewVM$fromStore___closure, A.GroupViewVM_GroupViewVM$fromStore_closure1, 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._ClientContactListTile_build_closure0, A._VendorContactListTile_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__closure20, A.InvoiceEditDesktopState_build_closure7, A.InvoiceEditDesktopState_build__closure19, A.InvoiceEditDesktopState_build_closure11, A.InvoiceEditDesktopState_build__closure18, A.InvoiceEditDesktopState_build_closure10, A.InvoiceEditDesktopState_build_closure13, A.InvoiceEditDesktopState_build__closure17, A.InvoiceEditDesktopState_build_closure12, A.InvoiceEditDesktopState_build_closure15, A.InvoiceEditDesktopState_build__closure16, A.InvoiceEditDesktopState_build__closure15, A.InvoiceEditDesktopState_build_closure17, A.InvoiceEditDesktopState_build__closure14, A.InvoiceEditDesktopState_build_closure19, A.InvoiceEditDesktopState_build_closure20, A.InvoiceEditDesktopState_build__closure13, A.InvoiceEditDesktopState_build_closure21, A.InvoiceEditDesktopState_build__closure12, A.InvoiceEditDesktopState_build_closure23, A.InvoiceEditDesktopState_build__closure11, A.InvoiceEditDesktopState_build_closure22, A.InvoiceEditDesktopState_build_closure24, A.InvoiceEditDesktopState_build_closure25, A.InvoiceEditDesktopState_build__closure9, A.InvoiceEditDesktopState_build_closure26, A.InvoiceEditDesktopState_build__closure8, A.InvoiceEditDesktopState_build__closure, A.InvoiceEditDesktopState_build___closure8, A.InvoiceEditDesktopState_build__closure0, A.InvoiceEditDesktopState_build___closure7, A.InvoiceEditDesktopState_build__closure1, A.InvoiceEditDesktopState_build___closure5, A.InvoiceEditDesktopState_build___closure6, A.InvoiceEditDesktopState_build__closure2, A.InvoiceEditDesktopState_build___closure4, A.InvoiceEditDesktopState_build__closure4, A.InvoiceEditDesktopState_build___closure2, A.InvoiceEditDesktopState_build___closure3, A.InvoiceEditDesktopState_build__closure5, A.InvoiceEditDesktopState_build___closure1, A.InvoiceEditDesktopState_build__closure6, A.InvoiceEditDesktopState_build___closure0, A.InvoiceEditDesktopState_build__closure7, A.InvoiceEditDesktopState_build___closure, A.InvoiceEditDesktopState_build_closure28, A.InvoiceEditDesktopState_build_closure29, A.InvoiceEditDesktopState_build_closure31, A.InvoiceEditDesktopState_build_closure32, A.InvoiceEditDesktopState_build_closure33, 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__closure18, A.InvoiceEditDetailsState_build_closure6, A.InvoiceEditDetailsState_build__closure17, A.InvoiceEditDetailsState_build_closure5, A.InvoiceEditDetailsState_build__closure16, A.InvoiceEditDetailsState_build_closure9, A.InvoiceEditDetailsState_build__closure15, A.InvoiceEditDetailsState_build_closure8, A.InvoiceEditDetailsState_build_closure11, A.InvoiceEditDetailsState_build__closure14, A.InvoiceEditDetailsState_build_closure10, A.InvoiceEditDetailsState_build_closure13, A.InvoiceEditDetailsState_build__closure13, A.InvoiceEditDetailsState_build__closure12, A.InvoiceEditDetailsState_build_closure15, A.InvoiceEditDetailsState_build__closure11, A.InvoiceEditDetailsState_build_closure17, A.InvoiceEditDetailsState_build__closure10, A.InvoiceEditDetailsState_build_closure18, A.InvoiceEditDetailsState_build__closure9, A.InvoiceEditDetailsState_build_closure20, A.InvoiceEditDetailsState_build__closure8, A.InvoiceEditDetailsState_build_closure19, A.InvoiceEditDetailsState_build_closure21, A.InvoiceEditDetailsState_build_closure22, A.InvoiceEditDetailsState_build_closure23, A.InvoiceEditDetailsState_build_closure24, A.InvoiceEditDetailsState_build__closure7, A.InvoiceEditDetailsState_build_closure25, A.InvoiceEditDetailsState_build__closure5, A.InvoiceEditDetailsState_build__closure6, A.InvoiceEditDetailsState_build_closure26, A.InvoiceEditDetailsState_build__closure4, A.InvoiceEditDetailsState_build_closure28, A.InvoiceEditDetailsState_build__closure2, A.InvoiceEditDetailsState_build__closure3, A.InvoiceEditDetailsState_build_closure29, A.InvoiceEditDetailsState_build__closure1, A.InvoiceEditDetailsState_build_closure30, A.InvoiceEditDetailsState_build__closure0, A.InvoiceEditDetailsState_build_closure31, 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_build__closure2, A.ItemEditDetailsState_build_closure1, A.ItemEditDetailsState_build_closure2, A.ItemEditDetailsState_build_closure3, 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__closure29, A._InvoiceEditItemsDesktopState_build__closure30, A._InvoiceEditItemsDesktopState_build_closure4, A._InvoiceEditItemsDesktopState_build_closure5, A._InvoiceEditItemsDesktopState_build_closure7, A._InvoiceEditItemsDesktopState_build__closure5, A._InvoiceEditItemsDesktopState_build__closure4, A._InvoiceEditItemsDesktopState_build___closure10, A._InvoiceEditItemsDesktopState_build___closure11, A._InvoiceEditItemsDesktopState_build__closure2, A._InvoiceEditItemsDesktopState_build__closure3, A._InvoiceEditItemsDesktopState_build___closure12, A._InvoiceEditItemsDesktopState_build___closure13, A._InvoiceEditItemsDesktopState_build__closure0, A._InvoiceEditItemsDesktopState_build___closure16, A._InvoiceEditItemsDesktopState_build___closure15, 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___closure9, A._InvoiceEditItemsDesktopState_build__closure9, A._InvoiceEditItemsDesktopState_build__closure8, A._InvoiceEditItemsDesktopState_build___closure8, A._InvoiceEditItemsDesktopState_build__closure11, A._InvoiceEditItemsDesktopState_build__closure10, A._InvoiceEditItemsDesktopState_build___closure7, A._InvoiceEditItemsDesktopState_build__closure13, A._InvoiceEditItemsDesktopState_build__closure12, A._InvoiceEditItemsDesktopState_build___closure6, A._InvoiceEditItemsDesktopState_build__closure15, A._InvoiceEditItemsDesktopState_build__closure14, A._InvoiceEditItemsDesktopState_build___closure5, A._InvoiceEditItemsDesktopState_build__closure17, A._InvoiceEditItemsDesktopState_build__closure16, A._InvoiceEditItemsDesktopState_build___closure4, A._InvoiceEditItemsDesktopState_build__closure19, A._InvoiceEditItemsDesktopState_build__closure18, A._InvoiceEditItemsDesktopState_build___closure3, A._InvoiceEditItemsDesktopState_build__closure21, A._InvoiceEditItemsDesktopState_build__closure20, A._InvoiceEditItemsDesktopState_build___closure2, A._InvoiceEditItemsDesktopState_build__closure23, A._InvoiceEditItemsDesktopState_build__closure22, A._InvoiceEditItemsDesktopState_build___closure1, A._InvoiceEditItemsDesktopState_build__closure25, A._InvoiceEditItemsDesktopState_build__closure24, A._InvoiceEditItemsDesktopState_build___closure0, A._InvoiceEditItemsDesktopState_build__closure27, A._InvoiceEditItemsDesktopState_build__closure26, 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__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__closure2, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure3, 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_closure, A._InvoicePdfViewState_build_closure3, 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_closure15, A.InvoiceScreen_build_closure11, A.InvoiceScreen_build_closure7, A.InvoiceScreen_build_closure8, A.InvoiceScreen_build_closure9, A.InvoiceScreen_build_closure10, A._InvoiceViewState_build_closure, A.InvoiceViewContacts_build_closure, A._InvitationListTile_build_closure, A._InvitationListTile_build_closure1, A.InvoiceViewDocuments_build_closure, A.InvoiceViewDocuments_build_closure0, A.InvoiceViewDocuments_build_closure1, A._InvoiceViewHistoryState_build_closure, 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__closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure1, A.InvoiceViewVM_InvoiceViewVM$fromStore___closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure2, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure4, 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.PaymentPresenter_getField_closure2, 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.ProductViewDocuments_build_closure, A.ProductViewDocuments_build_closure0, A.ProductViewScreen_build_closure0, A.ProductViewVM_ProductViewVM$fromStore__handleRefresh, A.ProductViewVM_ProductViewVM$fromStore_closure, A.ProductViewVM_ProductViewVM$fromStore__closure0, A.ProductViewVM_ProductViewVM$fromStore__closure1, A.ProductViewVM_ProductViewVM$fromStore___closure, A.ProductViewVM_ProductViewVM$fromStore_closure1, 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.ProjectViewDocuments_build_closure, A.ProjectViewDocuments_build_closure0, 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__closure1, A.ProjectViewVM_ProjectViewVM$fromStore___closure, A.ProjectViewVM_ProjectViewVM$fromStore_closure1, 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__closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure1, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure3, 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__closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure1, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore___closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure2, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure3, 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.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__closure0, A.QuoteEditVM_QuoteEditVM$fromStore__closure1, A.QuoteEditVM_QuoteEditVM$fromStore___closure, A.QuoteEditVM_QuoteEditVM$fromStore_closure3, 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__closure0, A.QuoteViewVM_QuoteViewVM$fromStore__closure1, A.QuoteViewVM_QuoteViewVM$fromStore___closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure2, A.QuoteViewVM_QuoteViewVM$fromStore__closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure3, A.RecurringExpenseEditScreen_build_closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure4, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure5, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure2, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3, 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__closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure5, 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_closure7, A.RecurringExpenseScreen_build_closure4, A.RecurringExpenseScreen_build_closure0, A.RecurringExpenseScreen_build_closure1, A.RecurringExpenseScreen_build_closure2, A.RecurringExpenseScreen_build_closure3, A.RecurringExpenseViewScreen_build_closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure1, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore___closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure1, 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__closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure1, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure3, 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__closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure1, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore___closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure2, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure3, A.memoizedClientReport_closure, A.clientReport_closure, A.clientReport_closure0, A.clientReport_closure1, A.clientReport_closure3, A.clientReport_closure4, A.memoizedContactReport_closure, A.contactReport_closure, A.contactReport_closure0, A.contactReport_closure1, A.contactReport_closure3, A.contactReport_closure4, A.memoizedCreditItemReport_closure, A.lineItemReport_closure13, A.lineItemReport_closure14, A.lineItemReport_closure15, A.lineItemReport_closure17, A.lineItemReport_closure18, A.lineItemReport_closure19, A.memoizedCreditReport_closure, A.creditReport_closure, A.creditReport_closure0, A.creditReport_closure1, A.creditReport_closure3, A.creditReport_closure4, A.memoizedDocumentReport_closure, A.documentReport_closure, A.documentReport_closure0, A.documentReport__closure2, A.documentReport__closure1, A.documentReport__closure0, A.documentReport__closure, A.documentReport_closure5, A.documentReport_closure7, A.documentReport_closure8, A.memoizedExpenseReport_closure, A.expenseReport_closure, A.expenseReport_closure0, A.expenseReport_closure1, A.expenseReport_closure3, A.expenseReport_closure4, A.memoizedInvoiceItemReport_closure, A.lineItemReport_closure20, A.lineItemReport_closure21, A.lineItemReport_closure22, A.lineItemReport_closure24, A.lineItemReport_closure25, A.lineItemReport_closure26, A.memoizedInvoiceReport_closure, A.invoiceReport_closure, A.invoiceReport_closure0, A.invoiceReport__closure, A.invoiceReport_closure2, A.invoiceReport_closure4, A.invoiceReport_closure5, A.memoizedInvoiceTaxReport_closure, A.taxReport_closure, A.taxReport_closure0, A.taxReport_closure2, A.taxReport_closure3, A.taxReport_closure4, A.taxReport_closure5, A.memoizedPaymentReport_closure, A.paymentReport_closure, A.paymentReport_closure0, A.paymentReport_closure1, A.paymentReport_closure3, A.paymentReport_closure4, A.memoizedPaymentTaxReport_closure, A.paymentTaxReport_closure, A.paymentTaxReport_closure0, A.paymentTaxReport_closure2, A.paymentTaxReport_closure3, A.paymentTaxReport_closure4, A.paymentTaxReport_closure5, A.memoizedProductReport_closure, A.productReport_closure, A.productReport_closure0, A.productReport_closure1, A.productReport_closure3, A.productReport_closure4, A.memoizedProfitAndLossReport_closure, A.profitAndLossReport_closure, A.profitAndLossReport_closure0, A.profitAndLossReport_closure2, A.profitAndLossReport_closure3, A.profitAndLossReport_closure4, A.profitAndLossReport_closure5, A.memoizedPurchaseOrderItemReport_closure, A.lineItemReport_closure, A.lineItemReport_closure0, A.lineItemReport_closure1, A.lineItemReport_closure3, A.lineItemReport_closure4, A.lineItemReport_closure5, A.memoizedPurchaseOrderReport_closure, A.purchaseOrderReport_closure, A.purchaseOrderReport_closure0, A.purchaseOrderReport_closure1, A.purchaseOrderReport_closure3, A.purchaseOrderReport_closure4, A.memoizedQuoteItemReport_closure, A.lineItemReport_closure6, A.lineItemReport_closure7, A.lineItemReport_closure8, A.lineItemReport_closure10, A.lineItemReport_closure11, A.lineItemReport_closure12, A.memoizedQuoteReport_closure, A.quoteReport_closure, A.quoteReport_closure0, A.quoteReport_closure1, A.quoteReport_closure3, A.quoteReport_closure4, A.memoizedRecurringExpenseReport_closure, A.recurringExpenseReport_closure, A.recurringExpenseReport_closure0, A.recurringExpenseReport_closure1, A.recurringExpenseReport_closure3, A.recurringExpenseReport_closure4, A.memoizedRecurringInvoiceReport_closure, A.recurringInvoiceReport_closure, A.recurringInvoiceReport_closure0, A.recurringInvoiceReport_closure1, A.recurringInvoiceReport_closure3, A.recurringInvoiceReport_closure4, 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_closure, A.ReportResult_totalRows_closure1, A.ReportResult_totalRows_closure3, 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.memoizedTaskReport_closure, A.taskReport_closure, A.taskReport_closure0, A.taskReport_closure1, A.taskReport_closure3, A.taskReport_closure4, A.memoizedTransactionReport_closure, A.transactionReport_closure, A.transactionReport_closure0, A.transactionReport_closure1, A.transactionReport_closure2, A.transactionReport_closure3, A.transactionReport_closure4, A.transactionReport_closure6, A.transactionReport_closure7, A.memoizedVendorReport_closure, A.vendorReport_closure, A.vendorReport_closure0, A.vendorReport_closure1, A.vendorReport_closure3, A.vendorReport_closure4, 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_closure, A._CompanyDetailsState_build_closure0, A._CompanyDetailsState_build__closure10, A._CompanyDetailsState_build_closure1, A._CompanyDetailsState_build__closure9, A._CompanyDetailsState_build_closure2, A._CompanyDetailsState_build__closure8, A._CompanyDetailsState_build_closure3, A._CompanyDetailsState_build___closure, A._CompanyDetailsState_build_closure4, A._CompanyDetailsState_build_closure5, A._CompanyDetailsState_build__closure5, A._CompanyDetailsState_build_closure6, A._CompanyDetailsState_build_closure7, A._CompanyDetailsState_build__closure4, A._CompanyDetailsState_build_closure9, A._CompanyDetailsState_build__closure3, A._CompanyDetailsState_build_closure10, A._CompanyDetailsState_build__closure2, A._CompanyDetailsState_build_closure11, A._CompanyDetailsState_build__closure1, A._CompanyDetailsState_build_closure12, A._CompanyDetailsState_build__closure0, A._CompanyDetailsState_build_closure13, A._CompanyDetailsState_build__closure, A._CompanyDetailsState_build_closure14, A._CompanyDetailsState_build_closure15, A.CompanyDetailsVM_fromStore_closure, A.CompanyDetailsVM_fromStore_closure0, A.CompanyDetailsVM_fromStore_closure3, A.CompanyDetailsVM_fromStore__closure2, A.CompanyDetailsVM_fromStore__closure3, A.CompanyDetailsVM_fromStore__closure4, A.CompanyDetailsVM_fromStore_closure1, A.CompanyDetailsVM_fromStore_closure4, A.CompanyDetailsVM_fromStore__closure0, A.CompanyDetailsVM_fromStore__closure1, A.CompanyDetailsVM_fromStore___closure, A.CompanyDetailsVM_fromStore_closure6, 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_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_closure1, A._FieldMapper_build__closure, 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_closure71, A._InvoiceDesignState_build_closure, A._InvoiceDesignState_build_closure1, A._InvoiceDesignState_build_closure2, A._InvoiceDesignState_build__closure24, A._InvoiceDesignState_build_closure3, A._InvoiceDesignState_build_closure4, A._InvoiceDesignState_build__closure21, A._InvoiceDesignState_build_closure5, A._InvoiceDesignState_build_closure6, A._InvoiceDesignState_build__closure18, A._InvoiceDesignState_build_closure7, A._InvoiceDesignState_build_closure8, A._InvoiceDesignState_build__closure15, A._InvoiceDesignState_build_closure9, A._InvoiceDesignState_build_closure12, A._InvoiceDesignState_build__closure12, A._InvoiceDesignState_build_closure11, A._InvoiceDesignState_build_closure14, A._InvoiceDesignState_build__closure11, A._InvoiceDesignState_build_closure13, A._InvoiceDesignState_build_closure16, A._InvoiceDesignState_build__closure10, A._InvoiceDesignState_build_closure15, A._InvoiceDesignState_build_closure17, A._InvoiceDesignState_build__closure9, A._InvoiceDesignState_build_closure18, A._InvoiceDesignState_build__closure8, A._InvoiceDesignState_build_closure19, A._InvoiceDesignState_build__closure7, A._InvoiceDesignState_build_closure20, A._InvoiceDesignState_build__closure6, A._InvoiceDesignState_build_closure21, A._InvoiceDesignState_build__closure5, A._InvoiceDesignState_build_closure22, A._InvoiceDesignState_build__closure4, A._InvoiceDesignState_build_closure23, A._InvoiceDesignState_build__closure3, A._InvoiceDesignState_build_closure24, A._InvoiceDesignState_build__closure2, A._InvoiceDesignState_build_closure25, A._InvoiceDesignState_build__closure1, A._InvoiceDesignState_build_closure26, A._InvoiceDesignState_build__closure0, A._InvoiceDesignState_build_closure27, A._InvoiceDesignState_build_closure28, A._InvoiceDesignState_build_closure29, A._InvoiceDesignState_build_closure30, A._InvoiceDesignState_build_closure31, 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__closure, A._InvoiceDesignState_build_closure62, A._InvoiceDesignState_build_closure63, A._InvoiceDesignState_build_closure64, A._InvoiceDesignState_build_closure65, A._InvoiceDesignState_build_closure66, A._InvoiceDesignState_build_closure67, A._InvoiceDesignState_build_closure68, A._InvoiceDesignState_build_closure69, A._InvoiceDesignState_build_closure70, 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__closure12, A._PaymentSettingsState_build_closure2, A._PaymentSettingsState_build__closure10, A._PaymentSettingsState_build_closure0, A._PaymentSettingsState_build__closure11, A._PaymentSettingsState_build_closure1, A._PaymentSettingsState_build_closure3, A._PaymentSettingsState_build__closure9, A._PaymentSettingsState_build_closure4, A._PaymentSettingsState_build__closure8, A._PaymentSettingsState_build_closure5, A._PaymentSettingsState_build__closure7, A._PaymentSettingsState_build_closure6, A._PaymentSettingsState_build__closure6, A._PaymentSettingsState_build_closure7, A._PaymentSettingsState_build__closure5, A._PaymentSettingsState_build_closure8, A._PaymentSettingsState_build__closure4, A._PaymentSettingsState_build_closure9, A._PaymentSettingsState_build__closure3, A._PaymentSettingsState_build_closure10, A._PaymentSettingsState_build__closure2, A._PaymentSettingsState_build_closure11, A._PaymentSettingsState_build__closure1, A._PaymentSettingsState_build_closure12, 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__closure3, A._UserDetailsState_build__closure4, A._UserDetailsState_build__closure5, A._UserDetailsState_build_closure8, A._UserDetailsState_build__closure2, A._UserDetailsState_build_closure10, A._UserDetailsState_build__closure1, A._UserDetailsState_build_closure9, A._UserDetailsState_build_closure11, 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___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_closure14, A.TaskScreen_build_closure10, A.TaskScreen_build_closure6, A.TaskScreen_build_closure7, A.TaskScreen_build_closure8, A.TaskScreen_build_closure9, A._TaskViewState_build_closure, A.TaskViewDocuments_build_closure, A.TaskViewDocuments_build_closure0, 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__closure0, A.TaskViewVM_TaskViewVM$fromStore__closure1, A.TaskViewVM_TaskViewVM$fromStore___closure, A.TaskViewVM_TaskViewVM$fromStore_closure2, 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.TransactionPresenter_getField_closure3, A.TransactionPresenter_getField_closure4, 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_initState_closure0, A._MatchDepositsState_updateInvoiceList_closure, A._MatchDepositsState_updatePaymentList_closure, A._MatchDepositsState_build_closure, A._MatchDepositsState_build_closure0, A._MatchDepositsState_build_closure1, A._MatchDepositsState_build_closure4, A._MatchDepositsState_build_closure7, A._MatchDepositsState_build_closure8, 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_closure4, A._MatchWithdrawalsState_build_closure5, A._MatchWithdrawalsState_build____closure1, A._MatchWithdrawalsState_build_____closure, A._MatchWithdrawalsState_build_closure10, A._MatchWithdrawalsState_build__closure6, A._MatchWithdrawalsState_build__closure7, A._MatchWithdrawalsState_build___closure2, A._MatchWithdrawalsState_build____closure0, A._MatchWithdrawalsState_build_closure15, 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___closure4, A._TransactionRuleEditState_build___closure3, 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_closure14, A._UserEditState_build_closure, A._UserEditState_build_closure0, A._UserEditState_build_closure1, A._UserEditState_build__closure10, A._UserEditState_build_closure3, A._UserEditState_build__closure9, A._UserEditState_build_closure4, A._UserEditState_build__closure7, A._UserEditState_build__closure8, A._UserEditState_build__closure6, A._UserEditState_build___closure0, A._UserEditState_build_closure6, A._UserEditState_build_closure8, A._UserEditState_build_closure10, A._UserEditState_build_closure12, A._UserEditState_build_closure13, 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_closure3, A.VendorContactEditDetailsState_build_closure4, A.VendorContactEditDetailsState_build_closure5, A.VendorContactEditDetailsState_build_closure6, A.VendorContactEditDetailsState_build_closure7, A.VendorContactEditDetailsState_build_closure8, 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__closure, A.VendorEditNotesState_didChangeDependencies_closure, A.VendorEditNotesState_didChangeDependencies_closure0, A.VendorEditNotesState_dispose_closure, A.VendorEditNotesState__onChanged_closure, A.VendorEditNotesState_build_closure, A.VendorEditNotesState_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.VendorViewDocuments_build_closure, A.VendorViewDocuments_build_closure0, 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__closure1, A.VendorViewVM_VendorViewVM$fromStore___closure, A.VendorViewVM_VendorViewVM$fromStore_closure1, 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_closure0, A._FieldConfirmationState_build_closure, A._FieldConfirmationState_build_closure1, 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.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.updateWidgetData_closure, 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_parse_closure, A.InlineParser__linkOrImage_closure, A.InlineParser__linkOrImage_closure0, A.InlineParser__linkOrImage_closure1, 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.Context_joinAll_closure, A.Context_split_closure, A._validateArgList_closure, A.encodePermissions_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._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.SentryNavigatorObserver__startTransaction_closure, A.SentryNavigatorObserver__startTransaction_closure0, A.SharedPreferencesPlugin__storedFlutterKeys_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._CaretDocumentOverlayState__scheduleCaretUpdate_closure, A._CaretDocumentOverlayState_build_closure, A._CaretDocumentOverlayState_build___closure, A._EditorSelectionAndFocusPolicyState__onFocusChange_closure, A._DocumentMouseInteractorState__onSelectionChange_closure, A._DocumentMouseInteractorState_build_closure0, A._DocumentMouseInteractorState_build_closure, A._DocumentMouseInteractorState_build_closure1, A._DocumentMouseInteractorState__buildGestureInput_closure0, A._DocumentMouseInteractorState__buildGestureInput_closure2, A._AndroidDocumentTouchInteractorState_initState_closure1, A._AndroidDocumentTouchInteractorState_didChangeDependencies_closure, A._AndroidDocumentTouchInteractorState_reassemble_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._IOSDocumentTouchInteractorState_initState_closure1, A._IOSDocumentTouchInteractorState_didChangeDependencies_closure, A._IOSDocumentTouchInteractorState_reassemble_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.SuperEditorImeInteractorState_initState_closure, 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.TaskComponentBuilder_createViewModel_closure, A._TaskComponentState_build_closure, A._TaskComponentState_build_closure0, A._TaskComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.ComputeTextSpan_computeTextSpan_closure, A.Scheduler_runAsSoonAsPossible_closure, A._IosDocumentTouchEditingControlsState__onFloatingCursorChange_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_reassemble_closure, A.SuperAndroidTextFieldState_dispose_closure, A.SuperAndroidTextFieldState_dispose_closure0, A.SuperAndroidTextFieldState_didChangeMetrics_closure, A.SuperAndroidTextFieldState__showEditingControlsOverlay_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__updateViewportHeight_closure1, A._TextScrollViewState__scheduleViewportHeightUpdate_closure, A._TextScrollViewState_build_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.IOSTextFieldTouchInteractorState__onScrollChange_closure, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure0, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure2, A.SuperIOSTextFieldState_initState_closure, A.SuperIOSTextFieldState_reassemble_closure, A.SuperIOSTextFieldState_dispose_closure, A.SuperIOSTextFieldState_dispose_closure0, A.SuperIOSTextFieldState_didChangeMetrics_closure, A.SuperIOSTextFieldState__showHandles_closure, A._RebuildOptimizedSuperTextWithSelectionState__buildLayerBeneath_closure, A._RebuildOptimizedSuperTextWithSelectionState__buildLayerAbove_closure, A.format_closure, A.MethodChannelUrlLauncher_launch_closure]); _inheritMany(A.Closure0Args, [A.AppBootstrap_prepareEngineInitializer_closure, A.ProductionCollector_collect_closure, A.patchCanvasKitModule_closure, A.patchCanvasKitModule_closure1, A.HtmlViewEmbedder__compositeWithParams_closure, A.HtmlViewEmbedder__applyMutators_closure, A.HtmlViewEmbedder__applyMutators_closure0, A.FontFallbackData_createNotoFontTree_closure, A.FallbackFontDownloadQueue_startDownloads_closure, A.SkiaFontCollection__registerWithFontProvider_closure, A.SkiaFontCollection__registerWithFontProvider_closure0, A.SkiaFontCollection__downloadFont_downloadFont, A.skiaDecodeImageFromPixels_closure, A.httpRequestFactory_closure, A.CkImage_closure, A.CkBrowserImageDecoder__cacheExpirationClock_closure, A.CkBrowserImageDecoder__getOrCreateWebDecoder_closure, A.Frame_raster_closure, A.Frame_raster_closure0, A.CkTextStyle_skTextStyle_closure, A.PersistedPicture__applyBitmapPaint_closure, A.HtmlRenderer_initialize_closure, A.SurfaceSceneBuilder_build_closure, A.SurfaceSceneBuilder_build_closure0, A.GradientLinear_createImageBitmap_closure, A.initializeEngineServices_closure0, A.initializeEngineServices_initializeRendererCallback, A._addUrlStrategyListener_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.HashUrlStrategy_addPopStateListener_closure, A.EnginePlatformDispatcher_invokeOnKeyData_closure, A.invoke2_closure, A.invoke3_closure, A.PlatformViewManager_renderContent_closure, A._PointerAdapter__ensureSanitizer_closure, A.PointerDataConverter__ensureStateForPointer_closure, A.RawKeyboard$__closure1, A.RawKeyboard__handleHtmlEvent_closure, A.AccessibilityAnnouncements$__closure, A.AccessibilityAnnouncements_handleMessage_closure, A.Scrollable_update_closure, A.EngineSemanticsOwner$__closure, A.EngineSemanticsOwner__now_closure, A.EngineSemanticsOwner__getGestureModeClock_closure, A.MobileSemanticsEnabler_tryEnableSemantics_closure, A.TextField_update_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._unmarshallCodeMap_closure, A.unmarshallMappingData_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__asyncCompleteWithValue_closure, A._Future__chainFuture_closure, A._Future__asyncCompleteError_closure, A._Future__propagateToListeners_handleWhenCompleteCallback, A._Future__propagateToListeners_handleValueCallback, A._Future__propagateToListeners_handleError, A._Future_timeout_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_bindCallback_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_readDataChunked_read, A.ChannelBuffers_push_closure, A.ChannelBuffers_setListener_closure, A.webOnlyWarmupEngine_closure0, A.KeyData__logicalToString_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._MaterialScrollbarState_initState_closure0, A._MaterialScrollbarState_handleThumbPressStart_closure0, A._MaterialScrollbarState_handleThumbPressEnd_closure0, A._MaterialScrollbarState_handleHover_closure1, A._MaterialScrollbarState_handleHover_closure2, A._MaterialScrollbarState_handleHoverExit_closure0, 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.CupertinoDesktopTextSelectionControls_buildToolbar_closure, A.CupertinoDesktopTextSelectionControls_buildToolbar_closure0, A.CupertinoDesktopTextSelectionControls_buildToolbar_closure1, A.CupertinoDesktopTextSelectionControls_buildToolbar_closure2, 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.CupertinoTextSelectionControls_buildToolbar_closure, A.CupertinoTextSelectionControls_buildToolbar_closure0, A.CupertinoTextSelectionControls_buildToolbar_closure1, A.CupertinoTextSelectionControls_buildToolbar_closure2, A._CupertinoTextSelectionToolbarContentState__statusListener_closure, A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure, 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.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.AppBar__getEffectiveCenterTitle_platformCenter, A._AppBarState__handleScrollNotification_closure, A.MaterialPointArcTween__initialize_sweepAngle, A.BackButton_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_closure, A._YearPickerState__buildYearItem_closure, A.DataTable_build_closure5, A.TableRowInkWell_getRectCallback_closure0, A._SortArrowState__rebuild_closure0, A._DatePickerDialogState__handleOk_closure, A._DatePickerDialogState__handleEntryModeToggle_closure, A._DatePickerDialogState__handleDateChanged_closure, A._DatePickerDialogState_build_calendarDatePicker, A._DatePickerDialogState_build_inputDatePicker, A.DesktopTextSelectionControls_buildToolbar_closure, A.DesktopTextSelectionControls_buildToolbar_closure0, A.DesktopTextSelectionControls_buildToolbar_closure1, A.DesktopTextSelectionControls_buildToolbar_closure2, A.DrawerControllerState__animationChanged_closure, A._DropdownMenuState_build_closure, A._DropdownButtonState__handleFocusChanged_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__createInkFeature_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._ReorderableListViewState__wrapWithSemantics_moveToStart, A._ReorderableListViewState__wrapWithSemantics_moveToEnd, A._ReorderableListViewState__wrapWithSemantics_moveBefore, A._ReorderableListViewState__wrapWithSemantics_moveAfter, 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__warpToCurrentIndex_closure, A._TabBarViewState__warpToCurrentIndex_closure0, A._TabBarViewState__warpToCurrentIndex_closure1, 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.MaterialTextSelectionControls_buildToolbar_closure, A.MaterialTextSelectionControls_buildToolbar_closure0, A.MaterialTextSelectionControls_buildToolbar_closure1, A.MaterialTextSelectionControls_buildToolbar_closure2, 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_closure1, A._DayPeriodControl_build_closure2, A._DialState_initState_closure, A._DialState_initState__closure, A._DialState__updateThetaForPan_closure, 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_initState_closure, A._TimePickerDialogState__vibrate_closure, A._TimePickerDialogState__handleModeChanged_closure, A._TimePickerDialogState__handleEntryModeToggle_closure, A._TimePickerDialogState__handleTimeChanged_closure, A._TimePickerDialogState__handleHourSelected_closure, A._TimePickerDialogState__handleOk_closure, A.ToggleButtons_build__closure, A.ToggleableStateMixin__handleTapDown_closure, A.ToggleableStateMixin__handleTapEnd_closure, A.ToggleableStateMixin__handleFocusHighlightChanged_closure, A.ToggleableStateMixin__handleHoverChanged_closure, A.TooltipState__handleMouseTrackerChange_closure, A.ImageCache__trackLiveImage_closure, A.ImageCache__trackLiveImage__closure, A._LiveImage_closure, A.ImageProvider_resolveStreamForKey_closure, A.ImageProvider_resolveStreamForKey_closure0, A.MultiFrameImageStreamCompleter__handleAppFrame_closure, A.RenderAnimatedSize_closure, A.RenderBox__computeIntrinsicDimension_closure, A.RenderBox_getDryLayout_closure, A.RenderBox_getDistanceToActualBaseline_closure, A.RenderEditable__createShowOnScreenFor_closure, 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_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_dispatchEvent_closure, 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.RenderObjectToWidgetAdapter_attachToRenderTree_closure, A.RenderObjectToWidgetAdapter_attachToRenderTree_closure0, A._DraggableScrollableSheetScrollController_createScrollPosition_closure, A._DraggableScrollableSheetScrollPosition_goBallistic_tick, A._DraggableScrollableSheetScrollPosition_goBallistic_closure, A.EditableTextState_buttonItemsForToolbarOptions_closure, A.EditableTextState_buttonItemsForToolbarOptions_closure0, A.EditableTextState_buttonItemsForToolbarOptions_closure1, A.EditableTextState_contextMenuButtonItems_closure, A.EditableTextState_contextMenuButtonItems_closure0, A.EditableTextState_contextMenuButtonItems_closure1, A.EditableTextState_contextMenuButtonItems_closure2, 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._throttle__closure, A._FocusState__handleFocusChanged_closure, A._FocusState__handleFocusChanged_closure0, A._FocusState__handleFocusChanged_closure1, A._FocusState__handleFocusChanged_closure2, A.FormState__forceRebuild_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._MediaQueryFromWindowState_didChangeMetrics_closure, A._MediaQueryFromWindowState_didChangeTextScaleFactor_closure, A._MediaQueryFromWindowState_didChangePlatformBrightness_closure, A.ModalBarrier_build_handleDismiss, A.Route_isCurrent_closure0, A.Route_isFirst_closure0, A.Route_isActive_closure0, A._RouteEntry_handlePush_closure, A._RouteEntry_dispose_closure0, A.NavigatorState__flushHistoryUpdates_closure0, A.NavigatorState_maybePop_closure0, A.NavigatorState_maybePop_closure2, A.NavigatorState_removeRoute_closure0, 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._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._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.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._SelectionKeepAliveState_listensTo_closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure0, A.SliverMultiBoxAdaptorElement_createChild_closure, A.SliverMultiBoxAdaptorElement_removeChild_closure, A._SliverPersistentHeaderElement__build_closure, A._SelectionHandleOverlayState_build_closure, A._TextSelectionGestureDetectorState_build_closure, A._TextSelectionGestureDetectorState_build_closure1, A._TextSelectionGestureDetectorState_build_closure3, A._TextSelectionGestureDetectorState_build_closure5, A._AnimatedState__handleChange_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.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.InAppPurchaseAndroidPlatform__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._CountryPickerDialogState_build__closure2, 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_getInvitationForClientContact_closure0, A.InvoiceEntity_getInvitationForVendorContact_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.PaymentEntity_invoiceId_closure0, 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.main_closure1, A.InvoiceNinjaAppState__authenticate_closure, A.InvoiceNinjaAppState_initState_closure, A.InvoiceNinjaAppState_initState__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.DesignState_cleanDesign_closure0, 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._addToHistory_closure0, 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__closure1, A._DocumentGridState_build__closure0, A._DocumentGridState_build_closure2, A._DocumentGridState_build_closure3, A._DocumentGridState_build_closure4, A.EditScaffold_build_closure, A.EditScaffold_build_closure11, A.EditScaffold_build_closure1, A.EditScaffold_build_closure2, A.EditScaffold_build__closure0, A.EditScaffold_build_closure5, A.EditScaffold_build_closure6, 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_closure0, A.EntityTopFilterHeader_build_closure2, A.EntityTopFilterHeader_build_closure1, A.EntityTopFilterHeader_build__closure, A.EntityTopFilterHeader_build_closure5, 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__closure1, 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.AppDataTable__buildHeadingCell_arrowWithPadding, A.AppDataTable_build_closure1, A.AppDataTable_build_closure2, A.AppDataTable_build_closure3, A.TableRowInkWell_getRectCallback_closure, A._SortArrowState__rebuild_closure, A.AppPaginatedDataTableState__handleDataSourceChanged_closure, A.AppPaginatedDataTableState_pageTo_closure, A.AppPaginatedDataTableState__getRows_closure, A.EntityDataTableSource_getRow_closure2, A.EntityDataTableSource_getRow_closure1, A.EntityDataTableSource_getRow_closure4, A.EntityDataTableSource_getRow__closure, A._EntityListState_build_closure7, A._EntityListState_build__closure0, A._EntityListState_build__closure4, A._EntityListState_build_closure8, A._EntityListState_build__closure10, 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._WindowManagerState__initManager_closure, A._WindowManagerState_onWindowClose_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_closure11, A._LoginState_build_closure12, A._LoginState_build_closure13, A._LoginState_build__closure2, A._LoginState_build_closure14, A._LoginState_build__closure1, A._LoginState_build_closure15, A._LoginState_build__closure0, A._LoginState_build_closure16, A._LoginState_build__closure, A._LoginState_build_closure17, A._LoginState_build_closure18, 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_closure1, 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__closure2, 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__closure3, 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_closure1, A._DesignSettingsState_build_closure2, A._DesignSettingsState_build_closure3, 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_closure1, A.DocumentListItem_build_closure0, A.DocumentListVM_fromStore_closure1, A.DocumentScreen_build_closure10, A.DocumentScreen_build_closure9, A.DocumentScreen_build_closure, A.DocumentScreen_build_closure6, A._DocumentEditState__onChanged_closure0, A._ExpenseEditState_build_closure, A.ExpenseEditDetailsState__onChanged_closure0, A.ExpenseEditNotesState__onChanged_closure0, A.ExpenseEditNotesState_build_closure1, A.ExpenseEditSettingsState__onChanged_closure0, A.ExpenseEditSettingsState_build__closure10, A.ExpenseEditSettingsState_build__closure2, A.ExpenseEditSettingsState_build_closure9, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure6, 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.ExpenseViewDocuments_build_closure1, 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_closure3, A._GroupViewState_build_closure, A._GroupViewState_build_closure2, A.GroupViewVM_GroupViewVM$fromStore_closure, A._InvoiceEditState_build_closure, A.InvoiceEditContacts_build__closure0, A.InvoiceEditContacts_build__closure, A._ClientContactListTile_build_closure, A._VendorContactListTile_build_closure, A.InvoiceEditDesktopState__onChanged_closure0, A.InvoiceEditDesktopState_build_closure5, A.InvoiceEditDesktopState_build_closure6, A.InvoiceEditDesktopState_build__closure10, A.InvoiceEditDesktopState_build_closure30, 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.InvoiceEditFooter_build_closure, A._InvoiceEditItemsState_build_closure0, A.ItemEditDetailsState__onTextChanged_closure, A.ItemEditDetailsState_build_closure, A.ItemEditDetailsState_build_closure0, 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__closure31, A._InvoiceEditItemsDesktopState_build_closure6, A._InvoiceEditItemsDesktopState_build__closure28, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0, A.InvoiceEditNotesState__onChanged_closure0, A.InvoiceEditPDFState_didChangeDependencies_closure, A.InvoiceEditPDFState_didChangeDependencies__closure0, A.InvoiceEditPDFState_didChangeDependencies__closure, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure3, A._InvoiceItemSelectorState__toggleEntity_closure, A._InvoiceItemSelectorState__updateClientId_closure0, 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.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__closure, A._InvoicePdfViewState_build_closure0, A._InvoicePdfViewState_build_closure1, A._InvoicePdfViewState_build_closure2, A.InvoicePresenter_getField_closure, A.InvoiceScreen_build_closure19, A.InvoiceScreen_build_closure18, A.InvoiceScreen_build_closure6, A.InvoiceScreen_build_closure14, 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_closure2, 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.ProductViewDocuments_build_closure1, 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.ProjectViewDocuments_build_closure1, 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__closure2, 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__closure2, 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__closure6, A.RecurringExpenseListItem_build__closure2, A.RecurringExpenseListItem_build__closure1, A.RecurringExpenseListItem_build__closure5, A.RecurringExpenseListItem_build__closure4, A.RecurringExpenseListVM_fromStore_closure1, A.RecurringExpenseScreen_build_closure10, A.RecurringExpenseScreen_build_closure9, A.RecurringExpenseScreen_build_closure, A.RecurringExpenseScreen_build_closure6, A._RecurringInvoiceEditState_build_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure2, 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_closure8, A._CompanyDetailsState_build_closure16, A.CompanyDetailsVM_fromStore__closure5, 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_closure19, 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__closure23, A._InvoiceDesignState_build__closure22, A._InvoiceDesignState_build__closure20, A._InvoiceDesignState_build__closure19, A._InvoiceDesignState_build__closure17, A._InvoiceDesignState_build__closure16, A._InvoiceDesignState_build__closure14, A._InvoiceDesignState_build__closure13, 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_closure13, 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_closure18, A.TaskScreen_build_closure17, A.TaskScreen_build_closure3, A.TaskScreen_build_closure4, A.TaskScreen_build_closure5, A.TaskScreen_build_closure13, A.TaskTimeListTile_build_closure0, A.TaskTimeListTile_build_closure, A._TaskViewState_build__closure, A._TaskViewState_build__closure0, A.TaskViewDocuments_build_closure1, 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_closure2, A._MatchDepositsState_build__closure10, A._MatchDepositsState_build_closure3, A._MatchDepositsState_build__closure9, A._MatchDepositsState_build__closure8, A._MatchDepositsState_build_closure5, A._MatchDepositsState_build__closure7, A._MatchDepositsState_build_closure6, 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_closure15, A._MatchDepositsState_build_closure16, A._MatchWithdrawalsState_build__closure18, A._MatchWithdrawalsState_build__closure17, A._MatchWithdrawalsState_build_closure2, A._MatchWithdrawalsState_build__closure16, A._MatchWithdrawalsState_build_closure3, 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_closure11, A._MatchWithdrawalsState_build__closure8, A._MatchWithdrawalsState_build_closure12, A._MatchWithdrawalsState_build__closure5, A._MatchWithdrawalsState_build___closure1, A._MatchWithdrawalsState_build__closure4, A._MatchWithdrawalsState_build_closure16, A._MatchWithdrawalsState_build__closure3, A._MatchWithdrawalsState_build_closure17, A._MatchWithdrawalsState_build__closure0, A._MatchWithdrawalsState_build___closure, A._MatchWithdrawalsState_build_closure20, A._MatchWithdrawalsState_build_closure21, 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_closure5, A._UserEditState_build_closure7, A._UserEditState_build_closure9, A._UserEditState_build_closure11, 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_closure9, A.VendorContactEditDetailsState_build_closure10, 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.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_closure1, 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_closure2, A._FieldConfirmationState_build_closure3, 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.EnumUtils_fromString_closure0, 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_closure2, 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_setToHasError_closure, A.ReactiveModelImp__handleAsyncState__closure, A.ReactiveModelImp__handleAsyncState_closure0, A.DocumentComposer_closure, A.MutableDocument_getRangeBetween_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_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._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__updateViewportHeight_closure, A._TextScrollViewState__updateViewportHeight_closure0, A._TextScrollViewState__updateViewportHeight__closure, 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.main_closure0, A.main_closure]); _inheritMany(A.Closure2Args, [A.AppBootstrap_prepareEngineInitializer__closure0, A.AppBootstrap_prepareEngineInitializer__closure, A.AppBootstrap__prepareAppRunner__closure, A.downloadCanvasKit_closure, A.IntervalTree_IntervalTree$createFromRanges_closure, A.IntervalTree_IntervalTree$createFromRanges_closure0, A.Surface_acquireFrame_closure, A.commitScene_closure, A.PersistedContainerSurface__matchChildren_closure, A.initializeEngineServices_closure, A.KeyboardConverter__handleEvent_closure2, A.KeyboardConverter__handleEvent__closure, A.EnginePlatformDispatcher__addFontSizeObserver_closure, A.StandardMessageCodec_writeValue_closure0, A._computeLineBreakFragments_setBreak, A.saveForms_closure, A.HybridTextEditing__startEditing_closure0, 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._Future__chainForeignFuture_closure0, A._Future_timeout_closure1, A.Stream_Stream$fromFuture_closure0, A._AddStreamState_makeErrorHandler_closure, A._cancelAndErrorClosure_closure, A._HashMap_addAll_closure, A.HashMap_HashMap$from_closure, A.LinkedHashMap_LinkedHashMap$from_closure, A.MapBase_mapToString_closure, A.SplayTreeSet__copyNode_copyChildren, A._JsonStringifier_writeMap_closure, A._JsonPrettyPrintMixin_writeMap_closure, A._symbolMapToStringMap_closure, A.NoSuchMethodError_toString_closure, A._BigIntImpl_hashCode_combine, 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.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._CupertinoDesktopTextSelectionControlsToolbarState_build_addToolbarButton, A._RenderCupertinoSwitch_paint_closure, A._CupertinoTextSelectionControlsToolbarState_build_addToolbarButton, 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._DesktopTextSelectionControlsToolbarState_build_addToolbarButton, 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__wrapWithSemantics_reorder, 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.__HourMinuteTextFieldState_State_RestorationMixin_dispose_closure, A.__TimePickerDialogState_State_RestorationMixin_dispose_closure, A.__TimePickerInputState_State_RestorationMixin_dispose_closure, A._RenderInputPadding_hitTest_closure1, A.NetworkImage__loadAsync_closure, A._CompoundBorder_dimensions_closure, A.ImageCache_putIfAbsent_listener, A.ImageProvider_resolve_closure, A.ImageProvider__createErrorHandlerAndKey_handleError, A.AssetImage_obtainKey_closure0, A.MultiFrameImageStreamCompleter_closure, A.MultiFrameImageStreamCompleter_closure0, A.RenderBoxContainerDefaultsMixin_defaultHitTestChildren_closure, A.RenderEditable_getRectForComposingRange_closure, A.RenderEditable_hitTestChildren_closure, A.RenderEditable__paintContents_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.RenderParagraph_hitTestChildren_closure, A.RenderParagraph_paint_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._DefaultBinaryMessenger_setMessageHandler_closure, A.StandardMessageCodec_writeValue_closure, A._StreamBuilderBaseState__subscribe_closure1, A._FutureBuilderState__subscribe_closure0, A._DraggableScrollableSheetState_build__closure, A.EditableTextState__formatAndSetValue_closure, A.EditableTextState_build_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure1, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure4, A._ReadingOrderSortData_sortWithDirectionality_closure, A._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure, A.ReadingOrderTraversalPolicy__pickNext_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand, A._FormFieldState_State_RestorationMixin_dispose_closure, A.RenderObjectElement_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._RenderTheatre_hitTestChildren_closure, A._StretchingOverscrollIndicatorState_build_closure, A._PageViewState_build_closure0, A.HtmlElementView_build_closure, A._PlatformViewLinkState_build_closure, 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.ShortcutManager__indexShortcuts_closure, A.CallbackShortcuts_build_closure, A.SingleChildScrollView_build_closure, A._RenderSingleChildViewport_paint_paintContents, A._RenderSingleChildViewport_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._$PurchasesResultWrapperFromJson_closure, A._$SkuDetailsResponseWrapperFromJson_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._DateFormatPatternField_parseEnumeratedString_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_closure167, A.forceSelectedReducer_closure168, A.forceSelectedReducer_closure169, A.forceSelectedReducer_closure170, A.forceSelectedReducer_closure171, A.forceSelectedReducer_closure172, A.forceSelectedReducer_closure173, A.forceSelectedReducer_closure174, A.tabIndexReducer_closure21, A.tabIndexReducer_closure22, A.selectedIdReducer_closure336, A.selectedIdReducer_closure337, 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.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_closure207, A.forceSelectedReducer_closure208, A.forceSelectedReducer_closure209, A.forceSelectedReducer_closure210, A.forceSelectedReducer_closure211, A.forceSelectedReducer_closure212, A.forceSelectedReducer_closure213, A.forceSelectedReducer_closure214, A.tabIndexReducer_closure31, A.tabIndexReducer_closure32, A.saveCompleterReducer_closure2, A.cancelCompleterReducer_closure2, A.editingContactReducer_closure, A.editingContactReducer_closure0, A.selectedIdReducer_closure416, A.selectedIdReducer_closure417, 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.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_closure59, A.forceSelectedReducer_closure60, A.forceSelectedReducer_closure61, A.forceSelectedReducer_closure62, A.forceSelectedReducer_closure63, A.forceSelectedReducer_closure64, A.forceSelectedReducer_closure65, A.forceSelectedReducer_closure66, A.selectedIdReducer_closure120, 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.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_closure79, A.forceSelectedReducer_closure80, A.forceSelectedReducer_closure81, A.forceSelectedReducer_closure82, A.forceSelectedReducer_closure83, A.forceSelectedReducer_closure84, A.forceSelectedReducer_closure85, A.forceSelectedReducer_closure86, A.tabIndexReducer_closure11, A.tabIndexReducer_closure12, A.historyActivityIdReducer_closure0, A.editingItemReducer_closure1, A.editingItemReducer_closure2, A.selectedIdReducer_closure161, 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.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_closure87, A.forceSelectedReducer_closure88, A.forceSelectedReducer_closure89, A.forceSelectedReducer_closure90, A.forceSelectedReducer_closure91, A.forceSelectedReducer_closure92, A.forceSelectedReducer_closure93, A.forceSelectedReducer_closure94, A.selectedIdReducer_closure180, 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.editingReducer_closure60, A.editingReducer_closure61, A.editingReducer_closure62, A.editingReducer_closure63, A.designListReducer_closure, A.filteredDesignsSelector_closure0, A.forceSelectedReducer_closure47, A.forceSelectedReducer_closure48, A.forceSelectedReducer_closure49, A.forceSelectedReducer_closure50, A.forceSelectedReducer_closure51, A.forceSelectedReducer_closure52, A.forceSelectedReducer_closure53, A.forceSelectedReducer_closure54, 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.editingReducer_closure32, A.documentListReducer_closure, A.filteredDocumentsSelector_closure0, A.forceSelectedReducer_closure39, A.forceSelectedReducer_closure40, A.forceSelectedReducer_closure41, A.forceSelectedReducer_closure42, A.forceSelectedReducer_closure43, A.forceSelectedReducer_closure44, A.forceSelectedReducer_closure45, A.forceSelectedReducer_closure46, 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_closure127, A.forceSelectedReducer_closure128, A.forceSelectedReducer_closure129, A.forceSelectedReducer_closure130, A.forceSelectedReducer_closure131, A.forceSelectedReducer_closure132, A.forceSelectedReducer_closure133, A.forceSelectedReducer_closure134, A.selectedIdReducer_closure257, 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.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_closure55, A.forceSelectedReducer_closure56, A.forceSelectedReducer_closure57, A.forceSelectedReducer_closure58, A.selectedIdReducer_closure108, 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.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_closure199, A.forceSelectedReducer_closure200, A.forceSelectedReducer_closure201, A.forceSelectedReducer_closure202, A.forceSelectedReducer_closure203, A.forceSelectedReducer_closure204, A.forceSelectedReducer_closure205, A.forceSelectedReducer_closure206, A.tabIndexReducer_closure29, A.tabIndexReducer_closure30, A.historyActivityIdReducer_closure3, A.editingItemIndexReducer_closure1, A.editingItemIndexReducer_closure2, A.selectedIdReducer_closure397, A.selectedIdReducer_closure398, 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.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.memoizedInvoiceStatsForUser_closure, A.invoiceStatsForUser_closure, A.forceSelectedReducer_closure7, A.forceSelectedReducer_closure8, A.forceSelectedReducer_closure9, A.forceSelectedReducer_closure10, A.forceSelectedReducer_closure11, A.forceSelectedReducer_closure12, A.forceSelectedReducer_closure13, A.forceSelectedReducer_closure14, 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_closure95, A.forceSelectedReducer_closure96, A.forceSelectedReducer_closure97, A.forceSelectedReducer_closure98, A.forceSelectedReducer_closure99, A.forceSelectedReducer_closure100, A.forceSelectedReducer_closure101, A.forceSelectedReducer_closure102, A.selectedIdReducer_closure194, 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.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_closure215, A.forceSelectedReducer_closure216, A.forceSelectedReducer_closure217, A.forceSelectedReducer_closure218, A.forceSelectedReducer_closure219, A.forceSelectedReducer_closure220, A.forceSelectedReducer_closure221, A.forceSelectedReducer_closure222, A.tabIndexReducer_closure33, A.tabIndexReducer_closure34, A.editingReducer_closure155, A.editingReducer_closure156, A.editingReducer_closure157, A.editingReducer_closure158, A.selectedIdReducer_closure433, A.selectedIdReducer_closure434, 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.productListReducer_closure, A.dropdownProductsSelector_closure0, A.productList_closure0, A.filteredProductsSelector_closure0, A.forceSelectedReducer_closure15, A.forceSelectedReducer_closure16, A.forceSelectedReducer_closure17, A.forceSelectedReducer_closure18, A.forceSelectedReducer_closure19, A.forceSelectedReducer_closure20, A.forceSelectedReducer_closure21, A.forceSelectedReducer_closure22, 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_closure159, A.forceSelectedReducer_closure160, A.forceSelectedReducer_closure161, A.forceSelectedReducer_closure162, A.forceSelectedReducer_closure163, A.forceSelectedReducer_closure164, A.forceSelectedReducer_closure165, A.forceSelectedReducer_closure166, A.tabIndexReducer_closure19, A.tabIndexReducer_closure20, A.historyActivityIdReducer_closure2, A.editingItemReducer_closure3, A.editingItemReducer_closure4, A.selectedIdReducer_closure317, A.selectedIdReducer_closure318, 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.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.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_closure151, A.forceSelectedReducer_closure152, A.forceSelectedReducer_closure153, A.forceSelectedReducer_closure154, A.forceSelectedReducer_closure155, A.forceSelectedReducer_closure156, A.forceSelectedReducer_closure157, A.forceSelectedReducer_closure158, A.tabIndexReducer_closure17, A.tabIndexReducer_closure18, A.selectedIdReducer_closure302, 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.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_closure119, A.forceSelectedReducer_closure120, A.forceSelectedReducer_closure121, A.forceSelectedReducer_closure122, A.forceSelectedReducer_closure123, A.forceSelectedReducer_closure124, A.forceSelectedReducer_closure125, A.forceSelectedReducer_closure126, A.tabIndexReducer_closure13, A.tabIndexReducer_closure14, A.historyActivityIdReducer_closure1, A.editingItemIndexReducer_closure, A.editingItemIndexReducer_closure0, A.selectedIdReducer_closure238, 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.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_closure191, A.forceSelectedReducer_closure192, A.forceSelectedReducer_closure193, A.forceSelectedReducer_closure194, A.forceSelectedReducer_closure195, A.forceSelectedReducer_closure196, A.forceSelectedReducer_closure197, A.forceSelectedReducer_closure198, A.tabIndexReducer_closure27, A.tabIndexReducer_closure28, A.selectedIdReducer_closure382, A.selectedIdReducer_closure383, 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.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.countryList_closure, A.groupList_closure0, A.languageList_closure, A.currencyList_closure, A.timezoneList_closure, A.dateFormatList_closure, A.industryList_closure, A.sizeList_closure, A.gatewayList_closure0, A.paymentTypeList_closure, A.forceSelectedReducer_closure143, A.forceSelectedReducer_closure144, A.forceSelectedReducer_closure145, A.forceSelectedReducer_closure146, A.forceSelectedReducer_closure147, A.forceSelectedReducer_closure148, A.forceSelectedReducer_closure149, A.forceSelectedReducer_closure150, A.tabIndexReducer_closure15, A.tabIndexReducer_closure16, A.selectedIdReducer_closure287, 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.editingReducer_closure95, A.editingReducer_closure96, A.editingReducer_closure97, A.editingReducer_closure98, A.subscriptionListReducer_closure, A.filteredSubscriptionsSelector_closure0, A.handleTaskAction_closure1, A.forceSelectedReducer_closure23, A.forceSelectedReducer_closure24, A.forceSelectedReducer_closure25, A.forceSelectedReducer_closure26, A.forceSelectedReducer_closure27, A.forceSelectedReducer_closure28, A.forceSelectedReducer_closure29, A.forceSelectedReducer_closure30, 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_closure135, A.forceSelectedReducer_closure136, A.forceSelectedReducer_closure137, A.forceSelectedReducer_closure138, A.forceSelectedReducer_closure139, A.forceSelectedReducer_closure140, A.forceSelectedReducer_closure141, A.forceSelectedReducer_closure142, A.selectedIdReducer_closure272, 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.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_closure67, A.forceSelectedReducer_closure68, A.forceSelectedReducer_closure69, A.forceSelectedReducer_closure70, A.selectedIdReducer_closure135, 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.editingReducer_closure41, A.editingReducer_closure42, A.editingReducer_closure43, A.editingReducer_closure44, A.taxRateListReducer_closure, A.filteredTaxRatesSelector_closure0, A.forceSelectedReducer_closure103, A.forceSelectedReducer_closure104, A.forceSelectedReducer_closure105, A.forceSelectedReducer_closure106, A.forceSelectedReducer_closure107, A.forceSelectedReducer_closure108, A.forceSelectedReducer_closure109, A.forceSelectedReducer_closure110, A.selectedIdReducer_closure208, 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.editingReducer_closure68, A.editingReducer_closure69, A.editingReducer_closure70, A.editingReducer_closure71, A.tokenListReducer_closure, A.filteredTokensSelector_closure0, A.forceSelectedReducer_closure175, A.forceSelectedReducer_closure176, A.forceSelectedReducer_closure177, A.forceSelectedReducer_closure178, A.forceSelectedReducer_closure179, A.forceSelectedReducer_closure180, A.forceSelectedReducer_closure181, A.forceSelectedReducer_closure182, A.tabIndexReducer_closure23, A.tabIndexReducer_closure24, A.selectedIdReducer_closure351, A.selectedIdReducer_closure352, 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.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_closure183, A.forceSelectedReducer_closure184, A.forceSelectedReducer_closure185, A.forceSelectedReducer_closure186, A.forceSelectedReducer_closure187, A.forceSelectedReducer_closure188, A.forceSelectedReducer_closure189, A.forceSelectedReducer_closure190, A.tabIndexReducer_closure25, A.tabIndexReducer_closure26, A.selectedIdReducer_closure367, A.selectedIdReducer_closure368, 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.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.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.persistUIReducer_closure, A.showKanbanReducer_closure, A.isFilterVisibleReducer_closure, A.longPressReducer_closure, A.tapSelectedToEditReducer_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.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_closure71, A.forceSelectedReducer_closure72, A.forceSelectedReducer_closure73, A.forceSelectedReducer_closure74, A.forceSelectedReducer_closure75, A.forceSelectedReducer_closure76, A.forceSelectedReducer_closure77, A.forceSelectedReducer_closure78, A.selectedIdReducer_closure145, 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.editingReducer_closure45, A.editingReducer_closure46, A.editingReducer_closure47, A.editingReducer_closure48, A.userListReducer_closure, A.filteredUsersSelector_closure0, A.userList_closure0, A.forceSelectedReducer_closure31, A.forceSelectedReducer_closure32, A.forceSelectedReducer_closure33, A.forceSelectedReducer_closure34, A.forceSelectedReducer_closure35, A.forceSelectedReducer_closure36, A.forceSelectedReducer_closure37, A.forceSelectedReducer_closure38, 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_closure111, A.forceSelectedReducer_closure112, A.forceSelectedReducer_closure113, A.forceSelectedReducer_closure114, A.forceSelectedReducer_closure115, A.forceSelectedReducer_closure116, A.forceSelectedReducer_closure117, A.forceSelectedReducer_closure118, A.selectedIdReducer_closure223, 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.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_closure5, A.DocumentTile_build___closure1, A.DocumentPreview_build_closure0, A.EditScaffold_build_closure3, 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_closure3, 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._ClientViewFullwidthState_build_closure0, A._ClientViewLedgerState_build_closure1, A._ClientViewLedgerState_build_closure0, A.ClientViewPaymentMethods_build_closure0, A.ClientViewPaymentMethods_build_closure, A.ClientViewScreen_build_closure, A.ClientViewVM_ClientViewVM$fromStore_closure0, 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.CreditEditVM_CreditEditVM$fromStore_closure2, A.CreditViewScreen_build_closure, A.CreditViewVM_CreditViewVM$fromStore_closure1, 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.DocumentListBuilder_build_closure, A.DocumentListBuilder_build__closure, A.DocumentScreen_build_closure8, A.DocumentScreen_build_closure5, 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.ExpenseEditSettingsState_build_closure2, A.ExpenseEditScreen_build_closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure3, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure4, 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.ExpenseViewScreen_build_closure, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure0, 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.GroupViewScreen_build_closure, A.GroupViewVM_GroupViewVM$fromStore_closure0, 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__closure3, 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___closure14, A.InvoiceEditItemsScreen_build_closure, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2, A.InvoiceEditNotesScreen_build_closure, A.InvoiceEditPDFScreen_build_closure, A.InvoiceEditScreen_build_closure, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure2, 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_closure17, A.InvoiceScreen_build_closure16, A.InvoiceScreen_build_closure12, A.InvoiceScreen_build_closure13, A.InvoiceScreenBuilder_build_closure, A._InvoiceViewActivityState_build_closure0, A._InvoiceViewActivityState_build_closure, A._InvoiceViewHistoryState_build_closure0, A._InvoiceViewHistoryState_build_closure1, A._InvoiceViewHistoryState_build_closure2, A.InvoiceOverview_build_surchargeRow, A.InvoiceOverview_build_closure3, A.InvoiceViewScreen_build_closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure1, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure3, 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.ProductViewScreen_build_closure, A.ProductViewVM_ProductViewVM$fromStore_closure0, 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.ProjectViewScreen_build_closure, A.ProjectViewVM_ProjectViewVM$fromStore_closure0, 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.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure2, 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.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure1, 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.QuoteEditVM_QuoteEditVM$fromStore_closure2, 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.QuoteViewVM_QuoteViewVM$fromStore_closure1, A.RecurringExpenseEditScreen_build_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure3, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure4, A.RecurringExpenseListItem_build_closure, A.RecurringExpenseListItem_build__closure0, A.RecurringExpenseListBuilder_build_closure, A.RecurringExpenseListBuilder_build__closure, A.RecurringExpenseScreen_build_closure8, A.RecurringExpenseScreen_build_closure5, A.RecurringExpenseScreenBuilder_build_closure, A.RecurringExpenseViewScreen_build_closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure0, 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.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure2, 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.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure1, A.clientReport_closure2, A.contactReport_closure2, A.lineItemReport_closure16, A.creditReport_closure2, A.documentReport__getRow, A.documentReport_closure1, A.documentReport_closure2, A.documentReport_closure3, A.documentReport_closure4, A.documentReport_closure6, A.expenseReport_closure2, A.lineItemReport_closure23, A.invoiceReport_closure1, A.invoiceReport_closure3, A.taxReport_closure1, A.paymentReport_closure2, A.paymentTaxReport_closure1, A.productReport_closure2, A.profitAndLossReport_closure1, A.lineItemReport_closure2, A.purchaseOrderReport_closure2, A.lineItemReport_closure9, A.quoteReport_closure2, A.recurringExpenseReport_closure2, A.recurringInvoiceReport_closure2, 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_closure0, A.ReportResult_totalRows__closure0, A.ReportResult_totalRows_closure2, 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.taskReport_closure2, A.transactionReport_closure5, A.vendorReport_closure2, 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.CompanyDetailsScreen_build_closure, A.CompanyDetailsVM_fromStore_closure2, A.CompanyDetailsVM_fromStore_closure5, 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_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_closure12, 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_closure16, A.TaskScreen_build_closure15, A.TaskScreen_build_closure12, A.TaskScreen_build_closure11, A.TaskScreenBuilder_build_closure, A.TaskViewScreen_build_closure, A.TaskViewVM_TaskViewVM$fromStore_closure1, 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_closure9, A._MatchDepositsState_build_closure10, A._MatchDepositsState_build_closure12, A._MatchDepositsState_build_closure11, A._MatchDepositsState_build_closure14, A._MatchDepositsState_build_closure13, A._MatchWithdrawalsState_updateCategoryList_closure0, A._MatchWithdrawalsState_updateVendorList_closure0, A._MatchWithdrawalsState_updateExpenseList_closure0, A._MatchWithdrawalsState_build_closure6, A._MatchWithdrawalsState_build_closure7, A._MatchWithdrawalsState_build_closure9, A._MatchWithdrawalsState_build_closure8, A._MatchWithdrawalsState_build_closure14, A._MatchWithdrawalsState_build_closure13, A._MatchWithdrawalsState_build_closure19, A._MatchWithdrawalsState_build_closure18, 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._VendorViewFullwidthState_build_closure, A.VendorViewScreen_build_closure, A.VendorViewVM_VendorViewVM$fromStore_closure0, 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.decodePermissionRequestResult_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._CaretDocumentOverlayState_build___closure0, A._AndroidDocumentTouchEditingControlsState_build_closure, A.KeyboardEditingToolbar_build_closure, 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._IosDocumentTouchEditingControlsState_build_closure, A.SuperAndroidTextFieldState_build_closure, A.IOSFloatingCursor_build_closure, A.SuperIOSTextFieldState_build_closure, A.SuperTextState_build_closure, A.SuperTextState_build_closure0, A.WindowManager_setBounds_closure]); _inheritMany(A._Enum, [A.BrowserEngine, A.OperatingSystem, A.MutatorType, A._ParagraphCommandType, A.PersistedSurfaceState, A.DebugEngineInitializationState, A.Assertiveness, A._CheckableKind, A.Role, A.AccessibilityMode, A.GestureMode, A.EnabledState, A.LineBreakType, A.FragmentFlow, A._ComparisonResult, 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.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._CornerId, A.ButtonTextTheme, A.ButtonBarLayoutBehavior, A.DatePickerEntryMode, A.DatePickerMode, A.DrawerAlignment, A._FloatingActionButtonType, A._HighlightType, A.FloatingLabelBehavior, A._DecorationSlot, A.ListTileStyle, A.ListTileControlAffinity, A._ListTileSlot, A.MaterialType, A.MaterialState, A._ActivityIndicatorType, A._RefreshIndicatorMode, A.RefreshIndicatorTriggerMode, A._ScaffoldSlot, A.SnackBarClosedReason, A._SwitchType, A._SwitchListTileType, A.TabBarIndicatorSize, A._TextSelectionToolbarItemPosition, A.MaterialTapTargetSize, A.DayPeriod, A.TimeOfDayFormat, A.HourFormat, A._TimePickerMode, A.TimePickerEntryMode, A.TooltipTriggerMode, 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.KeyDataTransitMode, A.KeyboardSide, A.ModifierKey, A.SystemSoundType, A.MaxLengthEnforcement, A.SmartDashesType, A.SmartQuotesType, A.TextInputAction, A.TextCapitalization0, A.FloatingCursorDragState, A.SelectionChangedCause, A.CrossFadeState, A.ConnectionState, A.AutofillContextAction, A.ContextMenuButtonType, A.KeyEventResult, A.UnfocusDisposition, A.FocusHighlightMode, A.FocusHighlightStrategy, A.TraversalDirection, A.AutovalidateMode, A._StateLifecycle, A._ElementLifecycle, A.HeroFlightDirection, A._GestureType, A.PanAxis, A.Orientation, A.NavigationMode, A._ToolbarSlot, A.RoutePopDisposition, A._RouteLifecycle, A._RouteRestorationType, A.OverflowBarAlignment, A._GlowState, A._StretchState, A.RouteInformationReportingType, A.AndroidOverscrollIndicator, A.ScrollDecelerationRate, A.ScrollPositionAlignmentPolicy, A.ScrollViewKeyboardDismissBehavior, A.ScrollIncrementType, A.ScrollbarOrientation, A.SnapshotMode, 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.CropAspectRatioPreset, A.CropStyle, A.ImageCompressFormat, A.CameraDevice, A.ImageSource, A.BillingResponse, A.SkuType, 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.TaskReportFields, A.TransactionReportFields, A.VendorReportFields, A.UpdateState, A.FormatNumberType, A.AnimationDirection, A._PlaceholderType, A.OverflowViewLayoutBehavior, A.PermissionStatus0, A.PinputAutovalidateMode, A.AndroidSmsAutofillMethod, A.PinAnimationType, A.HapticFeedbackType, A.QrCodeElement, A.FinderPatternPosition, A.QrEyeShape, A.QrDataModuleShape, A.QrValidationStatus, A.ButtonState, A._MissingCase, A.SentryTransactionNameSource, A.SentryMeasurementUnit, A.SignInWithAppleButtonStyle, A.IconAlignment, A.AppleIDAuthorizationScopes, A.AuthorizationErrorCode, A.StateStatus, A.DocumentGestureMode, A.SelectionHandleType, A.DragMode, A.PrependedCharacterPolicy, A.ListItemType, A.SelectionType, A.ExecutionInstruction, A._SelectionType, A.TextFieldKeyboardHandlerResult, A.HintBehavior, A._AutoScrollDirection, A.SuperTextFieldPlatformConfiguration, A.TextInputSource, A.HandleType, A.LaunchMode, A.PreferredLaunchMode]); @@ -575825,7 +576011,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: ["~()", "Null()", "ListUIStateBuilder*(ListUIStateBuilder*)", "Null(Object*)", "Null(Store*,@,@(@)*)", "@(String*)", "Null(@)", "Null(String*)", "@(bool*)", "@()", "InvoiceEntityBuilder*(InvoiceEntityBuilder*)", "double(double)", "SettingsEntityBuilder*(SettingsEntityBuilder*)", "@(@)", "bool*(String*)", "String*(String*)", "~(Duration)", "Null(BuildContext*)", "Future*(BuildContext*)", "Null(bool*)", "~(BuildContext*)", "bool()", "CompanyEntityBuilder*(CompanyEntityBuilder*)", "int*(String*,String*)", "bool*()", "ErrorDialog*(BuildContext*)", "String*(@)", "Null(EntityState*,bool*)", "~(JavaScriptObject)", "Future*()", "Future*()", "Null(SelectableEntity*)", "Future*(Store*,@,@(@)*)", "ExpenseEntityBuilder*(ExpenseEntityBuilder*)", "Future<~>*()", "Null(List*)", "~(TextEditingController*)", "DropdownMenuItem*(String*)", "Null(Duration*)", "ListBuilder*()", "~(Object?)", "~(AnimationStatus)", "Null(String*,String*)", "~(bool*)", "Null(String*,bool*)", "bool*(Route<@>*)", "String*(BaseEntity*)", "String*(String*,ClearEntityFilter*)", "bool(SpanMarker)", "String*(String*,PreviewEntity*)", "Null(DocumentEntity*)", "ClientEntityBuilder*(ClientEntityBuilder*)", "ListUIState*(ListUIState*,FilterByEntity*)", "~(TapDownDetails)", "@(BuildContext*)", "PaymentEntityBuilder*(PaymentEntityBuilder*)", "String*(String*,SelectCompany*)", "Widget(BuildContext)", "PluralCase()", "CompanyGatewayEntityBuilder*(CompanyGatewayEntityBuilder*)", "~(DragStartDetails)", "Null(String*,InvoiceEntity*)", "@(SelectableEntity*)", "ExecutionInstruction({editContext!EditContext,keyEvent!RawKeyEvent})", "TaskEntityBuilder*(TaskEntityBuilder*)", "SubscriptionEntityBuilder*(SubscriptionEntityBuilder*)", "InvoiceItemEntityBuilder*(InvoiceItemEntityBuilder*)", "~(DragUpdateDetails)", "~(BuildContext*,EntityAction*)", "ListDivider*(BuildContext*,int*)", "String*(String*,@)", "InvoiceEntity*(String*)", "bool(String)", "Null(InvoiceEntity*)", "bool*(InvoiceItemEntity*)", "Null(TextEditingController*)", "String()", "bool(BoxHitTestResult,Offset)", "ScheduleEntityBuilder*(ScheduleEntityBuilder*)", "Null(BuildContext*,MultipartFile*)", "String(String,Node)", "InvoiceStatusEntityBuilder*(InvoiceStatusEntityBuilder*)", "int*(List*,List*)", "String*(String*,FilterByEntity*)", "~(RenderObject)", "Null(BuildContext*,DocumentEntity*,String*,String*)", "Future?(Object*)", "SettingsUIStateBuilder*(SettingsUIStateBuilder*)", "~(bool)", "~(String*)", "~(DragEndDetails)", "~(PaintingContext,Offset)", "~(String)", "bool*(bool*,UpdateUserPreferences*)", "Color(Set)", "Future<~>()", "~(TapUpDetails)", "UserCompanyEntityBuilder*(UserCompanyEntityBuilder*)", "int*(int*,PreviewEntity*)", "~(int)", "VendorEntityBuilder*(VendorEntityBuilder*)", "~(@)", "EntityStats*(String*,BuiltMap*)", "~(Element0)", "Null(~)", "UserEntityBuilder*(UserEntityBuilder*)", "double(RenderBox)", "InvoiceEntity*(@)", "@(TaxRateEntity*)", "Null(EntityStatus*,bool*)", "Null(List*)", "bool*(InvoiceEntity*)", "Null(JavaScriptObject)", "Uint8List*(PdfPageFormat*)", "StatelessWidget*(BuildContext*,BoxConstraints*)", "~(PointerEvent)", "Null(int*)", "Null(String*,ExpenseEntity*)", "Null(int*,int*)", "bool(Object?)", "String(Match)", "Null(BuildContext*,Completer*)", "~(Document2,DocumentEditorTransaction)", "UserStateBuilder*(UserStateBuilder*)", "~(RestorableProperty,~())", "Map(Document2,DocumentNode)", "TransactionEntityBuilder*(TransactionEntityBuilder*)", "@(CompanyEntity*)", "String(String)", "@(int*,String*)", "@(MultipartFile*)", "String*(SelectableEntity*)", "~(Object,StackTrace)", "Null(ExpenseEntity*)", "int(int)", "String*()", "@(DocumentEntity*,String*,String*)", "List()", "Palette()", "ScrollableListView*(BuildContext*)", "String*(InvoiceEntityBuilder*)", "@(InvoiceEntity*)", "Widget*()", "DashboardUISettingsBuilder*(DashboardUISettingsBuilder*)", "TaskStatusEntityBuilder*(TaskStatusEntityBuilder*)", "bool(FocusNode)", "double*(ChartMoneyData*,int*)", "ListBuilder*()", "Null(Completer*,String*)", "InvoiceEntity*(InvoiceEntity*,@)", "Null(BaseEntity*)", "~(String,@)", "Null(TaxRateEntity*)", "Null(String*,TaskEntity*)", "bool*(ClientContactEntity*)", "PurchaseOrderStateBuilder*(PurchaseOrderStateBuilder*)", "~(ByteData?)", "bool(@)", "Widget*(BuildContext*,int*)", "~(@,@)", "int()", "Null(UserEntity*)", "DropdownMenuItem*(int*)", "ProductEntityBuilder*(ProductEntityBuilder*)", "Null(DesignEntity*)", "EntityStats*(String*,BuiltMap*)", "~(ForcePressDetails)", "Tween(@)", "SimpleDialog*(BuildContext*)", "Null(PaymentEntity*)", "~(LayoutView)", "~(SelectableEntity*)", "TransactionRuleEntityBuilder*(TransactionRuleEntityBuilder*)", "Null(PaymentableEntity*)", "Null(Object,StackTrace)", "String*(String*,ClearEntitySelection*)", "AuthStateBuilder*(AuthStateBuilder*)", "Future()", "@(int*)", "bool*(VendorContactEntity*)", "bool(FlutterHtmlKeyboardEvent)", "Null(String*,PaymentEntity*)", "MapBuilder*()", "~(Object*)", "bool*(BaseEntity*)", "Null(BuildContext*[EntityAction*])", "Null(List*)", "bool(ScrollNotification)", "Color?(Set)", "~(PointerExitEvent)", "Null(SettingsEntity*)", "PaymentStatusEntityBuilder*(PaymentStatusEntityBuilder*)", "Object?(@)", "Widget(BuildContext,int)", "QuoteStateBuilder*(QuoteStateBuilder*)", "~(String,String)", "AlertDialog*(BuildContext*)", "ProjectEntityBuilder*(ProjectEntityBuilder*)", "TaskEntity*(String*)", "bool*(TaskTime*)", "Null(TaskTime*)", "ListBuilder*()", "double*(double*)", "InvitationEntity*(ClientContactEntity*)", "MapEntry(@,@)", "FeesAndLimitsSettingsBuilder*(FeesAndLimitsSettingsBuilder*)", "bool(_RouteEntry?)", "ExpenseEntity*(String*)", "~(PanGestureRecognizer)", "PanGestureRecognizer()", "Null(Completer*)", "GroupStateBuilder*(GroupStateBuilder*)", "TaxRateStateBuilder*(TaxRateStateBuilder*)", "KeyEventResult(FocusNode,RawKeyEvent)", "~(PointerEnterEvent)", "Future<~>(MethodCall0)", "String*(PaymentableEntity*)", "Future<@>(MethodCall0)", "Color0(int?)", "Null(BuildContext*,bool*)", "~(PointerDownEvent)", "ListTile*(String*)", "TextStyle(Set)", "TransactionStateBuilder*(TransactionStateBuilder*)", "Null(TransactionEntity*)", "DocumentLayout()", "bool(NotoFont)", "bool(int)", "TextFieldKeyboardHandlerResult({controller!AttributedTextEditingController,keyEvent!RawKeyEvent,textLayout:ProseTextLayout?})", "CompanyGatewayStateBuilder*(CompanyGatewayStateBuilder*)", "Widget(BuildContext,Widget?)", "Null(EntityType*)", "double(double,double)", "Text*(String*)", "bool(Node)", "double*()", "bool*(PaymentableEntity*)", "MapBuilder*(MapBuilder*)", "Column*(BuildContext*)", "bool*(DateRange*)", "int(_Codes)", "List*()", "~(TapSequenceGestureRecognizer)", "TaskTimeBuilder*(TaskTimeBuilder*)", "~(~())", "Null(ProductEntity*)", "PaymentTermStateBuilder*(PaymentTermStateBuilder*)", "Null(TaskStateBuilder*)", "Null(TaskEntity*)", "~(LongPressStartDetails)", "Null(RecurringInvoiceStateBuilder*)", "~(String?)", "TextFieldKeyboardHandlerResult({controller!AttributedTextEditingController,keyEvent!RawKeyEvent,textLayout!ProseTextLayout})", "PaymentEntity*(String*)", "Null(InvoiceStateBuilder*)", "WebhookEntityBuilder*(WebhookEntityBuilder*)", "ClientStateBuilder*(ClientStateBuilder*)", "double(RenderBox,double)", "TapSequenceGestureRecognizer()", "int(Object?)", "bool(InlineSpan)", "BankAccountEntityBuilder*(BankAccountEntityBuilder*)", "~(PointerExitEvent*)", "Null(LoginResponse*)", "Widget(BuildContext,BoxConstraints)", "TaxRateEntity*(String*)", "AppStateBuilder*(AppStateBuilder*)", "bool*(EntityType*)", "MaterialStateProperty?(ButtonStyle?)", "Future()", "~(DateTime)", "Null(InvoiceItemEntity*,int*)", "~(PointerEnterEvent*)", "Future>(Map)", "TransactionStatusEntityBuilder*(TransactionStatusEntityBuilder*)", "Null(ClientEntity*)", "MapBuilder*()", "ActivityListTile*(BuildContext*,int*)", "Null(String*,ClientEntity*)", "TextStyle(Set)", "ProductEntity*(String*)", "~(Object?,Object?)", "bool*(PaymentEntity*)", "Future*(String*)", "@(DesignEntity*)", "@(String*,bool*)", "~(SpanMarker)", "DropdownMenuItem*(DateRange*)", "Null(BuiltList*)", "ExpenseStatusEntityBuilder*(ExpenseStatusEntityBuilder*)", "DropdownMenuItem*(MapEntry*)", "String*(InvoiceEntity*)", "CreditStateBuilder*(CreditStateBuilder*)", "Null(InvoiceItemEntity*)", "bool(GestureListener)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "Null(EntityAction*)", "Null(TaskStatusEntity*)", "@(Completer*)", "Future*(BuildContext*,bool*)", "DocumentStateBuilder*(DocumentStateBuilder*)", "bool(Element0)", "bool(InheritedElement)", "ExpenseStateBuilder*(ExpenseStateBuilder*)", "ExpenseCategoryEntityBuilder*(ExpenseCategoryEntityBuilder*)", "Null(GroupEntity*)", "Null(VendorEntity*)", "InvoiceStateBuilder*(InvoiceStateBuilder*)", "~(String,NumericAxis)", "PaymentStateBuilder*(PaymentStateBuilder*)", "List*(BuildContext*)", "~(Selectable)", "Null(List*)", "InvoiceItemSelector*(BuildContext*)", "Null(ProjectEntity*)", "ProjectStateBuilder*(ProjectStateBuilder*)", "int(FocusNode,FocusNode)", "Color0*(ChartMoneyData*,int*)", "DateTime*(ChartMoneyData*,int*)", "RecurringExpenseStateBuilder*(RecurringExpenseStateBuilder*)", "Null(RecurringExpenseStateBuilder*)", "Null(int*,String*)", "Null(BuildContext*,InvoiceEntity*[String*])", "RecurringInvoiceStateBuilder*(RecurringInvoiceStateBuilder*)", "~(PointerSignalEvent)", "Null(BuildContext*[int*])", "Null(List*,String*,String*)", "Null(List*)", "BaseEntity*(InvoiceItemEntity*)", "TaskStateBuilder*(TaskStateBuilder*)", "Null(List*[String*,String*])", "int*(InvoiceEntity*,InvoiceEntity*)", "UpgradeDialog*(BuildContext*)", "Null(Store*)", "ExpenseEntity*(ExpenseEntity*,@)", "double()", "BankAccountEntity*(String*)", "VendorContactEntityBuilder*(VendorContactEntityBuilder*)", "String*(TaxRateReportFields*)", "~(ProgressEvent)", "~(NavigatorObserver)", "int(@,@)", "MessageDialog*(BuildContext*)", "String*(TaxRateReportFields0*)", "ClientContactEntityBuilder*(ClientContactEntityBuilder*)", "Null(BankAccountEntity*)", "@(SettingsEntity*)", "MouseCursor0(Set)", "~(bool?)", "RenderBox()", "BankAccountStateBuilder*(BankAccountStateBuilder*)", "DesignEntityBuilder*(DesignEntityBuilder*)", "Null(BuildContext*,EmailTemplate*,String*,String*,String*)", "ClientEntity*(String*)", "String?(String?)", "Object?(Object?)", "ColorTween(@)", "ProjectEntity*(String*)", "ListBuilder*(ListBuilder*)", "Null(DateTime*)", "List*>*(BuildContext*)", "CompanyGatewayEntity*(String*)", "Null(CompanyGatewayEntity*)", "bool(_RouteEntry)", "~(LongPressMoveUpdateDetails)", "TaskStatusStateBuilder*(TaskStatusStateBuilder*)", "Null(ProductStateBuilder*)", "Null(List*)", "DateTime()", "Null(PaymentTermEntity*)", "TextBoundary(DirectionalTextEditingIntent)", "EntityStats*(String*,BuiltMap*)", "Offset()", "Future<~>(bool)", "Null(List*)", "Color(Color)", "Null(List*)", "Widget(BuildContext,EditableTextState)", "AppTextButton*(BuildContext*)", "ScrollPosition()", "Future>(Map)", "InvoiceListItem*(BuildContext*,int*)", "String*(ProfitAndLossReportFields*)", "Null(String*,TransactionEntity*)", "EntityStats*(String*,BuiltMap*)", "ProductStateBuilder*(ProductStateBuilder*)", "ExpenseCategoryStateBuilder*(ExpenseCategoryStateBuilder*)", "Null(ExpenseCategoryEntity*)", "VendorStateBuilder*(VendorStateBuilder*)", "TokenStateBuilder*(TokenStateBuilder*)", "Null(TaskStatusStateBuilder*)", "String*(ExpenseEntity*)", "bool*(ExpenseEntity*)", "SubscriptionStateBuilder*(SubscriptionStateBuilder*)", "Null(WebhookEntity*)", "Null(TokenEntity*)", "TaskListItem*(BuildContext*,int*)", "Null(@,@)", "DesignStateBuilder*(DesignStateBuilder*)", "DesignEntity*(String*)", "ExpenseListItem*(BuildContext*,int*)", "WebhookStateBuilder*(WebhookStateBuilder*)", "GridView*(BuildContext*,BoxConstraints*)", "Future()", "List*(BuiltMap*,BuiltMap*)", "String(int)", "ScheduleStateBuilder*(ScheduleStateBuilder*)", "Null(BuildContext*,InvoiceEntity*,ClientEntity*)", "CustomFieldSelector*(BuildContext*)", "Null(ScheduleEntity*)", "bool*(@)", "TaskStatusEntity*(String*)", "~({curve:Curve,descendant:RenderObject?,duration:Duration,rect:Rect?})", "UserSmsVerification*(BuildContext*)", "Null(TransactionRuleEntity*)", "int(RenderObject,RenderObject)", "TransactionRuleStateBuilder*(TransactionRuleStateBuilder*)", "~(MouseEvent)", "String*(InvitationEntity*)", "MapBuilder*(MapBuilder*)", "JavaScriptObject()", "bool*(String*,InvoiceEntity*)", "~(Event)", "@([String*,String*])", "ListBuilder*()", "Null(SubscriptionEntity*)", "DropdownMenuItem*(int*)", "~(TextSelection,SelectionChangedCause?)", "String*(RecurringExpenseReportFields*)", "ListTile*(BuildContext*,int*)", "String*(QuoteReportFields*)", "@(double*)", "Future*(String*,String*)", "String*(RecurringInvoiceReportFields*)", "bool(Object?,Object?)", "MapEntry*>*(String*,String*)", "~(LongPressEndDetails)", "Null(CreditStateBuilder*)", "~(TaxRateEntity*)", "JavaScriptObject(JavaScriptObject)", "Null(CompanyGatewayStateBuilder*)", "Set()", "Null(List*)", "bool*(EntityAction*)", "bool(String?)", "EdgeInsetsGeometryTween(@)", "~(SliverConstraints)", "bool(ScrollMetricsNotification)", "~(List)", "bool(SemanticsNode)", "bool(_Highlight)", "OutlinedButton*(EntityAction*)", "bool*(InvitationEntity*)", "PopupMenuButton*(BuildContext*,int*)", "String*(TaskReportFields*)", "int*(TaskEntity*,TaskEntity*)", "int*(ExpenseEntity*,ExpenseEntity*)", "List*>*(BuildContext*)", "String*(TransactionReportFields*)", "Null(List*)", "int(SemanticsNode,SemanticsNode)", "Null(DesignStateBuilder*)", "PopupMenuItem*(EntityAction*)", "String*(VendorReportFields*)", "Null(WebhookStateBuilder*)", "Null(List*)", "Null(ClientStateBuilder*)", "DocumentEntityBuilder*(DocumentEntityBuilder*)", "~(Object,String)", "String*(QuoteItemReportFields*)", "PaymentableEntityBuilder*(PaymentableEntityBuilder*)", "PaymentListItem*(BuildContext*,int*)", "Future*(BuildContext*,Completer*,String*)", "String*(PurchaseOrderReportFields*)", "InvitationEntity*(VendorContactEntity*)", "~(Object[StackTrace?])", "Null(List*)", "Future*(BuildContext*,Completer*{oneTimePassword:String*,secret:String*,url:String*})", "Null(List*)", "Null(ExpenseStateBuilder*)", "WebhookEntity*(String*)", "bool(FocusableActionDetector)", "String*(ClientReportFields*)", "ExpenseCategoryEntity*(String*)", "Null(List*)", "bool*(ActivityEntity*)", "Null(VendorStateBuilder*)", "String*(PurchaseOrderItemReportFields*)", "Null(ExpenseCategoryStateBuilder*)", "String*(ContactReportFields*)", "~(DragDownDetails)", "TransactionRuleCriteriaEntityBuilder*(TransactionRuleCriteriaEntityBuilder*)", "GroupEntity*(String*)", "Null(List*)", "bool(Node0)", "GroupEntityBuilder*(GroupEntityBuilder*)", "Null(GroupStateBuilder*)", "Null(BankAccountStateBuilder*)", "~(Timer)", "Rect()", "@(Object*)", "Null(List*)", "VendorEntity*(String*)", "Null(List*)", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "bool(DataRow0)", "~(int,int)", "MaterialStateProperty?(ButtonStyle?)", "Null(PaymentStateBuilder*)", "ListBuilder*(ListBuilder*)", "Null(List*)", "PaymentTermEntity*(String*)", "Null(List*)", "bool(Point)", "BaseEntity*(String*)", "Null(PaymentTermStateBuilder*)", "~(String,~())", "Null(String*,List*)", "String*(CreditItemReportFields*)", "Null(@,StackTrace)", "Null(TokenStateBuilder*)", "ClientContactEntity*()", "String*(CreditReportFields*)", "Null(List*)", "Iterable(Iterable)", "UserEntity*(String*)", "int(int,int)", "Null(ProjectStateBuilder*)", "PasswordConfirmation*(BuildContext*)", "QuoteListItem*(BuildContext*,int*)", "String*(String*,UpdateUserPreferences*)", "bool*(bool*,DismissTwoYearReviewAppPermanently*)", "Null(int*,bool*)", "bool*(Attribution*)", "~(ImageStreamListener)", "Null(PurchaseOrderStateBuilder*)", "DecoratedFormField*(BuildContext*,TextEditingController*,FocusNode*,~()*)", "Null(TransactionRuleStateBuilder*)", "Null(bool*,int*,String*,double*,double*)", "Widget(Widget,Animation0)", "Null(List*)", "bool(KeyData)", "Null(QuoteStateBuilder*)", "~(Timer*)", "InkWell*(BuildContext*)", "Text*(@)", "double*(String*)", "TransactionRuleEntity*(String*)", "String*(DocumentReportFields*)", "Null(TransactionStateBuilder*)", "VerticalDragGestureRecognizer()", "Null(List<@>*)", "~(Codec)", "ReportsUIStateBuilder*(ReportsUIStateBuilder*)", "ScheduleEntity*(String*)", "Null(List*)", "String*(ExpenseReportFields*)", "Null(ScheduleStateBuilder*)", "String*(InvoiceItemReportFields*)", "Null(CompanyEntity*)", "~(VerticalDragGestureRecognizer)", "IconButton*(BuildContext*)", "SubscriptionEntity*(String*)", "Null(List*)", "bool(Country)", "Widget(BuildContext,Widget,int?,bool)", "Null(SubscriptionStateBuilder*)", "String*(InvoiceReportFields*)", "ListBuilder*()", "String*(PaymentReportFields*)", "MapBuilder*>*()", "String(@)", "Null(Event)", "Null(Timer*)", "Future<~>(String)", "Null(List*)", "Future<~>(~(JavaScriptObject),~(Object?))", "~(TextInputAction)", "PrefStateBuilder*(PrefStateBuilder*)", "String*(ProductReportFields*)", "VendorContactEntity*()", "Null(List*)", "Null(bool)", "TransactionEntity*(String*)", "Null(TaxRateStateBuilder*)", "TaxRegionDataEntityBuilder*(TaxRegionDataEntityBuilder*)", "Map*(Document2*,DocumentNode*)", "TokenEntity*(String*)", "List*(BuiltMap*)", "ListBuilder*()", "Null(UserStateBuilder*)", "ListBuilder*()", "TaxRateEntityBuilder*(TaxRateEntityBuilder*)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceItem*)", "Null(BuiltList*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceItem*)", "String*(String*,ShowPdfRecurringInvoice*)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuoteItem*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteItem*)", "String*(String*,ShowPdfQuote*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrderItem*)", "InvoiceEntity*(InvoiceEntity*,DeletePurchaseOrderItem*)", "bool*(bool*,DismissOneYearReviewAppPermanently*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderItem*)", "AppSidebarMode*(AppSidebarMode*,UpdateUserPreferences*)", "String*(String*,ShowPdfPurchaseOrder*)", "BuiltMap*(BuiltMap*,UpdateUserPreferences*)", "EntityStats*(String*,BuiltMap*)", "String*(InvoiceItemEntityBuilder*)", "Completer*(Completer*,EditProject*)", "InvoiceItemEntity*(String*)", "PaymentTermEntity*(@)", "PaymentTermEntityBuilder*(PaymentTermEntityBuilder*)", "List*(String*,BuiltMap*,BuiltList*)", "UserEntity*(@)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceItem*)", "String*(String*,ShowPdfInvoice*)", "Completer*(Completer*,EditVendor*)", "GroupEntity*(@)", "Completer*(Completer*,EditExpenseCategory*)", "ExpenseEntity*(@)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,BuiltMap*,StaticState*)", "bool*(String*,ExpenseEntity*)", "Null(BuiltList*)", "Null(DocumentStateBuilder*)", "DocumentEntity*(String*)", "List*(BuiltMap*,BuiltMap*)", "int*(PaymentEntity*,PaymentEntity*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "List*>*(BuildContext*)", "InkWell*(String*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*)", "MapBuilder*>*(MapBuilder*>*)", "UserSettingsEntityBuilder*(UserSettingsEntityBuilder*)", "List*(BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditItem*)", "Null(BuildContext*,String*,String*,String*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditItem*)", "InvoiceEntity*(InvoiceEntity*,AddCreditItem*)", "String*(String*,ShowPdfCredit*)", "List*()", "PaymentableEntity*(BaseEntity*)", "Null(DropEventDetails*)", "CompanyGatewayEntity*(@)", "int*(BaseEntity*,BaseEntity*)", "bool*(TaskEntity*)", "bool*(ProjectEntity*)", "bool*(ProductEntity*)", "ReportSettingsEntityBuilder*(ReportSettingsEntityBuilder*)", "bool*(GatewayTokenEntity*)", "EntityStats*(String*,BuiltMap*)", "Completer*(Completer*,EditClient*)", "String*(ProjectEntityBuilder*)", "String*(PaymentEntityBuilder*)", "Null(UserCompanyEntity*)", "bool*(HistoryRecord*)", "bool*(SelectableEntity*)", "bool*(CompanyEntity*)", "bool*(bool*,DismissNativeWarningPermanently*)", "~(PersistenceRepository*)", "ToggleButtons*(BuildContext*,BoxConstraints*)", "UIStateBuilder*(UIStateBuilder*)", "PaymentRefundScreen*(BuildContext*)", "PaymentEditScreen*(BuildContext*)", "MediaQuery*(BuildContext*,Widget*)", "MainScreen*(BuildContext*)", "LoginScreen*(BuildContext*)", "MapBuilder*()", "MapBuilder*()", "ListBuilder*()", "Null(String*,String*,String*,String*,String*)", "Null(EmailTemplate*)", "ListBuilder*()", "bool*(TaxRateEntity*)", "TaxRateEntity*()", "Null(PointerHoverEvent*)", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "Align*(List<@>*)", "ListBuilder*()", "ListBuilder*()", "Widget*(CompanyEntity*)", "AccountSmsVerification*(BuildContext*)", "ListBuilder*()", "ListBuilder*()", "PointerInterceptor*(BuildContext*)", "Future*(@)", "DropdownMenuItem<@>*(@)", "String*(PhoneNumber*)", "bool*(SystemLogEntity*)", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "bool*(DataRow*)", "TaxRateEntity*(@)", "DataCell*(String*)", "MapBuilder*()", "ListBuilder*()", "Size(RenderBox,BoxConstraints)", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "MapBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "Widget*(BuildContext*,AsyncSnapshot*)", "Null(ClientContactEntity*)", "ListBuilder*()", "ListBuilder*()", "Null(GatewayTokenEntity*)", "Row*(BuildContext*,BoxConstraints*)", "TokenMeta*(GatewayTokenEntity*)", "ListBuilder*()", "ListBuilder*()", "MapBuilder*>*(MapBuilder*>*)", "bool*(GatewayOptionsEntity*)", "Null(ProgressEvent)", "bool(Rule)", "~(Object,StackTrace,Object?)", "~(PointerHoverEvent)", "bool(Selectable,double)", "VelocityTracker(PointerEvent)", "~(_DragInfo)", "DecorationTween(@)", "AlignmentGeometryTween(@)", "Tween<@>?(Tween<@>?,@,Tween<@>(@))", "Positioned(BuildContext,Widget?)", "~(PointerPanZoomStartEvent)", "~(ForcePressGestureRecognizer)", "ForcePressGestureRecognizer()", "~(HorizontalDragGestureRecognizer)", "HorizontalDragGestureRecognizer()", "~(LongPressGestureRecognizer)", "Null(DateRange*)", "LongPressGestureRecognizer()", "Null(ChartDataGroup*)", "~(TapGestureRecognizer)", "TapGestureRecognizer()", "int(_ReadingOrderSortData,_ReadingOrderSortData)", "bool(DisplayFeature)", "Null(EntityType*,List*)", "Object?(DismissIntent)", "Map()", "~(RestorationBucket)", "Future(ByteData?)", "List(_SemanticsSortGroup)", "bool(BoxHitTestResult)", "bool(InlineSpanSemanticsInformation)", "Future*(Response*)", "~(Rect)", "~(ImageChunkEvent)", "ImageStreamCompleter()", "~(ImageInfo,bool)", "~(TimeOfDay)", "~(_TimePickerMode)", "ExpenseCategoryListItem*(BuildContext*,int*)", "Null(VendorContactEntity*)", "ListBuilder*()", "Semantics(BuildContext,Widget?)", "_ZoomExitTransition(BuildContext,Animation0,Widget?)", "Container*(BuildContext*,int*)", "_ZoomEnterTransition(BuildContext,Animation0,Widget?)", "List*>*(BuildContext*)", "PopupMenuItem*(String*)", "ProductListItem*(BuildContext*,int*)", "LocalKey(MergeableMaterialItem)", "RefreshIndicator*(BuildContext*)", "Null(MapEntry*)", "Null(String*,double*)", "~([String*])", "~(RenderBox?)", "double*(PaymentableEntity*)", "Padding*(InvoiceEntity*)", "~(FocusHighlightMode)", "~([Intent?])", "~(Size)", "CustomSingleChildLayout(BuildContext)", "bool(BuildContext)", "bool*(CreditItemReportFields*)", "MaterialStateProperty?(ButtonStyle?)", "bool(DraggableScrollableNotification)", "LicenseEntry(int)", "Widget(BuildContext,bool)", "bool*(InvoiceItemReportFields*)", "Widget(BuildContext,Object?,ScrollController?)", "double(_PointerPanZoomData)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "Drag?(Offset)", "~(DiagnosticsNode)", "Future()", "Color?(Color?)", "Future<~>(~)", "bool*(PurchaseOrderItemReportFields*)", "Node2?(DirectoryNode,String,Node2?)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "~(List)", "bool*(QuoteItemReportFields*)", "XFile(String)", "bool(RenderBox)", "TokenEntityBuilder*(TokenEntityBuilder*)", "~(ScaleUpdateDetails)", "Color0*(@,int*)", "num*(@,int*)", "Map*(String*)", "~(ScaleStartDetails)", "@(int*,bool*)", "Null(BuildContext*,BuiltMap*)", "Null(BuildContext*,List*)", "~(ChartBehavior<@>)", "bool(ChartBehavior<@>)", "num?(int?)", "~(GestureListener)", "Null(BuildContext*,String*,String*)", "bool(LayoutView)", "String*(MapBuilder*)", "Future*(BuildContext*,String*)", "int(LayoutView,LayoutView)", "Future*(BuildContext*,AppSidebarMode*)", "String(num?)", "List()", "List?(int?)", "~(bool(String))", "DropdownMenuItem*(ImportType*)", "Set<~>*()", "Widget(BuildContext,Object,StackTrace?)", "TaxDataEntityBuilder*(TaxDataEntityBuilder*)", "TaxSubregionDataEntityBuilder*(TaxSubregionDataEntityBuilder*)", "int(int,@)", "Future*(Object*)", "_EnableTwoFactor*(BuildContext*)", "double(Set)", "SpanMarker(SpanMarker)", "~(Attribution,int)", "bool*(SubscriptionEntityBuilder*)", "UpdateState*()", "_Channel()", "Null(TaskTime*,int*)", "Null(Completer*,String*)", "Future(RandomAccessFile)", "~(int*)", "VendorListItem*(BuildContext*,int*)", "Null(BuildContext*,String*)", "_RuleCriteria*(BuildContext*)", "_RandomAccessFile(Object?)", "~(RandomAccessFile)", "Null(Uint8List)", "Null(GoogleSignInAuthentication*)", "String*(Match*)", "~(Uint8List,String,int)", "Widget*(BuildContext*,DocumentSelection*,Widget*)", "~(LinkifyElement)", "String(Node3)", "bool(BlockSyntax)", "bool(InlineSyntax)", "bool(Delimiter)", "List()", "int(String?)", "Element2(int)", "~(Symbol0,@)", "Future<~>(BuildContext,Uint8List/(PdfPageFormat),PdfPageFormat)", "Null(PrintingInfo)", "~([~])", "~([Object?])", "@(String)", "Future()", "~(String,String?)", "~(GestureMode)", "~(Offset)", "KeyData()", "@(JavaScriptObject)", "Future(String,Map)", "Padding(BuildContext,Widget?)", "bool(TextEditingDelta)", "~(num)", "DeltaTextInputClientDecorator()", "~({addedComponents!List,changedComponents!List,removedComponents!List})", "~(JavaScriptObject?)", "bool(Attribution)", "List()", "Stack(BuildContext)", "CompositedTransformTarget(BuildContext,Widget?)", "Widget(BuildContext,TextLayout)", "Stack(BuildContext,List,Widget?)", "ByteBuffer(@)", "~(RenderBox,BoxConstraints{parentUsesSize:bool})", "Future(JavaScriptObject)", "ViewListDiffResult?(int)", "BankAccountEntity*(BankAccountEntity*,@)", "CompanyGatewayEntity*(CompanyGatewayEntity*,@)", "String(String,String)", "DesignEntity*(DesignEntity*,@)", "Object?()", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,@)", "GroupEntity*(GroupEntity*,@)", "PaymentEntity*(PaymentEntity*,@)", "PaymentTermEntity*(PaymentTermEntity*,@)", "ProductEntity*(ProductEntity*,@)", "ProjectEntity*(ProjectEntity*,@)", "ScheduleEntity*(ScheduleEntity*,@)", "SubscriptionEntity*(SubscriptionEntity*,@)", "TaskEntity*(TaskEntity*,@)", "TaskStatusEntity*(TaskStatusEntity*,@)", "TaxRateEntity*(TaxRateEntity*,@)", "TokenEntity*(TokenEntity*,@)", "TransactionEntity*(TransactionEntity*,@)", "TransactionRuleEntity*(TransactionRuleEntity*,@)", "UserEntity*(UserEntity*,@)", "VendorEntity*(VendorEntity*,@)", "WebhookEntity*(WebhookEntity*,@)", "bool(JavaScriptObject)", "Promise<1&>([JavaScriptObject?])", "~(ScaleEndDetails)", "DocumentEntity*(DocumentEntity*,UpdateDocument*)", "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*)", "~(PointerMoveEvent)", "Rect()(RenderBox)", "Future()", "~(PointerUpEvent)", "CalendarDatePicker()", "Form()", "Flex(BuildContext)", "bool(bool)", "Widget(BuildContext,Animation0,Animation0)", "Future*(SharedPreferences*)", "Null(~(Codec))", "Promise<1&>()", "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*)", "~(ActivateIntent)", "UserCompanyState*(int*)", "~(ButtonActivateIntent)", "IndentingBuiltValueToStringHelper(String)", "RenderObjectWidget(Widget)", "DropdownButtonHideUnderline(BuildContext)", "Rect()?(RenderBox)", "Null(UserCompanyState*)", "ListBuilder()", "ListMultimapBuilder()", "bool(InkHighlight?)", "Color(_HighlightType)", "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*)", "MapBuilder()", "String*(String*,ArchiveBankAccountsSuccess*)", "String*(String*,DeleteBankAccountsSuccess*)", "SetBuilder()", "SetMultimapBuilder()", "bool(Pattern[int])", "ListTileTheme(BuildContext)", "String*(String*,SortBankAccounts*)", "String*(String*,FilterBankAccounts*)", "String*(String*,FilterBankAccountsByState*)", "String*(String*,FilterBankAccountsByCustom1*)", "String*(String*,FilterBankAccountsByCustom2*)", "String*(String*,FilterBankAccountsByCustom3*)", "String*(String*,FilterBankAccountsByCustom4*)", "StatefulWidget?(BuildContext,MagnifierController,ValueNotifier)", "BankAccountEntity*(BankAccountEntity*,UpdateBankAccount*)", "bool(LayoutChangedNotification)", "BankAccountEntity*(BankAccountEntity*,RestoreBankAccountsSuccess*)", "BankAccountEntity*(BankAccountEntity*,ArchiveBankAccountsSuccess*)", "BankAccountEntity*(BankAccountEntity*,DeleteBankAccountsSuccess*)", "Null(FrameInfo)", "SurfaceScene()", "ShapeBorderTween(@)", "Container(BuildContext)", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*,String*)", "bool(Color)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "Object()", "BankAccountEntity*(@)", "PageTransitionsBuilder?(TargetPlatform)", "FadeTransition(BuildContext,Widget?)", "~(double,double)", "_MergClientPicker*(BuildContext*)", "@(@,String)", "bool(OverscrollIndicatorNotification)", "RefreshProgressIndicator(BuildContext,Widget?)", "Widget(Widget,int,Animation0)", "Material(BuildContext,Widget?)", "Actions(BuildContext,Widget?)", "Null(BuiltList*)", "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*)", "~(DragEndDetails{isClosing:bool?})", "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*)", "Align(BuildContext,Widget?)", "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*)", "bool(Set)", "int(PaintRequest,PaintRequest)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "Map()", "num(int?)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,ListUIState*,BuiltMap*,StaticState*)", "String?(int)", "ClientEntity*(@)", "UserCompanyStateBuilder*(UserCompanyStateBuilder*)", "UserCompanyEntity*(UserCompanyEntity*,SaveEInvoiceCertificateSuccess*)", "Animation0(bool)", "UserCompanyEntity*(UserCompanyEntity*,UpdateReportSettings*)", "~(List,TextDirection,double)", "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*)", "GlobalKey>(Widget)", "Center(int)", "bool*(ClientEntity*)", "InputDecorator(BuildContext,Widget?)", "Set(Set,Set)", "UnmanagedRestorationScope(FormFieldState)", "TextSelectionToolbarTextButton(MapEntry)", "ThemeDataTween(@)", "ThemeData()", "MapEntry>(Object,ThemeExtension<@>)", "bool(MapEntry>)", "MapEntry(MapEntry)", "TimeOfDay(int)", "Offset(double)", "~(List<_TappableLabel>?)", "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*)", "~(String?,List)", "MergeSemantics(int)", "~([TapUpDetails?])", "List*(BuiltMap*,BuiltList*,ListUIState*,String*,bool*)", "double*(String*,BuiltMap*)", "Future(Uint8List{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "EntityStats*(String*,BuiltMap*)", "Null(String*,CompanyGatewayEntity*)", "Future(ImmutableBuffer{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "EdgeInsetsGeometry(EdgeInsetsGeometry,ShapeBorder)", "ShapeBorder(ShapeBorder)", "String(ShapeBorder)", "TextElement2(String)", "bool(double)", "Color(double)", "_LiveImage()", "CreditUIStateBuilder*(CreditUIStateBuilder*)", "bool*(bool*,ViewCredit*)", "bool*(bool*,ViewCreditList*)", "bool*(bool*,FilterCreditsByState*)", "bool*(bool*,FilterCredits*)", "bool*(bool*,FilterCreditsByCustom1*)", "bool*(bool*,FilterCreditsByCustom2*)", "bool*(bool*,FilterCreditsByCustom3*)", "bool*(bool*,FilterCreditsByCustom4*)", "int*(int*,UpdateCreditTab*)", "~(ImageInfo?,bool)", "int*(int*,EditCredit*)", "int*(int*,EditCreditItem*)", "String*(String*,ArchiveCreditsSuccess*)", "String*(String*,DeleteCreditsSuccess*)", "String*(String*,ViewCredit*)", "String*(String*,AddCreditSuccess*)", "String*(String*,ShowEmailCredit*)", "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*)", "Future<~>(Object,StackTrace?)", "InvoiceEntity*(InvoiceEntity*,MoveCreditItem*)", "double(TextElement2)", "Null(Map>?)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddCreditContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveCreditContact*)", "Iterable>()", "~(Object,StackTrace?)?(ImageStreamListener)", "~(ImageChunkEvent)?(ImageStreamListener)", "Iterable>>()", "Paint(BoxShadow)", "Rect(BoxShadow)", "Path(BoxShadow)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*)", "DiagnosticsNode(InlineSpan)", "~(int,SemanticsAction,ByteData?)", "~(SemanticsUpdate0)", "DashboardUIStateBuilder*(DashboardUIStateBuilder*)", "BuiltMap*>*(BuiltMap*>*,UpdateDashboardSelection*)", "String(double,double,String)", "BuiltMap*>*(BuiltMap*>*,SelectCompany*)", "EntityType*(EntityType*,UpdateDashboardEntityType*)", "bool*(bool*,UpdateDashboardSidebar*)", "Size()", "double?()", "int(int?)", "~(TextSelection)", "Rect(TextBox)", "Null(String*,Duration*)", "Null(~())", "Rect(Rect?,TextBox)", "List*(BuiltMap*,String*)", "int(_PersistedSurfaceMatch,_PersistedSurfaceMatch)", "MouseCursor0(MouseTrackerAnnotation)", "List*(BuiltMap*,BuiltMap*)", "~(MouseTrackerAnnotation,Matrix4)", "bool(MouseTrackerAnnotation)", "~(CkCanvas)", "List*(BuiltMap*,BuiltMap*)", "bool(Point[double?])", "~(_SelectableFragment)", "bool(_SelectableFragment)", "OneSequenceGestureRecognizer(Factory)", "TransformLayer?(PaintingContext,Offset)", "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*)", "bool(SliverHitTestResult{crossAxisPosition!double,mainAxisPosition!double})", "bool(Point,double,double)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "DesignEntity*(@)", "String(int?)", "HitTestResult(Offset)", "bool(RenderSliver)", "Null(BuiltList*)", "DocumentUIStateBuilder*(DocumentUIStateBuilder*)", "bool*(bool*,ViewDocument*)", "bool*(bool*,ViewDocumentList*)", "bool*(bool*,FilterDocumentsByState*)", "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*,FilterDocumentsByCustom1*)", "String*(String*,FilterDocumentsByCustom2*)", "String*(String*,FilterDocumentsByCustom3*)", "String*(String*,FilterDocumentsByCustom4*)", "bool(SurfaceFrame,CkCanvas)", "~(FrameTiming)", "~(int,_FrameCallbackEntry)", "~(int,@)", "DocumentEntity*(@)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "SemanticsNode(_TraversalSortNode)", "InvoiceItemEntity*(BaseEntity*)", "DiagnosticsNode(SemanticsNode)", "Color0?(int?)", "~(_LineRendererElement)", "int(SemanticsNode)", "ExpenseUIStateBuilder*(ExpenseUIStateBuilder*)", "bool*(bool*,ViewExpense*)", "bool*(bool*,ViewExpenseList*)", "bool*(bool*,FilterExpensesByState*)", "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*)", "SemanticsNode(int)", "ByteData(ByteData?)", "Map(TextInputConfiguration)", "TextInputConfiguration(AutofillClient)", "Stream()", "InvoiceEntity*(ExpenseEntity*,BuiltMap*)", "Future(String?)", "Future<~>(ByteData?,~(ByteData?))", "List*(BuiltMap*,String*)", "Future>(@)", "~(RawKeyEvent)", "_Future<@>?()", "RawKeyEventData()", "Null(BuiltList*)", "ExpenseCategoryUIStateBuilder*(ExpenseCategoryUIStateBuilder*)", "Palette(Palette())", "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*)", "~(Surface)", "List()", "List(List)", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "double*(String*,BuiltMap*)", "double(num)", "List<@>(String)", "ExpenseCategoryEntity*(@)", "List(SelectionRect)", "~(NotoFont)", "CkCanvas(CkPictureRecorder)", "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*)", "~(Action)", "Null(String)", "~(_ChildEntry)", "Widget(_ChildEntry)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "EntityStats*(BuiltMap*,String*)", "bool(Widget)", "SimpleDialogOption*(EmailTemplate*)", "InvoiceUIStateBuilder*(InvoiceUIStateBuilder*)", "bool*(bool*,ViewInvoice*)", "bool*(bool*,ViewInvoiceList*)", "bool*(bool*,FilterInvoicesByState*)", "bool*(bool*,FilterInvoices*)", "bool*(bool*,FilterInvoicesByCustom1*)", "bool*(bool*,FilterInvoicesByCustom2*)", "bool*(bool*,FilterInvoicesByCustom3*)", "bool*(bool*,FilterInvoicesByCustom4*)", "int*(int*,UpdateInvoiceTab*)", "Route<@>?(RouteSettings)", "int*(int*,EditInvoice*)", "int*(int*,EditInvoiceItem*)", "String*(String*,ArchiveInvoicesSuccess*)", "String*(String*,DeleteInvoicesSuccess*)", "String*(String*,ViewInvoice*)", "String*(String*,AddInvoiceSuccess*)", "String*(String*,ShowEmailInvoice*)", "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*)", "Route<@>(RouteSettings)", "InvoiceEntity*(InvoiceEntity*,MoveInvoiceItem*)", "~(AutocompletePreviousOptionIntent)", "~(AutocompleteNextOptionIntent)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveInvoiceContact*)", "~(SelectionModelType)", "CompositedTransformFollower(BuildContext)", "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*)", "bool(AutofillClient)", "AutofillClient()", "Null(BuiltList*)", "PaymentUIStateBuilder*(PaymentUIStateBuilder*)", "bool*(bool*,ViewPayment*)", "bool*(bool*,ViewPaymentList*)", "bool*(bool*,FilterPaymentsByState*)", "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*)", "bool(KeepAliveNotification)", "bool*(String*,PaymentEntity*)", "_Future<@>(@)", "ClipPath(BuildContext)", "~(String,ChartBehavior0<@>)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*)", "EntityStats*(String*,BuiltMap*,BuiltMap*)", "PaymentEntity*(@)", "~(ChartStateBehavior>,AnimationController)", "HitTestResult()", "Future()", "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*)", "Future<~>(double)", "Future<~>(@)", "Future>(Map)", "Widget(LegendEntry<@>)", "List*(BuiltMap*,BuiltList*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "Rect(DisplayFeature)", "SimpleDialogOption*(String*)", "LayoutBuilder(BuildContext,double,Widget?)", "_DraggableSheetExtent()", "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*)", "int(List)", "~(TransposeCharactersIntent)", "List*(BuiltMap*,BuiltList*,BuiltMap*)", "List*(BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "ProductEntity*(@)", "~(ReplaceTextIntent)", "~(ScrollToDocumentBoundaryIntent)", "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*)", "~(ScrollIntent)", "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*)", "~(ExtendSelectionByPageIntent)", "bool*(String*,ProjectEntity*)", "~(UpdateSelectionIntent)", "~(ExpandSelectionToDocumentBoundaryIntent)", "List*(BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,BuiltMap*)", "~(ExpandSelectionToLineBreakIntent)", "Null(String*,ProjectEntity*)", "ProjectEntity*(@)", "PurchaseOrderUIStateBuilder*(PurchaseOrderUIStateBuilder*)", "bool*(bool*,ViewPurchaseOrder*)", "bool*(bool*,ViewPurchaseOrderList*)", "bool*(bool*,FilterPurchaseOrdersByState*)", "bool*(bool*,FilterPurchaseOrders*)", "bool*(bool*,FilterPurchaseOrdersByCustom1*)", "bool*(bool*,FilterPurchaseOrdersByCustom2*)", "bool*(bool*,FilterPurchaseOrdersByCustom3*)", "bool*(bool*,FilterPurchaseOrdersByCustom4*)", "int*(int*,UpdatePurchaseOrderTab*)", "TextEditingValue(TextEditingValue,TextInputFormatter)", "int*(int*,EditPurchaseOrder*)", "int*(int*,EditPurchaseOrderItem*)", "String*(String*,ArchivePurchaseOrdersSuccess*)", "String*(String*,DeletePurchaseOrdersSuccess*)", "String*(String*,ViewPurchaseOrder*)", "String*(String*,AddPurchaseOrderSuccess*)", "String*(String*,ShowEmailPurchaseOrder*)", "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*)", "Future<~>(PasteTextIntent)", "InvoiceEntity*(InvoiceEntity*,MovePurchaseOrderItem*)", "~(TextEditingValue)", "CompositedTransformTarget(BuildContext,ViewportOffset)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrderVendor*)", "InvoiceEntity*(InvoiceEntity*,RestorePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchivePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeletePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderContact*)", "InvoiceEntity*(InvoiceEntity*,RemovePurchaseOrderContact*)", "bool(HitTestEntry)", "TextSelection(TextSelection)", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*,BuiltMap*,BuiltMap*,String*)", "~(UndoTextIntent)", "QuoteUIStateBuilder*(QuoteUIStateBuilder*)", "bool*(bool*,ViewQuote*)", "bool*(bool*,ViewQuoteList*)", "bool*(bool*,FilterQuotesByState*)", "bool*(bool*,FilterQuotes*)", "bool*(bool*,FilterQuotesByCustom1*)", "bool*(bool*,FilterQuotesByCustom2*)", "bool*(bool*,FilterQuotesByCustom3*)", "bool*(bool*,FilterQuotesByCustom4*)", "int*(int*,UpdateQuoteTab*)", "~(RedoTextIntent)", "int*(int*,EditQuote*)", "int*(int*,EditQuoteItem*)", "String*(String*,ArchiveQuotesSuccess*)", "String*(String*,DeleteQuotesSuccess*)", "String*(String*,ViewQuote*)", "String*(String*,AddQuoteSuccess*)", "String*(String*,ShowEmailQuote*)", "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*)", "Padding(Widget)", "InvoiceEntity*(InvoiceEntity*,MoveQuoteItem*)", "DiagnosticsNode(FocusNode)", "bool(KeyMessage)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveQuoteContact*)", "~(_FocusTraversalGroupInfo)", "bool(_DirectionalPolicyDataEntry)", "RecurringExpenseUIStateBuilder*(RecurringExpenseUIStateBuilder*)", "bool*(bool*,ViewRecurringExpense*)", "bool*(bool*,ViewRecurringExpenseList*)", "bool*(bool*,FilterRecurringExpensesByState*)", "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*,FilterRecurringExpensesByCustom1*)", "String*(String*,FilterRecurringExpensesByCustom2*)", "String*(String*,FilterRecurringExpensesByCustom3*)", "String*(String*,FilterRecurringExpensesByCustom4*)", "ExpenseEntity*(ExpenseEntity*,RestoreRecurringExpensesSuccess*)", "ExpenseEntity*(ExpenseEntity*,ArchiveRecurringExpensesSuccess*)", "ExpenseEntity*(ExpenseEntity*,DeleteRecurringExpensesSuccess*)", "ExpenseEntity*(ExpenseEntity*,UpdateRecurringExpense*)", "int(TableRow)", "bool(TraversalDirection)", "Set(_ReadingOrderSortData)", "Padding(int)", "RecurringInvoiceUIStateBuilder*(RecurringInvoiceUIStateBuilder*)", "bool*(bool*,ViewRecurringInvoice*)", "bool*(bool*,ViewRecurringInvoiceList*)", "bool*(bool*,FilterRecurringInvoicesByState*)", "bool*(bool*,FilterRecurringInvoices*)", "bool*(bool*,FilterRecurringInvoicesByCustom1*)", "bool*(bool*,FilterRecurringInvoicesByCustom2*)", "bool*(bool*,FilterRecurringInvoicesByCustom3*)", "bool*(bool*,FilterRecurringInvoicesByCustom4*)", "int*(int*,UpdateRecurringInvoiceTab*)", "List(BuildContext)", "int*(int*,EditRecurringInvoice*)", "int*(int*,EditRecurringInvoiceItem*)", "String*(String*,ArchiveRecurringInvoicesSuccess*)", "String*(String*,DeleteRecurringInvoicesSuccess*)", "String*(String*,ViewRecurringInvoice*)", "String*(String*,AddRecurringInvoiceSuccess*)", "String*(String*,ShowEmailRecurringInvoice*)", "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*)", "Rect(_ReadingOrderSortData)", "InvoiceEntity*(InvoiceEntity*,MoveRecurringInvoiceItem*)", "int(_ReadingOrderDirectionalGroupData,_ReadingOrderDirectionalGroupData)", "List<_ReadingOrderSortData>(_ReadingOrderSortData,Iterable<_ReadingOrderSortData>)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveRecurringInvoiceContact*)", "bool(_ReadingOrderSortData)", "bool(FormFieldState<@>)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "Element0?(Element0)", "Object?(int,Element0?)", "List(Size)", "Future<@>(@)", "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*)", "DoubleTapGestureRecognizer()", "~(DoubleTapGestureRecognizer)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "ScheduleEntity*(@)", "~(@,StackTrace)", "~(int,bool(FlutterHtmlKeyboardEvent))", "SettingsUIState*(SettingsUIState*,ViewSettings*)", "ChartContainerRenderObject<@>()", "SettingsUIState*(SettingsUIState*,UpdateCompany*)", "SettingsUIState*(SettingsUIState*,UpdateSettings*)", "SettingsUIState*(SettingsUIState*,UpdateUserSettings*)", "SettingsUIState*(SettingsUIState*,ResetSettings*)", "SettingsUIState*(SettingsUIState*,SaveCompanySuccess*)", "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*)", "List*(BuiltMap*)", "BuiltMap*(List<@>*)", "FontEntity*(@)", "Set<0^>()", "bool(int,int)", "Future(Blob)", "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*)", "Null(ByteData)", "~(List<@>,JavaScriptObject)", "ScaleGestureRecognizer()", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "SubscriptionEntity*(@)", "~(ScaleGestureRecognizer)", "Map(WebDropItem)", "Null(BuiltList*)", "TaskUIStateBuilder*(TaskUIStateBuilder*)", "bool*(bool*,ViewTask*)", "bool*(bool*,ViewTaskList*)", "bool*(bool*,FilterTasksByState*)", "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*)", "~(Iterable)", "bool*(String*,TaskEntity*)", "_ButtonSanitizer()", "List*(BuiltMap*,String*,BuiltMap*,BuiltMap*,BuiltMap*)", "~(RenderSemanticsGestureHandler)", "~(StatefulElement,Object)", "TaskEntity*(@)", "WebDropItem(Map<@,@>)", "~(_HeroFlight)", "Widget(BuildContext,Animation0,HeroFlightDirection,BuildContext,BuildContext)", "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*)", "bool(_HeroFlight)", "MediaQuery(BuildContext,Widget?)", "IconTheme(BuildContext)", "List*(BuiltList*,BuiltMap*)", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "int*(String*,BuiltMap*)", "TaskStatusEntity*(@)", "~(Object,StackTrace?)", "XFile(WebDropItem)", "~(DropEvent)", "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*)", "DirectoryNode?(DirectoryNode,bool)", "RealNode?(DirectoryNode,bool)", "BoxConstraintsTween(@)", "Matrix4Tween(@)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "TextStyleTween(@)", "BorderRadiusTween(@)", "FileNode()", "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*)", "Future<@>(_Pending)", "~(Rule)", "Map(List<@>)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "TokenEntity*(@)", "Map(Map)", "Null(Map)", "Null(BuildContext,MagnifierController,ValueNotifier)", "_PointerState()", "TransactionUIStateBuilder*(TransactionUIStateBuilder*)", "bool*(bool*,ViewTransaction*)", "bool*(bool*,ViewTransactionList*)", "bool*(bool*,FilterTransactionsByState*)", "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*)", "bool(Route<@>?)", "bool(OverlayEntry)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*)", "TransactionEntity*(@)", "~(FileNode)", "FileNode(FileNode)", "_RouteEntry(Route<@>)", "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(Object?)", "MapEntry>(@,@)", "RenderBox?()", "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*)", "ClipRect(BuildContext,Widget?)", "BuiltMap*(BuiltMap*,ToggleViewerLayout*)", "Viewport(BuildContext,ViewportOffset)", "double*(double*,UpdateUserPreferences*)", "bool*(bool*,DismissGatewayWarningPermanently*)", "bool*(bool*,DismissReviewAppPermanently*)", "_HtmlElementViewController(PlatformViewCreationParams)", "PlatformViewSurface(BuildContext,PlatformViewController)", "AppLayout*(AppLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,SwitchListTableLayout*)", "int*(int*,UpdateUserPreferences*)", "Future<~>(PointerEvent)", "~(Size,Offset)", "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*)", "~(_DragInfo,Offset,Offset)", "CompanyPrefStateBuilder*(CompanyPrefStateBuilder*)", "BuiltList*(BuiltList*,PurgeDataSuccess*)", "BuiltList*(BuiltList*,PopLastHistory*)", "Map(Map,String)", "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*,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*)", "Null(RestorationBucket?)", "~(RestorableProperty)", "SynchronousFuture(bool)", "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*)", "RestorationScope(BuildContext,Widget?)", "Actions(BuildContext)", "IgnorePointer(BuildContext,Widget?)", "IOSScrollViewFlingVelocityTracker(PointerEvent)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,String*)", "MacOSScrollViewFlingVelocityTracker(PointerEvent)", "~(Node2)", "Node2?(DirectoryNode,String,Node2?,int,int)", "Widget(BuildContext,ViewportOffset)", "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*)", "bool(ScrollUpdateNotification)", "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*)", "Widget?(BuildContext,int)", "int?(Widget,int)", "~(String,int)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,StaticState*)", "EntityStats*(String*,BuiltMap*)", "Null(String*,VendorEntity*)", "double*(String*,String*,BuiltMap*,BuiltList*)", "VendorEntity*(@)", "bool(ScrollMetrics?)", "_ThumbPressGestureRecognizer()", "~(_ThumbPressGestureRecognizer)", "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*)", "~(File,Uint8List?,String?,Stream>?)", "_TrackTapGestureRecognizer()", "~(_TrackTapGestureRecognizer)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "WebhookEntity*(@)", "Future(String)", "TickerFuture({from:double?})", "int(Selectable,Selectable)", "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*)", "bool(Selectable)", "List(LogicalKeyboardKey)", "~(ShortcutActivator,Intent)", "BottomAppBar*(BuildContext*,Store*)", "List<_ActivatorIntentPair>()", "_SingleChildViewport(BuildContext,ViewportOffset)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(String*)", "~(RenderBox)", "Element0?()", "ConfirmEmail*(BuildContext*,ConfirmEmailVM*)", "bool(TableRow)", "Padding*(TextButton*)", "Decoration?(TableRow)", "MultiSelectList*(BuildContext*)", "@(List*)", "_TableElementRow(TableRow)", "Padding*(MapEntry*)", "Element0(Widget)", "bool(_TableElementRow)", "bool(List)", "Future*(DropDoneDetails*)", "Iterable(_TableElementRow)", "DocumentTile*(DocumentEntity*)", "RenderBox(Element0)", "List(_TableElementRow)", "Container*(BuildContext*,String*)", "Text*(BuildContext*,String*,Object*)", "_SelectionToolbarWrapper(BuildContext)", "~(DragStartDetails,DragUpdateDetails)", "CacheInfoRepository(bool)", "Future<~>(CacheObject?)", "List(List)", "Widget(Color)", "SynchronousFuture()", "StatefulWidget*(EntityAction*)", "@(EntityAction*)", "StatelessWidget*(EntityAction*)", "SynchronousFuture()", "~(String,DateSymbols)", "~(_AnimationDirection)", "EntityDropdownDialog*(BuildContext*)", "Null(SelectableEntity*[bool*])", "@(BuildContext*,Completer<@>*)", "Flexible(Widget)", "List*(TextEditingValue*)", "SelectableEntity*(String*)", "~(SlidableAutoCloseNotification)", "~(SlidableAutoCloseBarrierNotification)", "int(StaggeredGridParentData,int)", "Widget*(BuildContext*,~(SelectableEntity*)*,Iterable*)", "Builder*(BuildContext*,int*)", "Container*(BuildContext*)", "EntityAutocompleteListTile*(BuildContext*,int*)", "PopupMenuButton*(BuildContext*,int*)", "IgnorePointer(BuildContext)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityType*)", "~(ToastFuture)", "Container*(String*)", "Future<~>(String,ByteData?,~(ByteData?)?)", "GoogleSignInAccount?/(~)", "Null(Color*)", "~(String,int?)", "GoogleSignInTokenData(Map?)", "List*>*(BuildContext*)", "PopupMenuItem*(int*)", "Null(GoogleAuth)", "Null(GoogleAuthInitFailureError)", "DataRow0*(String*)", "ViewClipChain()", "String(String,Color)", "~(Element)", "HistoryDrawer*(BuildContext*,AppDrawerVM*)", "String(StringToken)", "BaseEntity*(InvitationEntity*)", "bool(Set)", "bool(Selector)", "Map>()", "List()", "DropdownMenuItem*(TaxRateEntity*)", "Uint8List(@,@)", "Null(PointerExitEvent*)", "Incrementable(SemanticsObject)", "int(String?,String?)", "~(Blob?)", "Rule()", "String*(EntityStatus*)", "bool(Element2)", "Padding*(BuildContext*)", "ListTile*(BuildContext*,BoxConstraints*)", "Scrollable0(SemanticsObject)", "Widget*(BuildContext*,Store*)", "String?(RegExpMatch)", "Widget*(CompanyEntity*{showAccentColor:bool*})", "bool*(UserCompanyState*)", "PopupMenuItem*(CompanyEntity*)", "List*(BuildContext*)", "DropdownMenuItem*(CompanyEntity*)", "Future(Client0)", "Future(Client0)", "Future*()", "bool(String,String)", "ContactUsDialog*(BuildContext*)", "UpdateDialog*(BuildContext*)", "int(String)", "HealthCheckDialog*(BuildContext*)", "LabelAndValue(SemanticsObject)", "MenuDrawer*(BuildContext*,MenuDrawerVM*)", "Null(BuildContext*,int*,CompanyEntity*)", "_TheState*()", "Stack*(BuildContext*,BoxConstraints*)", "Widget*(@)", "String*(String*,String*)", "List*>*(BuildContext*)", "String(List)", "_SelectRow*()", "MediaType()", "~(String,IfdDirectory)", "~(int,IfdValue)", "ExpansionPanel*(SystemLogEntity*)", "ListTile*(BuildContext*,bool*)", "Tappable(SemanticsObject)", "XFile(File)", "@(@,@)", "Rect*()*(RenderBox*)", "bool*(BuildContext*)", "Rect*()", "~(AnimationStatus*)", "DataCell*(DataColumn0*)", "DataRow*()", "bool(Node1)", "Card*(BuildContext*,BoxConstraints*)", "PurchaseWrapper(@)", "~(BaseEntity*)", "Column*()", "SkuDetailsWrapper(@)", "Future<~>(PurchasesResultWrapper)", "DataColumn0*(String*)", "List(SkuDetailsResponseWrapper)", "GooglePlayProductDetails(SkuDetailsWrapper)", "String(ProductDetails)", "bool(PurchasesResultWrapper)", "Null(List*)", "MapEntry*(PurchaseDetails*)", "int*(ProductDetails*,ProductDetails*)", "ListTile*(ProductDetails*)", "TextButton*(String*)", "@(Store*)", "Container*(BuildContext*,Store*)", "LoginView*(BuildContext*,LoginVM*)", "~({context:BuildContext*,isSignUp:bool*})", "String(PurchasesResultWrapper)", "List(PurchasesResultWrapper)", "GooglePlayPurchaseDetails(PurchaseWrapper)", "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(PurchaseWrapper)", "BankAccountScreen*(BuildContext*,BankAccountScreenVM*)", "AppStoreProductDetails(SKProductWrapper)", "BankAccountEditVM*(Store*)", "BankAccountEdit*(BuildContext*,BankAccountEditVM*)", "BankAccountViewVM*(Store*)", "BankAccountView*(BuildContext*,BankAccountViewVM*)", "bool(SKPaymentTransactionWrapper)", "EntityList*(BuildContext*,ClientListVM*)", "ClientListItem*(BuildContext*,int*)", "Null(Response*)", "AppStorePurchaseDetails(SKPaymentTransactionWrapper)", "SKPaymentTransactionWrapper(@)", "ClientPdfVM*(Store*)", "ClientPdfView*(BuildContext*,ClientPdfVM*)", "String*(ClientContactEntity*)", "ClientScreen*(BuildContext*,ClientScreenVM*)", "ContactEditDetails*(BuildContext*)", "ContactListTile0*(ClientContactEntity*)", "ClientEditContactsVM*(Store*)", "ClientEditContacts*(BuildContext*,ClientEditContactsVM*)", "Null(ClientContactEntity*,int*)", "ClientEditVM*(Store*)", "ClientEdit*(BuildContext*,ClientEditVM*)", "@(ClientEntity*)", "SKProductWrapper(@)", "SKProductDiscountWrapper(@)", "RegExp()", "DateTime(int,int,int,int,int,int,int,bool)", "bool(_DateFormatField)", "_DateFormatQuotedField(String,DateFormat)", "_DateFormatPatternField(String,DateFormat)", "_DateFormatLiteralField(String,DateFormat)", "Row*(ClientContactEntity*)", "bool*(LedgerEntity*)", "Element2(Node1)", "String?(NumberSymbols)", "ClientViewVM*(Store*)", "ClientView*(BuildContext*,ClientViewVM*)", "String(NumberSymbols)", "~(Element2)", "Column(BuildContext,int)", "CompanyGatewayListItem*(String*)", "CompanyGatewayList*(BuildContext*,CompanyGatewayListVM*)", "CompanyGatewayScreen*(BuildContext*,CompanyGatewayScreenVM*)", "Country()", "StatefulBuilder(BuildContext)", "CountryPickerDialog(BuildContext,~(~()))", "GatewayConfigField*(String*)", "~(Country)", "CompanyGatewayEditVM*(Store*)", "CompanyGatewayEdit*(BuildContext*,CompanyGatewayEditVM*)", "CompanyGatewayViewVM*(Store*)", "CompanyGatewayView*(BuildContext*,CompanyGatewayViewVM*)", "Transaction(@,String)", "EmailCreditVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailCreditVM*)", "Future<@>()", "EntityList*(BuildContext*,CreditListVM*)", "CreditListItem*(BuildContext*,int*)", "CreditPdfVM*(Store*)", "InvoicePdfView*(BuildContext*,CreditPdfVM*)", "CreditScreen*(BuildContext*,CreditScreenVM*)", "TargetPlatform?()", "TargetPlatform()", "bool(DiagnosticsNode?)", "CreditEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditDetailsVM*)", "bool(StackFrame)", "ErrorDescription(String)", "Null(String*,GatewayOptionsEntity*)", "CreditEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditItemsVM*)", "String(DiagnosticsNode)", "CreditEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,CreditEditNotesVM*)", "CreditEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,CreditEditPDFVM*)", "CreditEditVM*(Store*)", "CreditEdit*(BuildContext*,CreditEditVM*)", "TextField0(SemanticsObject)", "Checkable(SemanticsObject)", "CreditViewVM*(Store*)", "InvoiceView*(BuildContext*,CreditViewVM*)", "ImageRoleManager(SemanticsObject)", "LiveRegion(SemanticsObject)", "~(SelectionModel<@>*)", "bool*(SeriesDatum<@>*)", "Null(SeriesDatum<@>*)", "InkWell*(ChartDataGroup*)", "JavaScriptObject?(JavaScriptObject)", "DateRange*()", "DropdownMenuItem*(DateRangeComparison*)", "Null(DateRangeComparison*)", "DateRangeComparison*()", "DashboardDateRangePicker*(BuildContext*)", "Material*(BuildContext*,BoxConstraints*)", "List*>*(BuildContext*)", "PopupMenuItem*(DateRange*)", "_DashboardSettings*(BuildContext*)", "Card*(TaskEntity*)", "FormCard*(DashboardField*)", "EngineLineMetrics(ParagraphLine)", "bool(DiagnosticsNode)", "InvoiceItemEntity*(InvoiceItemEntity*)", "LicenseParagraph()", "InvitationEntity*(InvitationEntity*)", "InvoiceHistoryEntity*(ActivityEntity*)", "_DashboardField*(BuildContext*)", "~(AbstractNode)", "bool*(DashboardField*)", "SettingsWizard*(BuildContext*)", "AccountEntityBuilder*(AccountEntityBuilder*)", "Widget*(BuildContext*,DashboardVM*)", "@(DashboardSettings*)", "double*(double*,double*)", "Map*()", "String(GestureArenaMember)", "_GestureArena()", "~(PointerDataPacket)", "EntityList*(BuildContext*,DesignListVM*)", "DesignListItem*(BuildContext*,int*)", "DesignScreen*(BuildContext*,DesignScreenVM*)", "~({debounce:bool*})", "~(DesignEntity*)", "Future(int)", "bool(PointerData)", "_PointerEventDescription(PointerData)", "_DesignImportDialog*(BuildContext*)", "DesignEditVM*(Store*)", "DesignEdit*(BuildContext*,DesignEditVM*)", "DesignViewVM*(Store*)", "DesignView*(BuildContext*,DesignViewVM*)", "EntityList*(BuildContext*,DocumentListVM*)", "DocumentListItem*(BuildContext*,int*)", "DocumentScreen*(BuildContext*,DocumentScreenVM*)", "Null(Object?)", "DocumentEditVM*(Store*)", "DocumentEdit*(BuildContext*,DocumentEditVM*)", "DocumentViewVM*(Store*)", "DocumentView*(BuildContext*,DocumentViewVM*)", "ListBuilder*()", "Drag?()", "ListBuilder*()", "ExpenseEditVM*(Store*)", "ExpenseEdit*(BuildContext*,ExpenseEditVM*)", "EntityList*(BuildContext*,ExpenseListVM*)", "~(_TapTracker)", "Map<~(PointerEvent),Matrix4?>()", "ExpenseScreen*(BuildContext*,ExpenseScreenVM*)", "Padding*(ExpenseScheduleEntity*)", "ExpenseViewVM*(Store*)", "ExpenseView*(BuildContext*,ExpenseViewVM*)", "ExpenseCategoryEditVM*(Store*)", "ExpenseCategoryEdit*(BuildContext*,ExpenseCategoryEditVM*)", "EntityList*(BuildContext*,ExpenseCategoryListVM*)", "~(~(PointerEvent),Matrix4?)", "ExpenseCategoryScreen*(BuildContext*,ExpenseCategoryScreenVM*)", "ExpenseCategoryViewVM*(Store*)", "ExpenseCategoryView*(BuildContext*,ExpenseCategoryViewVM*)", "Uint8List({seed:int})", "GroupEdit*(BuildContext*,GroupEditVM*)", "EntityList*(BuildContext*,GroupListVM*)", "GroupListItem*(BuildContext*,int*)", "GroupSettingsScreen*(BuildContext*,GroupScreenVM*)", "GroupViewVM*(Store*)", "GroupView*(BuildContext*,GroupViewVM*)", "int*(VendorContactEntity*,VendorContactEntity*)", "_VendorContactListTile*(VendorContactEntity*)", "int*(ClientContactEntity*,ClientContactEntity*)", "_ClientContactListTile*(ClientContactEntity*)", "InvoiceEditContactsVM*(Store*)", "InvoiceEditContacts*(BuildContext*,InvoiceEditContactsVM*)", "Uint8List(Object?)", "Null(InvitationEntity*)", "_CombiningGestureArenaMember()", "LicensePage(BuildContext)", "JsFunction(@)", "InvoiceEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditDetailsVM*)", "ItemEditDetails*(BuildContext*)", "Future*(Duration*)", "Expanded*(Widget*)", "Expanded*(Text*)", "Focus*(String*)", "List*(TextEditingValue*)", "String*(ProductEntity*)", "Theme*(BuildContext*,~(ProductEntity*)*,Iterable*)", "JsArray<@>(@)", "_LicenseData(_LicenseData,LicenseEntry)", "_LicenseData(_LicenseData)", "ListBuilder*()", "InvoiceEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditItemsVM*)", "InvoiceEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,InvoiceEditNotesVM*)", "InvoiceEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,InvoiceEditPDFVM*)", "InvoiceEditVM*(Store*)", "InvoiceEdit*(BuildContext*,InvoiceEditVM*)", "LayoutBuilder(BuildContext,AsyncSnapshot<_LicenseData>)", "EmailInvoiceVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailInvoiceVM*)", "EntityList*(BuildContext*,InvoiceListVM*)", "InvoicePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,InvoicePdfVM*)", "StatefulWidget(BuildContext,BoxConstraints)", "InvoiceScreen*(BuildContext*,InvoiceScreenVM*)", "Center(BuildContext,int?,Widget?)", "_InvitationListTile*(InvitationEntity*)", "@(DocumentEntity*)", "int*(ActivityEntity*,ActivityEntity*)", "JsObject(@)", "InvoiceItemListTile*(BuildContext*)", "Widget*(String*,double*)", "ListBuilder*()", "Padding*(InvoiceScheduleEntity*)", "InvoiceViewVM*(Store*)", "InvoiceView*(BuildContext*,InvoiceViewVM*)", "Null(BuildContext*,DocumentEntity*)", "~(BuildContext*)*(BuildContext*)", "int(String,String)", "Localizations(BuildContext,int)", "PaymentEditVM*(Store*)", "PaymentEdit*(BuildContext*,PaymentEditVM*)", "ListBuilder*()", "EntityList*(BuildContext*,PaymentListVM*)", "InvoiceEntity*(PaymentableEntity*)", "ListBuilder*()", "ListBuilder*()", "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*)", "bool*(ClientReportFields*)", "Future(JavaScriptObject)", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,StaticState*)", "ContactReportFields*(String*)", "bool*(ContactReportFields*)", "ListBuilder*()", "List>(NavigatorState,String)", "CreditItemReportFields*(String*)", "MaterialPageRoute<~>(RouteSettings)", "BlockSemantics(BuildContext)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "CreditReportFields*(String*)", "bool*(CreditReportFields*)", "WillPopScope(BuildContext)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "DocumentReportFields*(String*)", "bool*(DocumentReportFields*)", "List*(BaseEntity*,DocumentEntity*)", "Null(String*,ProductEntity*)", "List(BuildContext,_ActionLevel)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ExpenseReportFields*(String*)", "bool*(ExpenseReportFields*)", "AnimatedSwitcher(BuildContext,Object?,Widget?)", "InvoiceItemReportFields*(String*)", "~(ParagraphLine)", "MouseRegion(BuildContext,ScrollController)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "InvoiceReportFields*(String*)", "bool*(InvoiceReportFields*)", "CupertinoTextSelectionToolbarButton(ContextMenuButtonItem)", "DesktopTextSelectionToolbarButton(ContextMenuButtonItem)", "TaxRateReportFields0*(String*)", "bool*(TaxRateReportFields0*)", "CupertinoDesktopTextSelectionToolbarButton(ContextMenuButtonItem)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "PaymentReportFields*(String*)", "bool*(PaymentReportFields*)", "MaterialRectArcTween(Rect?,Rect?)", "TaxRateReportFields*(String*)", "bool*(TaxRateReportFields*)", "Widget(BuildContext,~())", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProductReportFields*(String*)", "bool*(ProductReportFields*)", "Future<~>([JavaScriptObject?])", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProfitAndLossReportFields*(String*)", "bool*(ProfitAndLossReportFields*)", "MaterialPageRoute<0^>(RouteSettings,Widget(BuildContext))", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "PurchaseOrderItemReportFields*(String*)", "~(LayoutFragment)", "~(ScrollNotification)", "double(_Diagonal)", "PurchaseOrderReportFields*(String*)", "bool*(PurchaseOrderReportFields*)", "~(LineBreakType,int)", "QuoteItemReportFields*(String*)", "0^?(0^?(ButtonStyle?))", "ListBuilder*()", "QuoteReportFields*(String*)", "bool*(QuoteReportFields*)", "0^?(MaterialStateProperty<0^>?(ButtonStyle?))", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "RecurringExpenseReportFields*(String*)", "bool*(RecurringExpenseReportFields*)", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "RecurringInvoiceReportFields*(String*)", "bool*(RecurringInvoiceReportFields*)", "ListBuilder*()", "ListBuilder*()", "String*(@,int*)", "ListBuilder*()", "String?(String)", "DateTime*(@,int*)", "ListBuilder*>*()", "Null(BuildContext*,EntityAction*)", "Expanded*(BuildContext*)", "ListBuilder*()", "ReportColumnType*(String*)", "@(String*,String*)", "List*(TextEditingValue*)", "bool*(List*)", "String*(List*)", "Theme*(BuildContext*,~(String*)*,Iterable*)", "ReportsScreen*(BuildContext*,ReportsScreenVM*)", "ListBuilder*()", "ListBuilder*()", "Null({chart:String*,customEndDate:String*,customStartDate:String*,group:String*,report:String*,selectedGroup:String*,subgroup:String*})", "Null(List*)", "GroupTotals*(ReportResult*,ReportsUIState*,ReportSettingsEntity*,BuiltMap*,CompanyEntity*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "TaskReportFields*(String*)", "bool*(TaskReportFields*)", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "TransactionReportFields*(String*)", "bool*(TransactionReportFields*)", "MapBuilder*>*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "VendorReportFields*(String*)", "bool*(VendorReportFields*)", "MaterialStateProperty?(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*)", "MapBuilder*()", "MapBuilder*()", "Row*(RegistrationFieldEntity*)", "RegistrationFieldEntityBuilder*(RegistrationFieldEntityBuilder*)", "ClientPortal*(BuildContext*,ClientPortalVM*)", "MapBuilder*()", "Row*(BuildContext*)", "CompanyDetails*(BuildContext*,CompanyDetailsVM*)", "CreditCardsAndBanks*(BuildContext*,CreditCardsAndBanksVM*)", "CustomFields*(BuildContext*,CustomFieldsVM*)", "DataVisualizations*(BuildContext*,DataVisualizationsVM*)", "Widget*(BuildContext*,AsyncSnapshot<@>*)", "ListTile*(BuildContext*)", "~(MapBuilder*)", "FormColorPicker*(String*)", "~(String,JavaScriptObject)", "DeviceSettings*(BuildContext*,DeviceSettingsVM*)", "MapBuilder*()", "ListBuilder*()", "MapBuilder*()", "MapBuilder*()", "Null(BuildContext*,double*)", "Future*(BuildContext*,AppLayout*)", "EmailSettings*(BuildContext*,EmailSettingsVM*)", "MapBuilder*()", "Null(MultipartFile*)", "ExpenseSettings*(BuildContext*,ExpenseSettingsVM*)", "MapBuilder*()", "MapBuilder*()", "GeneratedNumbers*(BuildContext*,GeneratedNumbersVM*)", "Set*>*(PreImportResponse*)", "PreImportResponse*()", "~(ImportType*)", "ImportType*()", "MapBuilder*()", "DropdownMenuItem*(ExportType*)", "MapBuilder*()", "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*)", "Column*(String*)", "MapBuilder*()", "Row*(String*)", "MapBuilder*()", "MapBuilder*()", "_EditSubregionDialog*(BuildContext*)", "TaxSettings*(BuildContext*,TaxSettingsVM*)", "bool*(EmailTemplate*)", "DropdownMenuItem*(EmailTemplate*)", "MapBuilder*()", "TemplatesAndReminders*(BuildContext*,TemplatesAndRemindersVM*)", "MapBuilder*()", "Future*(GroupEntity*)", "Future*(ClientEntity*)", "MapBuilder*()", "MapBuilder*()", "UserDetails*(BuildContext*,UserDetailsVM*)", "@(UserEntity*)", "MaterialStateProperty?(ButtonStyle?)", "WorkflowSettings*(BuildContext*,WorkflowSettingsVM*)", "MapBuilder*()", "MapBuilder*()", "SubscriptionEditVM*(Store*)", "SubscriptionEdit*(BuildContext*,SubscriptionEditVM*)", "EntityList*(BuildContext*,SubscriptionListVM*)", "SubscriptionListItem*(BuildContext*,int*)", "SubscriptionScreen*(BuildContext*,SubscriptionScreenVM*)", "SubscriptionViewVM*(Store*)", "SubscriptionView*(BuildContext*,SubscriptionViewVM*)", "MapBuilder*()", "~(BuildContext*[EntityAction*])", "Row*(TaskTime*)", "MapBuilder*()", "TaskEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,TaskEditDetailsVM*)", "~(int?,int?)", "TimeEditDetails*(BuildContext*)", "TaskEditTimesVM*(Store*)", "TaskEditTimes*(BuildContext*,TaskEditTimesVM*)", "TaskEditVM*(Store*)", "TaskEdit*(BuildContext*,TaskEditVM*)", "BoardList*(String*)", "Null(Completer*,String*)", "MapBuilder*()", "BoardItem*(TaskEntity*)", "Null(int*,int*,BoardItemState*)", "Null(int*,int*,int*,int*,BoardItemState*)", "KanbanView*(BuildContext*,KanbanVM*)", "Null(Completer*,List*,Map*>*)", "Null(Completer*,String*,String*,int*)", "Null(Completer*,String*,String*,String*,int*)", "EntityList*(BuildContext*,TaskListVM*)", "TaskScreen*(BuildContext*,TaskScreenVM*)", "TaskViewVM*(Store*)", "TaskView*(BuildContext*,TaskViewVM*)", "Null(BuildContext*[TaskTime*])", "TaskStatusEditVM*(Store*)", "TaskStatusEdit*(BuildContext*,TaskStatusEditVM*)", "TaskStatusListItem*(String*)", "TaskStatusList*(BuildContext*,TaskStatusListVM*)", "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*)", "MapBuilder*()", "TransactionScreen*(BuildContext*,TransactionScreenVM*)", "bool*(TransactionEntity*)", "EntityListTile*(InvoiceEntity*)", "MapBuilder*()", "bool*(ExpenseCategoryEntity*)", "int*(ExpenseCategoryEntity*,ExpenseCategoryEntity*)", "bool*(VendorEntity*)", "int*(VendorEntity*,VendorEntity*)", "MapBuilder*()", "TransactionViewVM*(Store*)", "TransactionView*(BuildContext*,TransactionViewVM*)", "String*(TransactionEntity*)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "TransactionRuleEditVM*(Store*)", "TransactionRuleEdit*(BuildContext*,TransactionRuleEditVM*)", "EntityList*(BuildContext*,TransactionRuleListVM*)", "TransactionRuleListItem*(BuildContext*,int*)", "TransactionRuleScreen*(BuildContext*,TransactionRuleScreenVM*)", "TransactionRuleViewVM*(Store*)", "TransactionRuleView*(BuildContext*,TransactionRuleViewVM*)", "DataRow0*(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*)", "Column*(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*)", "MapBuilder*()", "FieldConfirmation*(BuildContext*)", "Null(BuildContext*{currentLength:int*,isFocused:bool*,maxLength:int*})", "SimpleDialogOption*(InvoiceEntity*)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "int*(int*)", "DocumentLayout*()", "EditorToolbar*(BuildContext*)", "ImageFormatToolbar*(BuildContext*)", "Stack*(BuildContext*)", "AndroidTextEditingFloatingToolbar*(BuildContext*)", "IOSTextEditingFloatingToolbar*(BuildContext*)", "Widget*(BuildContext*)", "MapBuilder*()", "MapBuilder*()", "Text*(BuildContext*)", "TextStyle*(Set*)", "SizedBox*(BuildContext*,Offset*,Widget*)", "IFrameElement*(int*)", "Null(Event*)", "Null(AuthenticationResult*)", "~(Linkifier)", "MapBuilder*()", "Logger()", "MapBuilder*()", "MapBuilder*()", "~(ListItem)", "bool(RegExp)", "LinkReference()", "MapBuilder*()", "MapBuilder*()", "bool(Node3)", "MaterialStateProperty?(ButtonStyle?)", "Null(String[String?])", "MaterialStateProperty?(ButtonStyle?)", "Widget(BuildContext,Widget,ImageChunkEvent?)", "Offset(int)", "double(double,RenderBox)", "Widget(BuildContext,BoxValueConstraints)", "String(String?)", "MapEntry(int,int)", "int(Permission)", "String?([String?])", "TextFieldTapRegion(FormFieldState)", "Widget()", "_PinItem(int)", "MouseCursor0?(Set)", "MouseCursor0?(ButtonStyle?)", "~(EditingState?,TextEditingDeltaState?)", "int*(TaskTime*,TaskTime*)", "GestureDetector(BuildContext,int)", "PdfPageFormat()", "PdfPreviewCustom(BuildContext)", "~(Image1)", "@(Object?,@,@(@))", "AnimatedSwitcher(BuildContext,AsyncSnapshot)", "~(ButtonState)", "Color?(ButtonStyle?)", "Map(SentryPackage)", "Future<~>(ISentrySpan)", "Null(Scope)", "MapEntry(String,@)", "String(AppleIDAuthorizationScopes)", "String?()", "int(_Line)", "bool*(BankAccountEntity*)", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry>)", "SourceSpanWithContext()", "String(String{color:@})", "List>(BuildContext)", "~(ReactiveModelImp<@>)", "~(StateStatus,Object?)", "TextAffinity()", "VisualDensity?(ButtonStyle?)", "MaterialTapTargetSize?(ButtonStyle?)", "int(int,LinkifyElement)", "String(String,LinkifyElement)", "bool(LinkifyElement)", "ParagraphNode(AttributedText)", "LayoutBuilder(BuildContext,Rect?,Widget?)", "RepaintBoundary(BuildContext,BoxConstraints)", "Container(BuildContext,Widget?)", "~(DocumentSelectionChange)", "Duration?(ButtonStyle?)", "bool?(ButtonStyle?)", "~(HandleType,Offset)", "Map*(String*)", "Null(String*,@)", "AlignmentGeometry?(ButtonStyle?)", "AndroidDocumentTouchEditingControls(BuildContext)", "InteractiveInkFeatureFactory?(ButtonStyle?)", "Route<@>*(RouteSettings*)", "IosDocumentTouchEditingControls(BuildContext)", "List()", "Row(BuildContext,Widget?)", "~(NextFocusIntent)", "~(PreviousFocusIntent)", "~(DirectionalFocusIntent)", "String(GlobalKey>)", "_Component(BuildContext,SingleColumnLayoutComponentViewModel)", "~(String,GlobalKey>)", "bool(DocumentNode)", "StyledToast*(BuildContext*)", "~(int?)", "DocumentScrollable(BuildContext,BoxConstraints)", "Locale*(String*)", "SpanRange()", "TextSpan(MultiAttributionSpan)", "~(_TapTracker0)", "IOSCollapsedHandle(BuildContext,bool,Widget?)", "Widget(BuildContext,Offset?,Widget?)", "ChangeLayoutBanner*(BuildContext*)", "AndroidEditingOverlayControls(BuildContext)", "ProductScreenBuilder*(BuildContext*)", "Stack(BuildContext,Widget?)", "~(RawFloatingCursorPoint)", "IOSEditingControls(BuildContext)", "ProductViewScreen*(BuildContext*)", "ProductEditScreen*(BuildContext*)", "bool(bool?)", "bool(String,@)", "~(Zone?,ZoneDelegate?,Zone,~())", "int(Comparable<@>,Comparable<@>)", "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)", "ClientScreenBuilder*(BuildContext*)", "Widget(BuildContext,Widget)", "OutlinedBorder?(OutlinedBorder?,OutlinedBorder?,double)", "EdgeInsetsGeometry?(EdgeInsetsGeometry?,EdgeInsetsGeometry?,double)", "Future>?>(String?)", "TextStyle?(TextStyle?,TextStyle?,double)", "int(_TaskEntry<@>,_TaskEntry<@>)", "bool({priority!int,scheduler!SchedulerBinding})", "String(ByteData)", "List(String)", "Widget(Widget,Key,Widget,Key)", "Widget(Widget?,List)", "int(Element0,Element0)", "IconThemeData(IconThemeData?,IconThemeData?,double)", "List>(NavigatorState,String)", "int(Widget,int)", "Widget(BuildContext,List,Widget(Color))", "Widget(Color,bool,~())", "Store<0^>(Store<0^>)", "ClientViewScreen*(BuildContext*)", "ClientEditScreen*(BuildContext*)", "String(CropAspectRatioPreset?)", "ClientPdfScreen*(BuildContext*)", "~({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*)", "InvoiceScreenBuilder*(BuildContext*)", "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*)", "InvoiceViewScreen*(BuildContext*)", "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*)", "InvoiceEditScreen*(BuildContext*)", "InvoiceEntity*(InvoiceEntity*,AddCreditItems*)", "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*)", "InvoiceEmailScreen*(BuildContext*)", "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*,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*,SaveDocumentSuccess*)", "DocumentState*(DocumentState*,LoadDocumentSuccess*)", "DocumentState*(DocumentState*,LoadDocumentsSuccess*)", "InvoicePdfScreen*(BuildContext*)", "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*)", "DocumentScreenBuilder*(BuildContext*)", "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*)", "DocumentViewScreen*(BuildContext*)", "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*)", "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*)", "DocumentEditScreen*(BuildContext*)", "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*)", "ExpenseScreenBuilder*(BuildContext*)", "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*)", "ExpenseViewScreen*(BuildContext*)", "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*)", "ExpenseEditScreen*(BuildContext*)", "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*)", "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*)", "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*,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*)", "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*)", "VendorScreenBuilder*(BuildContext*)", "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*)", "VendorViewScreen*(BuildContext*)", "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*)", "VendorEditScreen*(BuildContext*)", "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*)", "TaskScreenBuilder*(BuildContext*)", "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*)", "TaskViewScreen*(BuildContext*)", "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*)", "TaskEditScreen*(BuildContext*)", "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*)", "ProjectScreenBuilder*(BuildContext*)", "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*)", "ProjectViewScreen*(BuildContext*)", "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*)", "ProjectEditScreen*(BuildContext*)", "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*,@)", "PaymentScreenBuilder*(BuildContext*)", "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*)", "PaymentViewScreen*(BuildContext*)", "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()", "~(SentryLevel,String{exception:Object?,logger:String?,stackTrace:StackTrace?})", "Widget(BuildContext,UnorderedListItemComponent)", "double(TextStyle,int)", "Widget(BuildContext,OrderedListItemComponent)", "RegisteredFont?(ByteBuffer,String,String)", "TextStyle(Set,TextStyle)", "Widget(BuildContext,Offset)", "Widget(BuildContext,AndroidEditingOverlayController)", "TableRow(int)", "QuoteScreenBuilder*(BuildContext*)", "Widget(BuildContext,IOSEditingOverlayController)", "Future<1^>(1^/(0^),0^{debugLabel:String?})", "~(String?{wrapWidth:int?})", "QuoteViewScreen*(BuildContext*)", "GoogleSignInUserData?(Map?)", "bool*(bool*,StartLoading*)", "bool*(bool*,StopLoading*)", "bool*(bool*,StartSaving*)", "bool*(bool*,StopSaving*)", "GroupEditVM*(Store*)"], + types: ["~()", "Null()", "ListUIStateBuilder*(ListUIStateBuilder*)", "Null(Object*)", "Null(Store*,@,@(@)*)", "@(String*)", "Null(@)", "Null(String*)", "@(bool*)", "@()", "InvoiceEntityBuilder*(InvoiceEntityBuilder*)", "double(double)", "SettingsEntityBuilder*(SettingsEntityBuilder*)", "@(@)", "bool*(String*)", "String*(String*)", "~(Duration)", "Null(BuildContext*)", "Future*(BuildContext*)", "~(BuildContext*)", "Null(bool*)", "bool()", "CompanyEntityBuilder*(CompanyEntityBuilder*)", "int*(String*,String*)", "bool*()", "ErrorDialog*(BuildContext*)", "String*(@)", "Null(EntityState*,bool*)", "~(JavaScriptObject)", "Future*()", "Future*()", "Null(SelectableEntity*)", "Future*(Store*,@,@(@)*)", "ExpenseEntityBuilder*(ExpenseEntityBuilder*)", "Future<~>*()", "~(TextEditingController*)", "Null(List*)", "DropdownMenuItem*(String*)", "ListBuilder*()", "Null(Duration*)", "~(Object?)", "~(AnimationStatus)", "Null(String*,String*)", "Null(String*,bool*)", "~(bool*)", "bool*(Route<@>*)", "String*(BaseEntity*)", "PaymentEntityBuilder*(PaymentEntityBuilder*)", "Null(DocumentEntity*)", "String*(String*,ClearEntityFilter*)", "String*(String*,SelectCompany*)", "String*(String*,PreviewEntity*)", "~(TapDownDetails)", "@(BuildContext*)", "ClientEntityBuilder*(ClientEntityBuilder*)", "ListUIState*(ListUIState*,FilterByEntity*)", "bool(SpanMarker)", "CompanyGatewayEntityBuilder*(CompanyGatewayEntityBuilder*)", "PluralCase()", "Widget(BuildContext)", "~(DragStartDetails)", "Null(String*,InvoiceEntity*)", "@(SelectableEntity*)", "ExecutionInstruction({editContext!EditContext,keyEvent!RawKeyEvent})", "~(BuildContext*,EntityAction*)", "InvoiceItemEntityBuilder*(InvoiceItemEntityBuilder*)", "~(DragUpdateDetails)", "ListDivider*(BuildContext*,int*)", "SubscriptionEntityBuilder*(SubscriptionEntityBuilder*)", "TaskEntityBuilder*(TaskEntityBuilder*)", "Null(InvoiceEntity*)", "InvoiceEntity*(String*)", "bool(String)", "String*(String*,@)", "bool*(InvoiceItemEntity*)", "ScheduleEntityBuilder*(ScheduleEntityBuilder*)", "bool(BoxHitTestResult,Offset)", "String()", "Null(TextEditingController*)", "String(String,Node)", "~(RenderObject)", "String*(String*,FilterByEntity*)", "Null(BuildContext*,MultipartFile*)", "InvoiceStatusEntityBuilder*(InvoiceStatusEntityBuilder*)", "int*(List*,List*)", "~(bool)", "Future?(Object*)", "Null(BuildContext*,DocumentEntity*,String*,String*)", "~(String*)", "~(DragEndDetails)", "SettingsUIStateBuilder*(SettingsUIStateBuilder*)", "~(PaintingContext,Offset)", "Color(Set)", "~(String)", "bool*(bool*,UpdateUserPreferences*)", "UserCompanyEntityBuilder*(UserCompanyEntityBuilder*)", "Future<~>()", "~(TapUpDetails)", "~(int)", "int*(int*,PreviewEntity*)", "VendorEntityBuilder*(VendorEntityBuilder*)", "~(Element0)", "EntityStats*(String*,BuiltMap*)", "~(@)", "Null(~)", "double(RenderBox)", "UserEntityBuilder*(UserEntityBuilder*)", "bool*(InvoiceEntity*)", "Null(List*)", "Null(EntityStatus*,bool*)", "@(TaxRateEntity*)", "InvoiceEntity*(@)", "Null(int*)", "Null(JavaScriptObject)", "~(PointerEvent)", "Uint8List*(PdfPageFormat*)", "StatelessWidget*(BuildContext*,BoxConstraints*)", "String(Match)", "Null(int*,int*)", "~(Document2,DocumentEditorTransaction)", "bool(Object?)", "UserStateBuilder*(UserStateBuilder*)", "Null(BuildContext*,Completer*)", "Null(String*,ExpenseEntity*)", "Map(Document2,DocumentNode)", "~(RestorableProperty,~())", "TransactionEntityBuilder*(TransactionEntityBuilder*)", "@(CompanyEntity*)", "@(int*,String*)", "String(String)", "@(MultipartFile*)", "@(DocumentEntity*,String*,String*)", "String*()", "ScrollableListView*(BuildContext*)", "String*(SelectableEntity*)", "List()", "Palette()", "Null(ExpenseEntity*)", "int(int)", "~(Object,StackTrace)", "Null(String*,TaskEntity*)", "TaskStatusEntityBuilder*(TaskStatusEntityBuilder*)", "InvoiceEntity*(InvoiceEntity*,@)", "Null(Completer*,String*)", "~(ByteData?)", "Widget*(BuildContext*,int*)", "ListBuilder*()", "DashboardUISettingsBuilder*(DashboardUISettingsBuilder*)", "bool*(ClientContactEntity*)", "@(InvoiceEntity*)", "double*(ChartMoneyData*,int*)", "bool(FocusNode)", "PurchaseOrderStateBuilder*(PurchaseOrderStateBuilder*)", "Null(TaxRateEntity*)", "Null(BaseEntity*)", "Widget*()", "~(String,@)", "String*(InvoiceEntityBuilder*)", "bool(@)", "~(LayoutView)", "TransactionRuleEntityBuilder*(TransactionRuleEntityBuilder*)", "EntityStats*(String*,BuiltMap*)", "String*(String*,ClearEntitySelection*)", "~(ForcePressDetails)", "AuthStateBuilder*(AuthStateBuilder*)", "ProductEntityBuilder*(ProductEntityBuilder*)", "DropdownMenuItem*(int*)", "~(SelectableEntity*)", "Null(DesignEntity*)", "Tween(@)", "int()", "Null(PaymentableEntity*)", "Null(PaymentEntity*)", "Null(Object,StackTrace)", "Null(UserEntity*)", "SimpleDialog*(BuildContext*)", "~(@,@)", "~(String,String)", "Widget(BuildContext,int)", "Object?(@)", "bool*(BaseEntity*)", "Null(List*)", "Null(SettingsEntity*)", "~(PointerExitEvent)", "Future()", "Color?(Set)", "ProjectEntityBuilder*(ProjectEntityBuilder*)", "Null(String*,PaymentEntity*)", "PaymentStatusEntityBuilder*(PaymentStatusEntityBuilder*)", "bool(FlutterHtmlKeyboardEvent)", "bool(ScrollNotification)", "Null(BuildContext*[EntityAction*])", "QuoteStateBuilder*(QuoteStateBuilder*)", "AlertDialog*(BuildContext*)", "~(Object*)", "MapBuilder*()", "bool*(VendorContactEntity*)", "@(int*)", "KeyEventResult(FocusNode,RawKeyEvent)", "TextStyle(Set)", "PanGestureRecognizer()", "~(PanGestureRecognizer)", "bool(_RouteEntry?)", "FeesAndLimitsSettingsBuilder*(FeesAndLimitsSettingsBuilder*)", "ListTile*(String*)", "MapEntry(@,@)", "~(PointerDownEvent)", "TextFieldKeyboardHandlerResult({controller!AttributedTextEditingController,keyEvent!RawKeyEvent,textLayout:ProseTextLayout?})", "InvitationEntity*(ClientContactEntity*)", "double*(double*)", "Null(BuildContext*,bool*)", "Color0(int?)", "ListBuilder*()", "Null(TaskTime*)", "bool*(TaskTime*)", "bool*(DateRange*)", "Future<@>(MethodCall0)", "Future<~>(MethodCall0)", "bool(int)", "DocumentLayout()", "String*(PaymentableEntity*)", "Null(TransactionEntity*)", "bool(NotoFont)", "CompanyGatewayStateBuilder*(CompanyGatewayStateBuilder*)", "TaskEntity*(String*)", "Null(Completer*)", "TransactionStateBuilder*(TransactionStateBuilder*)", "GroupStateBuilder*(GroupStateBuilder*)", "ExpenseEntity*(String*)", "TaxRateStateBuilder*(TaxRateStateBuilder*)", "~(PointerEnterEvent)", "Null(ProductEntity*)", "~(String?)", "PaymentTermStateBuilder*(PaymentTermStateBuilder*)", "double(RenderBox,double)", "double*()", "bool*(PaymentableEntity*)", "double(double,double)", "TapSequenceGestureRecognizer()", "Column*(BuildContext*)", "PaymentEntity*(String*)", "~(TapSequenceGestureRecognizer)", "Widget(BuildContext,Widget?)", "ClientStateBuilder*(ClientStateBuilder*)", "Null(TaskStateBuilder*)", "~(~())", "BankAccountEntityBuilder*(BankAccountEntityBuilder*)", "List*()", "bool(InlineSpan)", "Null(LoginResponse*)", "~(PointerExitEvent*)", "MapBuilder*(MapBuilder*)", "TaskTimeBuilder*(TaskTimeBuilder*)", "TextFieldKeyboardHandlerResult({controller!AttributedTextEditingController,keyEvent!RawKeyEvent,textLayout!ProseTextLayout})", "~(LongPressStartDetails)", "bool(Node)", "Null(TaskEntity*)", "WebhookEntityBuilder*(WebhookEntityBuilder*)", "int(_Codes)", "Null(EntityType*)", "Null(InvoiceStateBuilder*)", "Null(RecurringInvoiceStateBuilder*)", "Text*(String*)", "int(Object?)", "AppStateBuilder*(AppStateBuilder*)", "bool*(EntityType*)", "MapBuilder*()", "~(PointerEnterEvent*)", "ActivityListTile*(BuildContext*,int*)", "Future>(Map)", "bool(GestureListener)", "Future*(BuildContext*,bool*)", "Null(ClientEntity*)", "TaxRateEntity*(String*)", "Null(String*,ClientEntity*)", "Widget(BuildContext,BoxConstraints)", "UpgradeDialog*(BuildContext*)", "ProductEntity*(String*)", "@(String*,bool*)", "DropdownMenuItem*(DateRange*)", "bool*(PaymentEntity*)", "Null(InvoiceItemEntity*)", "Future*(String*)", "List*(BuildContext*)", "MaterialStateProperty?(ButtonStyle?)", "~(Object?,Object?)", "~(DateTime)", "Null(TaskStatusEntity*)", "~(SpanMarker)", "String*(InvoiceEntity*)", "CreditStateBuilder*(CreditStateBuilder*)", "~(Selectable)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "Null(EntityAction*)", "TextStyle(Set)", "InvoiceItemSelector*(BuildContext*)", "int*(InvoiceEntity*,InvoiceEntity*)", "~(PointerSignalEvent)", "@(Completer*)", "DocumentStateBuilder*(DocumentStateBuilder*)", "BaseEntity*(InvoiceItemEntity*)", "@(DesignEntity*)", "ExpenseStateBuilder*(ExpenseStateBuilder*)", "Null(VendorEntity*)", "ExpenseCategoryEntityBuilder*(ExpenseCategoryEntityBuilder*)", "Null(GroupEntity*)", "Null(List*[String*,String*])", "Null(InvoiceItemEntity*,int*)", "TransactionStatusEntityBuilder*(TransactionStatusEntityBuilder*)", "InvoiceStateBuilder*(InvoiceStateBuilder*)", "Null(BuiltList*)", "PaymentStateBuilder*(PaymentStateBuilder*)", "Null(List*,String*,String*)", "Null(List*)", "Null(BuildContext*[int*])", "Null(BuildContext*,InvoiceEntity*[String*])", "Null(ProjectEntity*)", "ProjectStateBuilder*(ProjectStateBuilder*)", "ExpenseStatusEntityBuilder*(ExpenseStatusEntityBuilder*)", "DropdownMenuItem*(MapEntry*)", "Null(int*,String*)", "DateTime*(ChartMoneyData*,int*)", "RecurringExpenseStateBuilder*(RecurringExpenseStateBuilder*)", "Null(RecurringExpenseStateBuilder*)", "Color0*(ChartMoneyData*,int*)", "int(FocusNode,FocusNode)", "RecurringInvoiceStateBuilder*(RecurringInvoiceStateBuilder*)", "Future()", "Null(List*)", "bool(InheritedElement)", "TaskStateBuilder*(TaskStateBuilder*)", "bool(Element0)", "~(String,NumericAxis)", "UserSmsVerification*(BuildContext*)", "MouseCursor0(Set)", "~(bool?)", "Object?(Object?)", "~(MouseEvent)", "Future()", "ListBuilder*()", "bool*(String*,InvoiceEntity*)", "String*(InvitationEntity*)", "String?(String?)", "CustomFieldSelector*(BuildContext*)", "JavaScriptObject()", "Null(BuildContext*,InvoiceEntity*,ClientEntity*)", "MessageDialog*(BuildContext*)", "GridView*(BuildContext*,BoxConstraints*)", "Null(DateTime*)", "TaskListItem*(BuildContext*,int*)", "List*(BuiltMap*,BuiltMap*)", "InvoiceListItem*(BuildContext*,int*)", "ExpenseListItem*(BuildContext*,int*)", "ColorTween(@)", "DesignStateBuilder*(DesignStateBuilder*)", "Future>(Map)", "Null(WebhookEntity*)", "int(@,@)", "DateTime()", "Color(Color)", "RenderBox()", "bool*(ExpenseEntity*)", "String*(ExpenseEntity*)", "ClientContactEntityBuilder*(ClientContactEntityBuilder*)", "VendorStateBuilder*(VendorStateBuilder*)", "~(LongPressMoveUpdateDetails)", "Null(ExpenseCategoryEntity*)", "String*(ProfitAndLossReportFields*)", "double()", "ExpenseCategoryStateBuilder*(ExpenseCategoryStateBuilder*)", "EntityStats*(String*,BuiltMap*)", "Null(String*,TransactionEntity*)", "Null(BankAccountEntity*)", "String*(TaxRateReportFields*)", "DesignEntity*(String*)", "@(SettingsEntity*)", "ExpenseEntity*(ExpenseEntity*,@)", "BankAccountStateBuilder*(BankAccountStateBuilder*)", "Null(List*)", "Null(@,@)", "String*(TaxRateReportFields0*)", "Null(PaymentTermEntity*)", "ClientEntity*(String*)", "bool(_RouteEntry)", "@([String*,String*])", "Null(List*)", "Widget(BuildContext,EditableTextState)", "Null(ProductStateBuilder*)", "ProductStateBuilder*(ProductStateBuilder*)", "~(NavigatorObserver)", "ListBuilder*(ListBuilder*)", "Null(TokenEntity*)", "bool*(@)", "MapBuilder*(MapBuilder*)", "TransactionRuleStateBuilder*(TransactionRuleStateBuilder*)", "Future<~>(bool)", "Null(TransactionRuleEntity*)", "AppTextButton*(BuildContext*)", "DesignEntityBuilder*(DesignEntityBuilder*)", "Null(BuildContext*,EmailTemplate*,String*,String*,String*)", "ProjectEntity*(String*)", "List*>*(BuildContext*)", "Null(Store*)", "Null(List*)", "String(int)", "Offset()", "Null(ScheduleEntity*)", "ScheduleStateBuilder*(ScheduleStateBuilder*)", "~(ProgressEvent)", "~(Event)", "Null(SubscriptionEntity*)", "SubscriptionStateBuilder*(SubscriptionStateBuilder*)", "CompanyGatewayEntity*(String*)", "Null(CompanyGatewayEntity*)", "ScrollPosition()", "BankAccountEntity*(String*)", "TokenStateBuilder*(TokenStateBuilder*)", "EntityStats*(String*,BuiltMap*)", "TaskStatusEntity*(String*)", "VendorContactEntityBuilder*(VendorContactEntityBuilder*)", "int(RenderObject,RenderObject)", "Null(TaskStatusStateBuilder*)", "TaskStatusStateBuilder*(TaskStatusStateBuilder*)", "TextBoundary(DirectionalTextEditingIntent)", "~({curve:Curve,descendant:RenderObject?,duration:Duration,rect:Rect?})", "WebhookStateBuilder*(WebhookStateBuilder*)", "Set()", "bool(DataRow0)", "~(SliverConstraints)", "TaxRegionDataEntityBuilder*(TaxRegionDataEntityBuilder*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "Rect()", "~(int,int)", "~(DragDownDetails)", "String*(RecurringExpenseReportFields*)", "VendorContactEntity*()", "String*(QuoteReportFields*)", "String*(ContactReportFields*)", "Null(CreditStateBuilder*)", "bool(Object?,Object?)", "Iterable(Iterable)", "String*(ClientReportFields*)", "int(int,int)", "~(ImageStreamListener)", "Null(Event)", "ListTile*(BuildContext*,int*)", "PrefStateBuilder*(PrefStateBuilder*)", "String(@)", "Null(Timer*)", "PaymentableEntityBuilder*(PaymentableEntityBuilder*)", "String*(QuoteItemReportFields*)", "String*(PurchaseOrderReportFields*)", "String*(PurchaseOrderItemReportFields*)", "ListBuilder*()", "Null(WebhookStateBuilder*)", "MapEntry*>*(String*,String*)", "int*(TaskEntity*,TaskEntity*)", "int*(ExpenseEntity*,ExpenseEntity*)", "bool(KeyData)", "Null(List*)", "Null(List*)", "bool(FocusableActionDetector)", "Null(DesignStateBuilder*)", "int(SemanticsNode,SemanticsNode)", "bool(Country)", "DecoratedFormField*(BuildContext*,TextEditingController*,FocusNode*,~()*)", "Null(List*)", "Widget(BuildContext,Widget,int?,bool)", "DocumentEntityBuilder*(DocumentEntityBuilder*)", "Null(List*)", "bool(ScrollMetricsNotification)", "~(TaxRateEntity*)", "~(List)", "~(String,~())", "ClientContactEntity*()", "WebhookEntity*(String*)", "bool(String?)", "~(Timer)", "~(TextInputAction)", "Null(@,StackTrace)", "Null(ExpenseStateBuilder*)", "Null(VendorStateBuilder*)", "Map*(Document2*,DocumentNode*)", "Future*(BuildContext*,Completer*,String*)", "ExpenseCategoryEntity*(String*)", "Null(List*)", "~(LongPressEndDetails)", "Future*(BuildContext*,Completer*{oneTimePassword:String*,secret:String*,url:String*})", "QuoteListItem*(BuildContext*,int*)", "Null(ExpenseCategoryStateBuilder*)", "@(Object*)", "Future<~>(~(JavaScriptObject),~(Object?))", "bool(Point)", "GroupEntity*(String*)", "Null(List*)", "Null(List*)", "GroupEntityBuilder*(GroupEntityBuilder*)", "Null(GroupStateBuilder*)", "PaymentListItem*(BuildContext*,int*)", "Null(List*)", "~(Object[StackTrace?])", "VendorEntity*(String*)", "List*(BuiltMap*)", "~(TextSelection,SelectionChangedCause?)", "bool(_Highlight)", "String*(ProductReportFields*)", "ListBuilder*()", "Future<~>(String)", "DropdownMenuItem*(int*)", "VerticalDragGestureRecognizer()", "Null(PaymentStateBuilder*)", "JavaScriptObject(JavaScriptObject)", "BaseEntity*(String*)", "PaymentTermEntity*(String*)", "Null(List*)", "EdgeInsetsGeometryTween(@)", "~(Codec)", "Null(PaymentTermStateBuilder*)", "Null(BankAccountStateBuilder*)", "UserEntity*(String*)", "bool*(ActivityEntity*)", "String*(PaymentReportFields*)", "Null(String*,List*)", "PopupMenuItem*(EntityAction*)", "Null(bool)", "Null(List*)", "String*(InvoiceReportFields*)", "String*(InvoiceItemReportFields*)", "~(Object,String)", "Null(ProjectStateBuilder*)", "String*(String*,UpdateUserPreferences*)", "bool*(bool*,DismissTwoYearReviewAppPermanently*)", "Null(List*)", "Null(int*,bool*)", "String*(ExpenseReportFields*)", "Null(TransactionRuleStateBuilder*)", "List*>*(BuildContext*)", "Null(PurchaseOrderStateBuilder*)", "@(double*)", "String*(DocumentReportFields*)", "Null(List*)", "TransactionRuleEntity*(String*)", "Null(ClientStateBuilder*)", "String*(VendorReportFields*)", "Null(QuoteStateBuilder*)", "PopupMenuButton*(BuildContext*,int*)", "InvitationEntity*(VendorContactEntity*)", "OutlinedButton*(EntityAction*)", "double*(String*)", "Null(TransactionStateBuilder*)", "~(Timer*)", "InkWell*(BuildContext*)", "TransactionEntity*(String*)", "Text*(@)", "bool*(EntityAction*)", "ReportsUIStateBuilder*(ReportsUIStateBuilder*)", "ScheduleEntity*(String*)", "Null(List*)", "Widget(Widget,Animation0)", "Null(ScheduleStateBuilder*)", "Null(bool*,int*,String*,double*,double*)", "Null(CompanyEntity*)", "Null(List<@>*)", "bool(Node0)", "SubscriptionEntity*(String*)", "Null(List*)", "IconButton*(BuildContext*)", "bool*(Attribution*)", "Null(SubscriptionStateBuilder*)", "~(VerticalDragGestureRecognizer)", "String*(TransactionReportFields*)", "ListBuilder*()", "String*(TaskReportFields*)", "MapBuilder*>*()", "Null(List*)", "PasswordConfirmation*(BuildContext*)", "Null(CompanyGatewayStateBuilder*)", "Null(List*)", "bool*(InvitationEntity*)", "String*(CreditReportFields*)", "String*(CreditItemReportFields*)", "ListBuilder*(ListBuilder*)", "MaterialStateProperty?(ButtonStyle?)", "Null(List*)", "bool(SemanticsNode)", "Null(TokenStateBuilder*)", "Null(TaxRateStateBuilder*)", "String*(RecurringInvoiceReportFields*)", "TransactionRuleCriteriaEntityBuilder*(TransactionRuleCriteriaEntityBuilder*)", "TokenEntity*(String*)", "Future*(String*,String*)", "Null(UserStateBuilder*)", "bool*(DataRow*)", "TaxRateEntityBuilder*(TaxRateEntityBuilder*)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceItem*)", "Null(BuiltList*)", "String*(String*,ShowPdfRecurringInvoice*)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuoteItem*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteItem*)", "String*(String*,ShowPdfQuote*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrderItem*)", "InvoiceEntity*(InvoiceEntity*,DeletePurchaseOrderItem*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderItem*)", "String*(String*,ShowPdfPurchaseOrder*)", "bool*(bool*,DismissOneYearReviewAppPermanently*)", "EntityStats*(String*,BuiltMap*)", "AppSidebarMode*(AppSidebarMode*,UpdateUserPreferences*)", "String*(InvoiceItemEntityBuilder*)", "BuiltMap*(BuiltMap*,UpdateUserPreferences*)", "Completer*(Completer*,EditProject*)", "InvoiceItemEntity*(String*)", "PaymentTermEntity*(@)", "PaymentTermEntityBuilder*(PaymentTermEntityBuilder*)", "List*(String*,BuiltMap*,BuiltList*)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoiceItem*)", "UserEntity*(@)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceItem*)", "String*(String*,ShowPdfInvoice*)", "GroupEntity*(@)", "Completer*(Completer*,EditExpenseCategory*)", "Completer*(Completer*,EditVendor*)", "ExpenseEntity*(@)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,BuiltMap*,StaticState*)", "bool*(String*,ExpenseEntity*)", "Null(BuiltList*)", "Null(DocumentStateBuilder*)", "DocumentEntity*(String*)", "List*(BuiltMap*,BuiltMap*)", "int*(PaymentEntity*,PaymentEntity*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*)", "List*>*(BuildContext*)", "InkWell*(String*)", "MapBuilder*>*(MapBuilder*>*)", "List*(BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditItem*)", "UserSettingsEntityBuilder*(UserSettingsEntityBuilder*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditItem*)", "InvoiceEntity*(InvoiceEntity*,AddCreditItem*)", "Null(BuildContext*,String*,String*,String*)", "String*(String*,ShowPdfCredit*)", "PaymentableEntity*(BaseEntity*)", "CompanyGatewayEntity*(@)", "List*()", "int*(BaseEntity*,BaseEntity*)", "Null(DropEventDetails*)", "bool*(TaskEntity*)", "bool*(ProjectEntity*)", "bool*(ProductEntity*)", "ReportSettingsEntityBuilder*(ReportSettingsEntityBuilder*)", "bool*(GatewayTokenEntity*)", "EntityStats*(String*,BuiltMap*)", "Completer*(Completer*,EditClient*)", "String*(ProjectEntityBuilder*)", "String*(PaymentEntityBuilder*)", "Null(UserCompanyEntity*)", "bool*(HistoryRecord*)", "bool*(CompanyEntity*)", "bool*(bool*,DismissNativeWarningPermanently*)", "bool*(SelectableEntity*)", "~(PersistenceRepository*)", "UIStateBuilder*(UIStateBuilder*)", "PaymentRefundScreen*(BuildContext*)", "ToggleButtons*(BuildContext*,BoxConstraints*)", "PaymentEditScreen*(BuildContext*)", "MediaQuery*(BuildContext*,Widget*)", "MainScreen*(BuildContext*)", "LoginScreen*(BuildContext*)", "bool*(UserCompanyState*)", "MapBuilder*()", "MapBuilder*()", "ListBuilder*()", "ListBuilder*()", "Null(String*,String*,String*,String*,String*)", "Null(EmailTemplate*)", "ListBuilder*()", "bool*(TaxRateEntity*)", "TaxRateEntity*()", "Null(PointerHoverEvent*)", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "Align*(List<@>*)", "ListBuilder*()", "ListBuilder*()", "Widget*(CompanyEntity*)", "AccountSmsVerification*(BuildContext*)", "ListBuilder*()", "ListBuilder*()", "PointerInterceptor*(BuildContext*)", "Future*(@)", "DropdownMenuItem<@>*(@)", "String*(PhoneNumber*)", "bool*(SystemLogEntity*)", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "TokenEntityBuilder*(TokenEntityBuilder*)", "MapBuilder*()", "DataCell*(String*)", "Size(RenderBox,BoxConstraints)", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "MapBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "Widget*(BuildContext*,AsyncSnapshot*)", "Null(ClientContactEntity*)", "ListBuilder*()", "ListBuilder*()", "Null(GatewayTokenEntity*)", "Row*(BuildContext*,BoxConstraints*)", "TokenMeta*(GatewayTokenEntity*)", "ListBuilder*()", "ListBuilder*()", "MapBuilder*>*(MapBuilder*>*)", "bool*(GatewayOptionsEntity*)", "Null(ProgressEvent)", "bool(Rule)", "~(Object,StackTrace,Object?)", "~(PointerHoverEvent)", "bool(Selectable,double)", "VelocityTracker(PointerEvent)", "~(_DragInfo)", "DecorationTween(@)", "AlignmentGeometryTween(@)", "Tween<@>?(Tween<@>?,@,Tween<@>(@))", "Positioned(BuildContext,Widget?)", "~(PointerPanZoomStartEvent)", "~(ForcePressGestureRecognizer)", "ForcePressGestureRecognizer()", "~(HorizontalDragGestureRecognizer)", "HorizontalDragGestureRecognizer()", "~(LongPressGestureRecognizer)", "Null(DateRange*)", "LongPressGestureRecognizer()", "Null(ChartDataGroup*)", "~(TapGestureRecognizer)", "TapGestureRecognizer()", "int(_ReadingOrderSortData,_ReadingOrderSortData)", "bool(DisplayFeature)", "Null(EntityType*,List*)", "Object?(DismissIntent)", "Map()", "~(RestorationBucket)", "Future(ByteData?)", "List(_SemanticsSortGroup)", "bool(BoxHitTestResult)", "bool(InlineSpanSemanticsInformation)", "Future*(Response*)", "~(Rect)", "~(ImageChunkEvent)", "ImageStreamCompleter()", "~(ImageInfo,bool)", "~(TimeOfDay)", "~(_TimePickerMode)", "ExpenseCategoryListItem*(BuildContext*,int*)", "Null(VendorContactEntity*)", "ListBuilder*()", "Semantics(BuildContext,Widget?)", "_ZoomExitTransition(BuildContext,Animation0,Widget?)", "Future*(Duration*)", "Container*(BuildContext*,int*)", "_ZoomEnterTransition(BuildContext,Animation0,Widget?)", "List*>*(BuildContext*)", "PopupMenuItem*(String*)", "ProductListItem*(BuildContext*,int*)", "LocalKey(MergeableMaterialItem)", "RefreshIndicator*(BuildContext*)", "Null(MapEntry*)", "Null(String*,double*)", "~([String*])", "~(RenderBox?)", "double*(PaymentableEntity*)", "Padding*(InvoiceEntity*)", "~(FocusHighlightMode)", "~([Intent?])", "~(Size)", "CustomSingleChildLayout(BuildContext)", "bool(BuildContext)", "bool*(CreditItemReportFields*)", "MaterialStateProperty?(ButtonStyle?)", "bool(DraggableScrollableNotification)", "LicenseEntry(int)", "Widget(BuildContext,bool)", "bool*(InvoiceItemReportFields*)", "Widget(BuildContext,Object?,ScrollController?)", "double(_PointerPanZoomData)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "Drag?(Offset)", "~(DiagnosticsNode)", "Future()", "Color?(Color?)", "Future<~>(~)", "bool*(PurchaseOrderItemReportFields*)", "Node2?(DirectoryNode,String,Node2?)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "~(List)", "bool*(QuoteItemReportFields*)", "XFile(String)", "TaxRateEntity*(@)", "~(ScaleEndDetails)", "~(ScaleUpdateDetails)", "Color0*(@,int*)", "num*(@,int*)", "Map*(String*)", "~(ScaleStartDetails)", "@(int*,bool*)", "Null(BuildContext*,BuiltMap*)", "Null(BuildContext*,List*)", "~(ChartBehavior<@>)", "bool(ChartBehavior<@>)", "num?(int?)", "~(GestureListener)", "Null(BuildContext*,String*,String*)", "bool(LayoutView)", "String*(MapBuilder*)", "Future*(BuildContext*,String*)", "int(LayoutView,LayoutView)", "Future*(BuildContext*,AppSidebarMode*)", "String(num?)", "List()", "List?(int?)", "~(bool(String))", "DropdownMenuItem*(ImportType*)", "Set<~>*()", "Widget(BuildContext,Object,StackTrace?)", "TaxDataEntityBuilder*(TaxDataEntityBuilder*)", "TaxSubregionDataEntityBuilder*(TaxSubregionDataEntityBuilder*)", "int(int,@)", "Future*(Object*)", "_EnableTwoFactor*(BuildContext*)", "double(Set)", "SpanMarker(SpanMarker)", "~(Attribution,int)", "bool*(SubscriptionEntityBuilder*)", "UpdateState*()", "_Channel()", "Null(TaskTime*,int*)", "Null(Completer*,String*)", "Future(RandomAccessFile)", "~(int*)", "VendorListItem*(BuildContext*,int*)", "Null(BuildContext*,String*)", "_RuleCriteria*(BuildContext*)", "_RandomAccessFile(Object?)", "~(RandomAccessFile)", "Null(Uint8List)", "Null(GoogleSignInAuthentication*)", "String*(Match*)", "~(Uint8List,String,int)", "Widget*(BuildContext*,DocumentSelection*,Widget*)", "~(LinkifyElement)", "String(Node3)", "bool(BlockSyntax)", "bool(InlineSyntax)", "bool(Delimiter)", "List()", "int(String?)", "Element2(int)", "~(Symbol0,@)", "Future<~>(BuildContext,Uint8List/(PdfPageFormat),PdfPageFormat)", "Null(PrintingInfo)", "~([~])", "~([Object?])", "@(String)", "Future()", "~(String,String?)", "~(GestureMode)", "~(Offset)", "KeyData()", "@(JavaScriptObject)", "Future(String,Map)", "Padding(BuildContext,Widget?)", "bool(TextEditingDelta)", "~(num)", "DeltaTextInputClientDecorator()", "~({addedComponents!List,changedComponents!List,removedComponents!List})", "~(JavaScriptObject?)", "bool(Attribution)", "List()", "Stack(BuildContext)", "CompositedTransformTarget(BuildContext,Widget?)", "Widget(BuildContext,TextLayout)", "Stack(BuildContext,List,Widget?)", "ByteBuffer(@)", "~(RenderBox,BoxConstraints{parentUsesSize:bool})", "Future(JavaScriptObject)", "ViewListDiffResult?(int)", "BankAccountEntity*(BankAccountEntity*,@)", "CompanyGatewayEntity*(CompanyGatewayEntity*,@)", "String(String,String)", "DesignEntity*(DesignEntity*,@)", "Object?()", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,@)", "GroupEntity*(GroupEntity*,@)", "PaymentEntity*(PaymentEntity*,@)", "PaymentTermEntity*(PaymentTermEntity*,@)", "ProductEntity*(ProductEntity*,@)", "ProjectEntity*(ProjectEntity*,@)", "ScheduleEntity*(ScheduleEntity*,@)", "SubscriptionEntity*(SubscriptionEntity*,@)", "TaskEntity*(TaskEntity*,@)", "TaskStatusEntity*(TaskStatusEntity*,@)", "TaxRateEntity*(TaxRateEntity*,@)", "TokenEntity*(TokenEntity*,@)", "TransactionEntity*(TransactionEntity*,@)", "TransactionRuleEntity*(TransactionRuleEntity*,@)", "UserEntity*(UserEntity*,@)", "VendorEntity*(VendorEntity*,@)", "WebhookEntity*(WebhookEntity*,@)", "bool(JavaScriptObject)", "Promise<1&>([JavaScriptObject?])", "bool(RenderBox)", "String*(String*,FilterDocumentsByCustom3*)", "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*)", "Future()", "~(PointerUpEvent)", "CalendarDatePicker()", "Form()", "Flex(BuildContext)", "bool(bool)", "Widget(BuildContext,Animation0,Animation0)", "Null(~(Codec))", "Promise<1&>()", "Future*(SharedPreferences*)", "~(ActivateIntent)", "~(ButtonActivateIntent)", "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*)", "IndentingBuiltValueToStringHelper(String)", "UserCompanyState*(int*)", "RenderObjectWidget(Widget)", "DropdownButtonHideUnderline(BuildContext)", "Rect()?(RenderBox)", "ListBuilder()", "ListMultimapBuilder()", "Null(UserCompanyState*)", "bool(InkHighlight?)", "Color(_HighlightType)", "MapBuilder()", "SetBuilder()", "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*)", "SetMultimapBuilder()", "String*(String*,ArchiveBankAccountsSuccess*)", "String*(String*,DeleteBankAccountsSuccess*)", "bool(Pattern[int])", "ListTileTheme(BuildContext)", "StatefulWidget?(BuildContext,MagnifierController,ValueNotifier)", "bool(LayoutChangedNotification)", "String*(String*,SortBankAccounts*)", "String*(String*,FilterBankAccounts*)", "String*(String*,FilterBankAccountsByState*)", "String*(String*,FilterBankAccountsByCustom1*)", "String*(String*,FilterBankAccountsByCustom2*)", "String*(String*,FilterBankAccountsByCustom3*)", "String*(String*,FilterBankAccountsByCustom4*)", "Null(FrameInfo)", "BankAccountEntity*(BankAccountEntity*,UpdateBankAccount*)", "SurfaceScene()", "BankAccountEntity*(BankAccountEntity*,RestoreBankAccountsSuccess*)", "BankAccountEntity*(BankAccountEntity*,ArchiveBankAccountsSuccess*)", "BankAccountEntity*(BankAccountEntity*,DeleteBankAccountsSuccess*)", "ShapeBorderTween(@)", "Container(BuildContext)", "bool(Color)", "Object()", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*,String*)", "PageTransitionsBuilder?(TargetPlatform)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "BankAccountEntity*(@)", "FadeTransition(BuildContext,Widget?)", "~(double,double)", "@(@,String)", "_MergClientPicker*(BuildContext*)", "bool(OverscrollIndicatorNotification)", "RefreshProgressIndicator(BuildContext,Widget?)", "Widget(Widget,int,Animation0)", "Material(BuildContext,Widget?)", "Actions(BuildContext,Widget?)", "~(DragEndDetails{isClosing:bool?})", "Null(BuiltList*)", "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*)", "Align(BuildContext,Widget?)", "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*)", "bool(Set)", "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*)", "int(PaintRequest,PaintRequest)", "Map()", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "num(int?)", "String?(int)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,ListUIState*,BuiltMap*,StaticState*)", "Animation0(bool)", "ClientEntity*(@)", "UserCompanyStateBuilder*(UserCompanyStateBuilder*)", "UserCompanyEntity*(UserCompanyEntity*,SaveEInvoiceCertificateSuccess*)", "~(List,TextDirection,double)", "UserCompanyEntity*(UserCompanyEntity*,UpdateReportSettings*)", "GlobalKey>(Widget)", "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*)", "Center(int)", "InputDecorator(BuildContext,Widget?)", "bool*(ClientEntity*)", "Set(Set,Set)", "UnmanagedRestorationScope(FormFieldState)", "TextSelectionToolbarTextButton(MapEntry)", "ThemeDataTween(@)", "ThemeData()", "MapEntry>(Object,ThemeExtension<@>)", "bool(MapEntry>)", "MapEntry(MapEntry)", "TimeOfDay(int)", "Offset(double)", "~(List<_TappableLabel>?)", "~(String?,List)", "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*)", "MergeSemantics(int)", "~([TapUpDetails?])", "Future(Uint8List{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "List*(BuiltMap*,BuiltList*,ListUIState*,String*,bool*)", "double*(String*,BuiltMap*)", "Future(ImmutableBuffer{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "EntityStats*(String*,BuiltMap*)", "Null(String*,CompanyGatewayEntity*)", "EdgeInsetsGeometry(EdgeInsetsGeometry,ShapeBorder)", "ShapeBorder(ShapeBorder)", "String(ShapeBorder)", "TextElement2(String)", "bool(double)", "Color(double)", "_LiveImage()", "~(ImageInfo?,bool)", "CreditUIStateBuilder*(CreditUIStateBuilder*)", "bool*(bool*,ViewCredit*)", "bool*(bool*,ViewCreditList*)", "bool*(bool*,FilterCreditsByState*)", "bool*(bool*,FilterCredits*)", "bool*(bool*,FilterCreditsByCustom1*)", "bool*(bool*,FilterCreditsByCustom2*)", "bool*(bool*,FilterCreditsByCustom3*)", "bool*(bool*,FilterCreditsByCustom4*)", "int*(int*,UpdateCreditTab*)", "Future<~>(Object,StackTrace?)", "int*(int*,EditCredit*)", "int*(int*,EditCreditItem*)", "String*(String*,ArchiveCreditsSuccess*)", "String*(String*,DeleteCreditsSuccess*)", "String*(String*,ViewCredit*)", "String*(String*,AddCreditSuccess*)", "String*(String*,ShowEmailCredit*)", "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*)", "double(TextElement2)", "InvoiceEntity*(InvoiceEntity*,MoveCreditItem*)", "Null(Map>?)", "Iterable>()", "InvoiceEntity*(InvoiceEntity*,UpdateCreditClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddCreditContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveCreditContact*)", "~(Object,StackTrace?)?(ImageStreamListener)", "~(ImageChunkEvent)?(ImageStreamListener)", "Iterable>>()", "Paint(BoxShadow)", "Rect(BoxShadow)", "Path(BoxShadow)", "DiagnosticsNode(InlineSpan)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*)", "~(int,SemanticsAction,ByteData?)", "~(SemanticsUpdate0)", "String(double,double,String)", "DashboardUIStateBuilder*(DashboardUIStateBuilder*)", "BuiltMap*>*(BuiltMap*>*,UpdateDashboardSelection*)", "Size()", "BuiltMap*>*(BuiltMap*>*,SelectCompany*)", "EntityType*(EntityType*,UpdateDashboardEntityType*)", "bool*(bool*,UpdateDashboardSidebar*)", "double?()", "int(int?)", "~(TextSelection)", "Rect(TextBox)", "Null(~())", "Null(String*,Duration*)", "Rect(Rect?,TextBox)", "int(_PersistedSurfaceMatch,_PersistedSurfaceMatch)", "List*(BuiltMap*,String*)", "MouseCursor0(MouseTrackerAnnotation)", "~(MouseTrackerAnnotation,Matrix4)", "List*(BuiltMap*,BuiltMap*)", "bool(MouseTrackerAnnotation)", "~(CkCanvas)", "bool(Point[double?])", "List*(BuiltMap*,BuiltMap*)", "~(_SelectableFragment)", "bool(_SelectableFragment)", "OneSequenceGestureRecognizer(Factory)", "TransformLayer?(PaintingContext,Offset)", "bool(SliverHitTestResult{crossAxisPosition!double,mainAxisPosition!double})", "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*)", "bool(Point,double,double)", "String(int?)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "DesignEntity*(@)", "HitTestResult(Offset)", "bool(RenderSliver)", "bool(SurfaceFrame,CkCanvas)", "Null(BuiltList*)", "DocumentUIStateBuilder*(DocumentUIStateBuilder*)", "bool*(bool*,ViewDocument*)", "bool*(bool*,ViewDocumentList*)", "bool*(bool*,FilterDocumentsByState*)", "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*,FilterDocumentsByCustom1*)", "String*(String*,FilterDocumentsByCustom2*)", "~(FrameTiming)", "String*(String*,FilterDocumentsByCustom4*)", "DocumentEntity*(DocumentEntity*,UpdateDocument*)", "~(int,_FrameCallbackEntry)", "~(int,@)", "SemanticsNode(_TraversalSortNode)", "DocumentEntity*(@)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "DiagnosticsNode(SemanticsNode)", "InvoiceItemEntity*(BaseEntity*)", "Color0?(int?)", "~(_LineRendererElement)", "int(SemanticsNode)", "SemanticsNode(int)", "ExpenseUIStateBuilder*(ExpenseUIStateBuilder*)", "bool*(bool*,ViewExpense*)", "bool*(bool*,ViewExpenseList*)", "bool*(bool*,FilterExpensesByState*)", "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*)", "ByteData(ByteData?)", "Map(TextInputConfiguration)", "TextInputConfiguration(AutofillClient)", "Stream()", "Future(String?)", "InvoiceEntity*(ExpenseEntity*,BuiltMap*)", "Future<~>(ByteData?,~(ByteData?))", "Future>(@)", "List*(BuiltMap*,String*)", "~(RawKeyEvent)", "_Future<@>?()", "RawKeyEventData()", "Palette(Palette())", "Null(BuiltList*)", "ExpenseCategoryUIStateBuilder*(ExpenseCategoryUIStateBuilder*)", "~(Surface)", "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*)", "List()", "List(List)", "double(num)", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "double*(String*,BuiltMap*)", "List<@>(String)", "List(SelectionRect)", "ExpenseCategoryEntity*(@)", "~(NotoFont)", "CkCanvas(CkPictureRecorder)", "~(Action)", "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*)", "Null(String)", "~(_ChildEntry)", "Widget(_ChildEntry)", "bool(Widget)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "EntityStats*(BuiltMap*,String*)", "Route<@>?(RouteSettings)", "SimpleDialogOption*(EmailTemplate*)", "InvoiceUIStateBuilder*(InvoiceUIStateBuilder*)", "bool*(bool*,ViewInvoice*)", "bool*(bool*,ViewInvoiceList*)", "bool*(bool*,FilterInvoicesByState*)", "bool*(bool*,FilterInvoices*)", "bool*(bool*,FilterInvoicesByCustom1*)", "bool*(bool*,FilterInvoicesByCustom2*)", "bool*(bool*,FilterInvoicesByCustom3*)", "bool*(bool*,FilterInvoicesByCustom4*)", "int*(int*,UpdateInvoiceTab*)", "Route<@>(RouteSettings)", "int*(int*,EditInvoice*)", "int*(int*,EditInvoiceItem*)", "String*(String*,ArchiveInvoicesSuccess*)", "String*(String*,DeleteInvoicesSuccess*)", "String*(String*,ViewInvoice*)", "String*(String*,AddInvoiceSuccess*)", "String*(String*,ShowEmailInvoice*)", "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*)", "~(AutocompletePreviousOptionIntent)", "InvoiceEntity*(InvoiceEntity*,MoveInvoiceItem*)", "~(AutocompleteNextOptionIntent)", "~(SelectionModelType)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveInvoiceContact*)", "CompositedTransformFollower(BuildContext)", "bool(AutofillClient)", "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*)", "AutofillClient()", "bool(KeepAliveNotification)", "Null(BuiltList*)", "PaymentUIStateBuilder*(PaymentUIStateBuilder*)", "bool*(bool*,ViewPayment*)", "bool*(bool*,ViewPaymentList*)", "bool*(bool*,FilterPaymentsByState*)", "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*)", "_Future<@>(@)", "bool*(String*,PaymentEntity*)", "ClipPath(BuildContext)", "~(String,ChartBehavior0<@>)", "~(ChartStateBehavior>,AnimationController)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*)", "EntityStats*(String*,BuiltMap*,BuiltMap*)", "PaymentEntity*(@)", "HitTestResult()", "Future()", "Future<~>(double)", "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*)", "Future<~>(@)", "Future>(Map)", "Widget(LegendEntry<@>)", "Rect(DisplayFeature)", "List*(BuiltMap*,BuiltList*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "LayoutBuilder(BuildContext,double,Widget?)", "SimpleDialogOption*(String*)", "_DraggableSheetExtent()", "int(List)", "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*)", "~(TransposeCharactersIntent)", "~(ReplaceTextIntent)", "List*(BuiltMap*,BuiltList*,BuiltMap*)", "List*(BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "ProductEntity*(@)", "~(ScrollToDocumentBoundaryIntent)", "~(ScrollIntent)", "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*)", "~(ExtendSelectionByPageIntent)", "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*)", "~(UpdateSelectionIntent)", "bool*(String*,ProjectEntity*)", "~(ExpandSelectionToDocumentBoundaryIntent)", "~(ExpandSelectionToLineBreakIntent)", "List*(BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,BuiltMap*)", "TextEditingValue(TextEditingValue,TextInputFormatter)", "Null(String*,ProjectEntity*)", "ProjectEntity*(@)", "PurchaseOrderUIStateBuilder*(PurchaseOrderUIStateBuilder*)", "bool*(bool*,ViewPurchaseOrder*)", "bool*(bool*,ViewPurchaseOrderList*)", "bool*(bool*,FilterPurchaseOrdersByState*)", "bool*(bool*,FilterPurchaseOrders*)", "bool*(bool*,FilterPurchaseOrdersByCustom1*)", "bool*(bool*,FilterPurchaseOrdersByCustom2*)", "bool*(bool*,FilterPurchaseOrdersByCustom3*)", "bool*(bool*,FilterPurchaseOrdersByCustom4*)", "int*(int*,UpdatePurchaseOrderTab*)", "Future<~>(PasteTextIntent)", "int*(int*,EditPurchaseOrder*)", "int*(int*,EditPurchaseOrderItem*)", "String*(String*,ArchivePurchaseOrdersSuccess*)", "String*(String*,DeletePurchaseOrdersSuccess*)", "String*(String*,ViewPurchaseOrder*)", "String*(String*,AddPurchaseOrderSuccess*)", "String*(String*,ShowEmailPurchaseOrder*)", "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*)", "~(TextEditingValue)", "InvoiceEntity*(InvoiceEntity*,MovePurchaseOrderItem*)", "CompositedTransformTarget(BuildContext,ViewportOffset)", "bool(HitTestEntry)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrderVendor*)", "InvoiceEntity*(InvoiceEntity*,RestorePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchivePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeletePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderContact*)", "InvoiceEntity*(InvoiceEntity*,RemovePurchaseOrderContact*)", "TextSelection(TextSelection)", "~(UndoTextIntent)", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*,BuiltMap*,BuiltMap*,String*)", "~(RedoTextIntent)", "QuoteUIStateBuilder*(QuoteUIStateBuilder*)", "bool*(bool*,ViewQuote*)", "bool*(bool*,ViewQuoteList*)", "bool*(bool*,FilterQuotesByState*)", "bool*(bool*,FilterQuotes*)", "bool*(bool*,FilterQuotesByCustom1*)", "bool*(bool*,FilterQuotesByCustom2*)", "bool*(bool*,FilterQuotesByCustom3*)", "bool*(bool*,FilterQuotesByCustom4*)", "int*(int*,UpdateQuoteTab*)", "Padding(Widget)", "int*(int*,EditQuote*)", "int*(int*,EditQuoteItem*)", "String*(String*,ArchiveQuotesSuccess*)", "String*(String*,DeleteQuotesSuccess*)", "String*(String*,ViewQuote*)", "String*(String*,AddQuoteSuccess*)", "String*(String*,ShowEmailQuote*)", "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*)", "DiagnosticsNode(FocusNode)", "InvoiceEntity*(InvoiceEntity*,MoveQuoteItem*)", "bool(KeyMessage)", "~(_FocusTraversalGroupInfo)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveQuoteContact*)", "bool(_DirectionalPolicyDataEntry)", "int(TableRow)", "RecurringExpenseUIStateBuilder*(RecurringExpenseUIStateBuilder*)", "bool*(bool*,ViewRecurringExpense*)", "bool*(bool*,ViewRecurringExpenseList*)", "bool*(bool*,FilterRecurringExpensesByState*)", "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*,FilterRecurringExpensesByCustom1*)", "String*(String*,FilterRecurringExpensesByCustom2*)", "String*(String*,FilterRecurringExpensesByCustom3*)", "String*(String*,FilterRecurringExpensesByCustom4*)", "ExpenseEntity*(ExpenseEntity*,RestoreRecurringExpensesSuccess*)", "ExpenseEntity*(ExpenseEntity*,ArchiveRecurringExpensesSuccess*)", "ExpenseEntity*(ExpenseEntity*,DeleteRecurringExpensesSuccess*)", "ExpenseEntity*(ExpenseEntity*,UpdateRecurringExpense*)", "bool(TraversalDirection)", "Set(_ReadingOrderSortData)", "Padding(int)", "List(BuildContext)", "RecurringInvoiceUIStateBuilder*(RecurringInvoiceUIStateBuilder*)", "bool*(bool*,ViewRecurringInvoice*)", "bool*(bool*,ViewRecurringInvoiceList*)", "bool*(bool*,FilterRecurringInvoicesByState*)", "bool*(bool*,FilterRecurringInvoices*)", "bool*(bool*,FilterRecurringInvoicesByCustom1*)", "bool*(bool*,FilterRecurringInvoicesByCustom2*)", "bool*(bool*,FilterRecurringInvoicesByCustom3*)", "bool*(bool*,FilterRecurringInvoicesByCustom4*)", "int*(int*,UpdateRecurringInvoiceTab*)", "Rect(_ReadingOrderSortData)", "int*(int*,EditRecurringInvoice*)", "int*(int*,EditRecurringInvoiceItem*)", "String*(String*,ArchiveRecurringInvoicesSuccess*)", "String*(String*,DeleteRecurringInvoicesSuccess*)", "String*(String*,ViewRecurringInvoice*)", "String*(String*,AddRecurringInvoiceSuccess*)", "String*(String*,ShowEmailRecurringInvoice*)", "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*)", "int(_ReadingOrderDirectionalGroupData,_ReadingOrderDirectionalGroupData)", "InvoiceEntity*(InvoiceEntity*,MoveRecurringInvoiceItem*)", "List<_ReadingOrderSortData>(_ReadingOrderSortData,Iterable<_ReadingOrderSortData>)", "bool(_ReadingOrderSortData)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveRecurringInvoiceContact*)", "bool(FormFieldState<@>)", "Element0?(Element0)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "Object?(int,Element0?)", "List(Size)", "Future<@>(@)", "DoubleTapGestureRecognizer()", "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*)", "~(DoubleTapGestureRecognizer)", "~(@,StackTrace)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "ScheduleEntity*(@)", "~(int,bool(FlutterHtmlKeyboardEvent))", "ChartContainerRenderObject<@>()", "SettingsUIState*(SettingsUIState*,ViewSettings*)", "Set<0^>()", "SettingsUIState*(SettingsUIState*,UpdateCompany*)", "SettingsUIState*(SettingsUIState*,UpdateSettings*)", "SettingsUIState*(SettingsUIState*,UpdateUserSettings*)", "SettingsUIState*(SettingsUIState*,ResetSettings*)", "SettingsUIState*(SettingsUIState*,SaveCompanySuccess*)", "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*)", "List*(BuiltMap*)", "BuiltMap*(List<@>*)", "FontEntity*(@)", "bool(int,int)", "Future(Blob)", "Null(ByteData)", "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*)", "~(List<@>,JavaScriptObject)", "ScaleGestureRecognizer()", "~(ScaleGestureRecognizer)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "SubscriptionEntity*(@)", "Map(WebDropItem)", "~(Iterable)", "Null(BuiltList*)", "TaskUIStateBuilder*(TaskUIStateBuilder*)", "bool*(bool*,ViewTask*)", "bool*(bool*,ViewTaskList*)", "bool*(bool*,FilterTasksByState*)", "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*)", "_ButtonSanitizer()", "bool*(String*,TaskEntity*)", "~(RenderSemanticsGestureHandler)", "List*(BuiltMap*,String*,BuiltMap*,BuiltMap*,BuiltMap*)", "~(StatefulElement,Object)", "WebDropItem(Map<@,@>)", "TaskEntity*(@)", "~(_HeroFlight)", "Widget(BuildContext,Animation0,HeroFlightDirection,BuildContext,BuildContext)", "bool(_HeroFlight)", "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*)", "MediaQuery(BuildContext,Widget?)", "IconTheme(BuildContext)", "~(Object,StackTrace?)", "List*(BuiltList*,BuiltMap*)", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "int*(String*,BuiltMap*)", "TaskStatusEntity*(@)", "XFile(WebDropItem)", "~(DropEvent)", "DirectoryNode?(DirectoryNode,bool)", "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*)", "RealNode?(DirectoryNode,bool)", "BoxConstraintsTween(@)", "Matrix4Tween(@)", "TextStyleTween(@)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "BorderRadiusTween(@)", "FileNode()", "Future<@>(_Pending)", "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*)", "Map(List<@>)", "Map(Map)", "Null(Map)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "TokenEntity*(@)", "Null(BuildContext,MagnifierController,ValueNotifier)", "_PointerState()", "bool(Route<@>?)", "bool(OverlayEntry)", "TransactionUIStateBuilder*(TransactionUIStateBuilder*)", "bool*(bool*,ViewTransaction*)", "bool*(bool*,ViewTransactionList*)", "bool*(bool*,FilterTransactionsByState*)", "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*)", "~(FileNode)", "FileNode(FileNode)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*)", "TransactionEntity*(@)", "_RouteEntry(Route<@>)", "String(Object?)", "MapEntry>(@,@)", "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*)", "RenderBox?()", "ClipRect(BuildContext,Widget?)", "Viewport(BuildContext,ViewportOffset)", "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*)", "_HtmlElementViewController(PlatformViewCreationParams)", "BuiltMap*(BuiltMap*,ToggleViewerLayout*)", "PlatformViewSurface(BuildContext,PlatformViewController)", "double*(double*,UpdateUserPreferences*)", "bool*(bool*,DismissGatewayWarningPermanently*)", "bool*(bool*,DismissReviewAppPermanently*)", "Future<~>(PointerEvent)", "~(Size,Offset)", "AppLayout*(AppLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,SwitchListTableLayout*)", "int*(int*,UpdateUserPreferences*)", "~(_DragInfo,Offset,Offset)", "Map(Map,String)", "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*)", "Null(RestorationBucket?)", "CompanyPrefStateBuilder*(CompanyPrefStateBuilder*)", "BuiltList*(BuiltList*,PurgeDataSuccess*)", "BuiltList*(BuiltList*,PopLastHistory*)", "~(RestorableProperty)", "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*,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*)", "SynchronousFuture(bool)", "RestorationScope(BuildContext,Widget?)", "Actions(BuildContext)", "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*)", "IgnorePointer(BuildContext,Widget?)", "IOSScrollViewFlingVelocityTracker(PointerEvent)", "MacOSScrollViewFlingVelocityTracker(PointerEvent)", "~(Node2)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,String*)", "Node2?(DirectoryNode,String,Node2?,int,int)", "Widget(BuildContext,ViewportOffset)", "bool(ScrollUpdateNotification)", "Widget?(BuildContext,int)", "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*)", "int?(Widget,int)", "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*)", "~(String,int)", "bool(ScrollMetrics?)", "_ThumbPressGestureRecognizer()", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,StaticState*)", "EntityStats*(String*,BuiltMap*)", "Null(String*,VendorEntity*)", "double*(String*,String*,BuiltMap*,BuiltList*)", "VendorEntity*(@)", "~(_ThumbPressGestureRecognizer)", "~(File,Uint8List?,String?,Stream>?)", "_TrackTapGestureRecognizer()", "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*)", "~(_TrackTapGestureRecognizer)", "Future(String)", "TickerFuture({from:double?})", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "WebhookEntity*(@)", "int(Selectable,Selectable)", "bool(Selectable)", "List(LogicalKeyboardKey)", "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*)", "~(ShortcutActivator,Intent)", "List<_ActivatorIntentPair>()", "_SingleChildViewport(BuildContext,ViewportOffset)", "BottomAppBar*(BuildContext*,Store*)", "~(RenderBox)", "Element0?()", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(String*)", "bool(TableRow)", "Decoration?(TableRow)", "ConfirmEmail*(BuildContext*,ConfirmEmailVM*)", "_TableElementRow(TableRow)", "Padding*(TextButton*)", "Element0(Widget)", "MultiSelectList*(BuildContext*)", "@(List*)", "bool(_TableElementRow)", "Padding*(MapEntry*)", "bool(List)", "Iterable(_TableElementRow)", "RenderBox(Element0)", "Future*(DropDoneDetails*)", "List(_TableElementRow)", "DocumentTile*(DocumentEntity*)", "_SelectionToolbarWrapper(BuildContext)", "~(DragStartDetails,DragUpdateDetails)", "Container*(BuildContext*,String*)", "Text*(BuildContext*,String*,Object*)", "CacheInfoRepository(bool)", "Future<~>(CacheObject?)", "List(List)", "Widget(Color)", "SynchronousFuture()", "SynchronousFuture()", "~(String,DateSymbols)", "StatefulWidget*(EntityAction*)", "@(EntityAction*)", "StatelessWidget*(EntityAction*)", "~(_AnimationDirection)", "Flexible(Widget)", "~(SlidableAutoCloseNotification)", "EntityDropdownDialog*(BuildContext*)", "Null(SelectableEntity*[bool*])", "@(BuildContext*,Completer<@>*)", "~(SlidableAutoCloseBarrierNotification)", "List*(TextEditingValue*)", "SelectableEntity*(String*)", "int(StaggeredGridParentData,int)", "IgnorePointer(BuildContext)", "~(ToastFuture)", "Widget*(BuildContext*,~(SelectableEntity*)*,Iterable*)", "Builder*(BuildContext*,int*)", "Container*(BuildContext*)", "EntityAutocompleteListTile*(BuildContext*,int*)", "PopupMenuButton*(BuildContext*,int*)", "Future<~>(String,ByteData?,~(ByteData?)?)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityType*)", "GoogleSignInAccount?/(~)", "Container*(String*)", "~(String,int?)", "GoogleSignInTokenData(Map?)", "Null(Color*)", "Null(GoogleAuth)", "Null(GoogleAuthInitFailureError)", "List*>*(BuildContext*)", "PopupMenuItem*(int*)", "ViewClipChain()", "String(String,Color)", "DataRow0*(String*)", "~(Element)", "String(StringToken)", "bool(Set)", "HistoryDrawer*(BuildContext*,AppDrawerVM*)", "bool(Selector)", "BaseEntity*(InvitationEntity*)", "Map>()", "List()", "Uint8List(@,@)", "~(Rule)", "DropdownMenuItem*(TaxRateEntity*)", "int(String?,String?)", "Null(PointerExitEvent*)", "Incrementable(SemanticsObject)", "Rule()", "~(Blob?)", "bool(Element2)", "String*(EntityStatus*)", "String?(RegExpMatch)", "Padding*(BuildContext*)", "ListTile*(BuildContext*,BoxConstraints*)", "Future(Client0)", "Widget*(BuildContext*,Store*)", "Future(Client0)", "Widget*(CompanyEntity*{showAccentColor:bool*})", "PopupMenuItem*(CompanyEntity*)", "List*(BuildContext*)", "DropdownMenuItem*(CompanyEntity*)", "bool(String,String)", "int(String)", "Future*()", "Scrollable0(SemanticsObject)", "ContactUsDialog*(BuildContext*)", "UpdateDialog*(BuildContext*)", "String(List)", "HealthCheckDialog*(BuildContext*)", "MediaType()", "MenuDrawer*(BuildContext*,MenuDrawerVM*)", "Null(BuildContext*,int*,CompanyEntity*)", "_TheState*()", "Stack*(BuildContext*,BoxConstraints*)", "Widget*(@)", "String*(String*,String*)", "List*>*(BuildContext*)", "~(String,IfdDirectory)", "_SelectRow*()", "~(int,IfdValue)", "LabelAndValue(SemanticsObject)", "XFile(File)", "ExpansionPanel*(SystemLogEntity*)", "ListTile*(BuildContext*,bool*)", "Tappable(SemanticsObject)", "@(@,@)", "PurchaseWrapper(@)", "Rect*()*(RenderBox*)", "bool*(BuildContext*)", "Rect*()", "~(AnimationStatus*)", "DataCell*(DataColumn0*)", "DataRow*()", "SkuDetailsWrapper(@)", "Card*(BuildContext*,BoxConstraints*)", "Future<~>(PurchasesResultWrapper)", "~(BaseEntity*)", "Column*()", "List(SkuDetailsResponseWrapper)", "GooglePlayProductDetails(SkuDetailsWrapper)", "DataColumn0*(String*)", "String(ProductDetails)", "bool(PurchasesResultWrapper)", "String(PurchasesResultWrapper)", "List(PurchasesResultWrapper)", "Null(List*)", "MapEntry*(PurchaseDetails*)", "int*(ProductDetails*,ProductDetails*)", "ListTile*(ProductDetails*)", "TextButton*(String*)", "@(Store*)", "Container*(BuildContext*,Store*)", "LoginView*(BuildContext*,LoginVM*)", "~({context:BuildContext*,isSignUp:bool*})", "GooglePlayPurchaseDetails(PurchaseWrapper)", "Future(PurchaseWrapper)", "AppStoreProductDetails(SKProductWrapper)", "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*)", "bool(SKPaymentTransactionWrapper)", "BankAccountScreen*(BuildContext*,BankAccountScreenVM*)", "AppStorePurchaseDetails(SKPaymentTransactionWrapper)", "BankAccountEditVM*(Store*)", "BankAccountEdit*(BuildContext*,BankAccountEditVM*)", "BankAccountViewVM*(Store*)", "BankAccountView*(BuildContext*,BankAccountViewVM*)", "SKPaymentTransactionWrapper(@)", "EntityList*(BuildContext*,ClientListVM*)", "ClientListItem*(BuildContext*,int*)", "Null(Response*)", "SKProductWrapper(@)", "ClientPdfVM*(Store*)", "ClientPdfView*(BuildContext*,ClientPdfVM*)", "String*(ClientContactEntity*)", "ClientScreen*(BuildContext*,ClientScreenVM*)", "ContactEditDetails*(BuildContext*)", "ContactListTile0*(ClientContactEntity*)", "ClientEditContactsVM*(Store*)", "ClientEditContacts*(BuildContext*,ClientEditContactsVM*)", "Null(ClientContactEntity*,int*)", "ClientEditVM*(Store*)", "ClientEdit*(BuildContext*,ClientEditVM*)", "@(ClientEntity*)", "SKProductDiscountWrapper(@)", "RegExp()", "DateTime(int,int,int,int,int,int,int,bool)", "bool(_DateFormatField)", "_DateFormatQuotedField(String,DateFormat)", "_DateFormatPatternField(String,DateFormat)", "_DateFormatLiteralField(String,DateFormat)", "bool(Node1)", "Row*(ClientContactEntity*)", "bool*(LedgerEntity*)", "String?(NumberSymbols)", "String(NumberSymbols)", "ClientViewVM*(Store*)", "ClientView*(BuildContext*,ClientViewVM*)", "Element2(Node1)", "Column(BuildContext,int)", "Country()", "CompanyGatewayListItem*(String*)", "CompanyGatewayList*(BuildContext*,CompanyGatewayListVM*)", "CompanyGatewayScreen*(BuildContext*,CompanyGatewayScreenVM*)", "StatefulBuilder(BuildContext)", "CountryPickerDialog(BuildContext,~(~()))", "~(Country)", "GatewayConfigField*(String*)", "~(Element2)", "CompanyGatewayEditVM*(Store*)", "CompanyGatewayEdit*(BuildContext*,CompanyGatewayEditVM*)", "CompanyGatewayViewVM*(Store*)", "CompanyGatewayView*(BuildContext*,CompanyGatewayViewVM*)", "Transaction(@,String)", "EmailCreditVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailCreditVM*)", "Future<@>()", "EntityList*(BuildContext*,CreditListVM*)", "CreditListItem*(BuildContext*,int*)", "CreditPdfVM*(Store*)", "InvoicePdfView*(BuildContext*,CreditPdfVM*)", "CreditScreen*(BuildContext*,CreditScreenVM*)", "TargetPlatform?()", "TargetPlatform()", "bool(DiagnosticsNode?)", "CreditEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditDetailsVM*)", "bool(StackFrame)", "Null(String*,GatewayOptionsEntity*)", "ErrorDescription(String)", "CreditEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditItemsVM*)", "String(DiagnosticsNode)", "CreditEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,CreditEditNotesVM*)", "CreditEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,CreditEditPDFVM*)", "CreditEditVM*(Store*)", "CreditEdit*(BuildContext*,CreditEditVM*)", "TextField0(SemanticsObject)", "Checkable(SemanticsObject)", "CreditViewVM*(Store*)", "InvoiceView*(BuildContext*,CreditViewVM*)", "ImageRoleManager(SemanticsObject)", "LiveRegion(SemanticsObject)", "~(SelectionModel<@>*)", "bool*(SeriesDatum<@>*)", "Null(SeriesDatum<@>*)", "InkWell*(ChartDataGroup*)", "JavaScriptObject?(JavaScriptObject)", "DateRange*()", "DropdownMenuItem*(DateRangeComparison*)", "Null(DateRangeComparison*)", "DateRangeComparison*()", "DashboardDateRangePicker*(BuildContext*)", "Material*(BuildContext*,BoxConstraints*)", "List*>*(BuildContext*)", "PopupMenuItem*(DateRange*)", "_DashboardSettings*(BuildContext*)", "Card*(TaskEntity*)", "FormCard*(DashboardField*)", "EngineLineMetrics(ParagraphLine)", "InvoiceItemEntity*(InvoiceItemEntity*)", "bool(DiagnosticsNode)", "InvitationEntity*(InvitationEntity*)", "InvoiceHistoryEntity*(ActivityEntity*)", "LicenseParagraph()", "_DashboardField*(BuildContext*)", "double*(double*,double*)", "bool*(DashboardField*)", "SettingsWizard*(BuildContext*)", "AccountEntityBuilder*(AccountEntityBuilder*)", "Widget*(BuildContext*,DashboardVM*)", "@(DashboardSettings*)", "Map*()", "~(AbstractNode)", "String(GestureArenaMember)", "_GestureArena()", "~(PointerDataPacket)", "EntityList*(BuildContext*,DesignListVM*)", "DesignListItem*(BuildContext*,int*)", "DesignScreen*(BuildContext*,DesignScreenVM*)", "~({debounce:bool*})", "~(DesignEntity*)", "Future(int)", "bool(PointerData)", "_PointerEventDescription(PointerData)", "_DesignImportDialog*(BuildContext*)", "DesignEditVM*(Store*)", "DesignEdit*(BuildContext*,DesignEditVM*)", "DesignViewVM*(Store*)", "DesignView*(BuildContext*,DesignViewVM*)", "EntityList*(BuildContext*,DocumentListVM*)", "DocumentListItem*(BuildContext*,int*)", "DocumentScreen*(BuildContext*,DocumentScreenVM*)", "ListBuilder*()", "DocumentEditVM*(Store*)", "DocumentEdit*(BuildContext*,DocumentEditVM*)", "DocumentViewVM*(Store*)", "DocumentView*(BuildContext*,DocumentViewVM*)", "Null(Object?)", "ListBuilder*()", "Drag?()", "ExpenseEditVM*(Store*)", "ExpenseEdit*(BuildContext*,ExpenseEditVM*)", "EntityList*(BuildContext*,ExpenseListVM*)", "~(_TapTracker)", "Map<~(PointerEvent),Matrix4?>()", "ExpenseScreen*(BuildContext*,ExpenseScreenVM*)", "Padding*(ExpenseScheduleEntity*)", "ExpenseViewVM*(Store*)", "ExpenseView*(BuildContext*,ExpenseViewVM*)", "ExpenseCategoryEditVM*(Store*)", "ExpenseCategoryEdit*(BuildContext*,ExpenseCategoryEditVM*)", "EntityList*(BuildContext*,ExpenseCategoryListVM*)", "~(~(PointerEvent),Matrix4?)", "ExpenseCategoryScreen*(BuildContext*,ExpenseCategoryScreenVM*)", "ExpenseCategoryViewVM*(Store*)", "ExpenseCategoryView*(BuildContext*,ExpenseCategoryViewVM*)", "Uint8List({seed:int})", "GroupEdit*(BuildContext*,GroupEditVM*)", "EntityList*(BuildContext*,GroupListVM*)", "GroupListItem*(BuildContext*,int*)", "GroupSettingsScreen*(BuildContext*,GroupScreenVM*)", "GroupViewVM*(Store*)", "GroupView*(BuildContext*,GroupViewVM*)", "int*(VendorContactEntity*,VendorContactEntity*)", "_VendorContactListTile*(VendorContactEntity*)", "int*(ClientContactEntity*,ClientContactEntity*)", "_ClientContactListTile*(ClientContactEntity*)", "InvoiceEditContactsVM*(Store*)", "InvoiceEditContacts*(BuildContext*,InvoiceEditContactsVM*)", "Uint8List(Object?)", "Null(InvitationEntity*)", "_CombiningGestureArenaMember()", "LicensePage(BuildContext)", "JsFunction(@)", "InvoiceEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditDetailsVM*)", "ItemEditDetails*(BuildContext*)", "JsArray<@>(@)", "Expanded*(Widget*)", "Expanded*(Text*)", "Focus*(String*)", "List*(TextEditingValue*)", "String*(ProductEntity*)", "Theme*(BuildContext*,~(ProductEntity*)*,Iterable*)", "_LicenseData(_LicenseData,LicenseEntry)", "ListBuilder*()", "_LicenseData(_LicenseData)", "LayoutBuilder(BuildContext,AsyncSnapshot<_LicenseData>)", "InvoiceEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditItemsVM*)", "InvoiceEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,InvoiceEditNotesVM*)", "InvoiceEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,InvoiceEditPDFVM*)", "InvoiceEditVM*(Store*)", "InvoiceEdit*(BuildContext*,InvoiceEditVM*)", "StatefulWidget(BuildContext,BoxConstraints)", "EmailInvoiceVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailInvoiceVM*)", "EntityList*(BuildContext*,InvoiceListVM*)", "InvoicePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,InvoicePdfVM*)", "Center(BuildContext,int?,Widget?)", "InvoiceScreen*(BuildContext*,InvoiceScreenVM*)", "ListBuilder*()", "_InvitationListTile*(InvitationEntity*)", "@(DocumentEntity*)", "int*(ActivityEntity*,ActivityEntity*)", "JsObject(@)", "InvoiceItemListTile*(BuildContext*)", "Widget*(String*,double*)", "int(String,String)", "Padding*(InvoiceScheduleEntity*)", "InvoiceViewVM*(Store*)", "InvoiceView*(BuildContext*,InvoiceViewVM*)", "Null(BuildContext*,DocumentEntity*)", "~(BuildContext*)*(BuildContext*)", "ListBuilder*()", "ListBuilder*()", "PaymentEditVM*(Store*)", "PaymentEdit*(BuildContext*,PaymentEditVM*)", "ListBuilder*()", "EntityList*(BuildContext*,PaymentListVM*)", "InvoiceEntity*(PaymentableEntity*)", "Localizations(BuildContext,int)", "ListBuilder*()", "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*)", "bool*(ClientReportFields*)", "ListBuilder*()", "Future(JavaScriptObject)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,StaticState*)", "ContactReportFields*(String*)", "bool*(ContactReportFields*)", "List>(NavigatorState,String)", "MaterialPageRoute<~>(RouteSettings)", "CreditItemReportFields*(String*)", "BlockSemantics(BuildContext)", "WillPopScope(BuildContext)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "CreditReportFields*(String*)", "bool*(CreditReportFields*)", "List(BuildContext,_ActionLevel)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "DocumentReportFields*(String*)", "bool*(DocumentReportFields*)", "List*(BaseEntity*,DocumentEntity*)", "Null(String*,ProductEntity*)", "AnimatedSwitcher(BuildContext,Object?,Widget?)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ExpenseReportFields*(String*)", "bool*(ExpenseReportFields*)", "~(ParagraphLine)", "InvoiceItemReportFields*(String*)", "MouseRegion(BuildContext,ScrollController)", "CupertinoTextSelectionToolbarButton(ContextMenuButtonItem)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "InvoiceReportFields*(String*)", "bool*(InvoiceReportFields*)", "DesktopTextSelectionToolbarButton(ContextMenuButtonItem)", "CupertinoDesktopTextSelectionToolbarButton(ContextMenuButtonItem)", "TaxRateReportFields0*(String*)", "bool*(TaxRateReportFields0*)", "MaterialRectArcTween(Rect?,Rect?)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "PaymentReportFields*(String*)", "bool*(PaymentReportFields*)", "Widget(BuildContext,~())", "TaxRateReportFields*(String*)", "bool*(TaxRateReportFields*)", "Future<~>([JavaScriptObject?])", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProductReportFields*(String*)", "bool*(ProductReportFields*)", "MaterialPageRoute<0^>(RouteSettings,Widget(BuildContext))", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProfitAndLossReportFields*(String*)", "bool*(ProfitAndLossReportFields*)", "~(LayoutFragment)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "PurchaseOrderItemReportFields*(String*)", "~(ScrollNotification)", "double(_Diagonal)", "~(LineBreakType,int)", "PurchaseOrderReportFields*(String*)", "bool*(PurchaseOrderReportFields*)", "ListBuilder*()", "QuoteItemReportFields*(String*)", "0^?(0^?(ButtonStyle?))", "ListBuilder*()", "QuoteReportFields*(String*)", "bool*(QuoteReportFields*)", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "RecurringExpenseReportFields*(String*)", "bool*(RecurringExpenseReportFields*)", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "RecurringInvoiceReportFields*(String*)", "bool*(RecurringInvoiceReportFields*)", "ListBuilder*()", "0^?(MaterialStateProperty<0^>?(ButtonStyle?))", "String*(@,int*)", "ListBuilder*>*()", "ListBuilder*()", "DateTime*(@,int*)", "ListBuilder*()", "Null(BuildContext*,EntityAction*)", "Expanded*(BuildContext*)", "ListBuilder*()", "ReportColumnType*(String*)", "@(String*,String*)", "List*(TextEditingValue*)", "bool*(List*)", "String*(List*)", "Theme*(BuildContext*,~(String*)*,Iterable*)", "ReportsScreen*(BuildContext*,ReportsScreenVM*)", "ListBuilder*()", "MapBuilder*>*()", "Null({chart:String*,customEndDate:String*,customStartDate:String*,group:String*,report:String*,selectedGroup:String*,subgroup:String*})", "Null(List*)", "GroupTotals*(ReportResult*,ReportsUIState*,ReportSettingsEntity*,BuiltMap*,CompanyEntity*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "TaskReportFields*(String*)", "bool*(TaskReportFields*)", "String?(String)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "TransactionReportFields*(String*)", "bool*(TransactionReportFields*)", "MapBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "VendorReportFields*(String*)", "bool*(VendorReportFields*)", "MapBuilder*()", "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*)", "MapBuilder*()", "MaterialStateProperty?(ButtonStyle?)", "Row*(RegistrationFieldEntity*)", "RegistrationFieldEntityBuilder*(RegistrationFieldEntityBuilder*)", "ClientPortal*(BuildContext*,ClientPortalVM*)", "MapBuilder*()", "Row*(BuildContext*)", "CompanyDetails*(BuildContext*,CompanyDetailsVM*)", "CreditCardsAndBanks*(BuildContext*,CreditCardsAndBanksVM*)", "CustomFields*(BuildContext*,CustomFieldsVM*)", "DataVisualizations*(BuildContext*,DataVisualizationsVM*)", "Widget*(BuildContext*,AsyncSnapshot<@>*)", "ListTile*(BuildContext*)", "~(MapBuilder*)", "FormColorPicker*(String*)", "ListBuilder*()", "DeviceSettings*(BuildContext*,DeviceSettingsVM*)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "Null(BuildContext*,double*)", "Future*(BuildContext*,AppLayout*)", "EmailSettings*(BuildContext*,EmailSettingsVM*)", "MapBuilder*()", "Null(MultipartFile*)", "ExpenseSettings*(BuildContext*,ExpenseSettingsVM*)", "MapBuilder*()", "MapBuilder*()", "GeneratedNumbers*(BuildContext*,GeneratedNumbersVM*)", "Set*>*(PreImportResponse*)", "PreImportResponse*()", "~(ImportType*)", "ImportType*()", "MapBuilder*()", "DropdownMenuItem*(ExportType*)", "MapBuilder*()", "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*)", "Column*(String*)", "MapBuilder*()", "Row*(String*)", "MapBuilder*()", "MapBuilder*()", "_EditSubregionDialog*(BuildContext*)", "TaxSettings*(BuildContext*,TaxSettingsVM*)", "bool*(EmailTemplate*)", "DropdownMenuItem*(EmailTemplate*)", "MapBuilder*()", "TemplatesAndReminders*(BuildContext*,TemplatesAndRemindersVM*)", "MapBuilder*()", "Future*(GroupEntity*)", "Future*(ClientEntity*)", "~(String,JavaScriptObject)", "MapBuilder*()", "UserDetails*(BuildContext*,UserDetailsVM*)", "@(UserEntity*)", "MapBuilder*()", "WorkflowSettings*(BuildContext*,WorkflowSettingsVM*)", "MapBuilder*()", "MapBuilder*()", "SubscriptionEditVM*(Store*)", "SubscriptionEdit*(BuildContext*,SubscriptionEditVM*)", "EntityList*(BuildContext*,SubscriptionListVM*)", "SubscriptionListItem*(BuildContext*,int*)", "SubscriptionScreen*(BuildContext*,SubscriptionScreenVM*)", "SubscriptionViewVM*(Store*)", "SubscriptionView*(BuildContext*,SubscriptionViewVM*)", "MaterialStateProperty?(ButtonStyle?)", "~(BuildContext*[EntityAction*])", "Row*(TaskTime*)", "MapBuilder*()", "TaskEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,TaskEditDetailsVM*)", "MapBuilder*()", "TimeEditDetails*(BuildContext*)", "TaskEditTimesVM*(Store*)", "TaskEditTimes*(BuildContext*,TaskEditTimesVM*)", "TaskEditVM*(Store*)", "TaskEdit*(BuildContext*,TaskEditVM*)", "BoardList*(String*)", "Null(Completer*,String*)", "MapBuilder*()", "BoardItem*(TaskEntity*)", "Null(int*,int*,BoardItemState*)", "Null(int*,int*,int*,int*,BoardItemState*)", "KanbanView*(BuildContext*,KanbanVM*)", "Null(Completer*,List*,Map*>*)", "Null(Completer*,String*,String*,int*)", "Null(Completer*,String*,String*,String*,int*)", "EntityList*(BuildContext*,TaskListVM*)", "TaskScreen*(BuildContext*,TaskScreenVM*)", "TaskViewVM*(Store*)", "TaskView*(BuildContext*,TaskViewVM*)", "Null(BuildContext*[TaskTime*])", "TaskStatusEditVM*(Store*)", "TaskStatusEdit*(BuildContext*,TaskStatusEditVM*)", "TaskStatusListItem*(String*)", "TaskStatusList*(BuildContext*,TaskStatusListVM*)", "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*)", "MapBuilder*()", "TransactionScreen*(BuildContext*,TransactionScreenVM*)", "bool*(TransactionEntity*)", "EntityListTile*(InvoiceEntity*)", "MapBuilder*()", "bool*(ExpenseCategoryEntity*)", "int*(ExpenseCategoryEntity*,ExpenseCategoryEntity*)", "bool*(VendorEntity*)", "int*(VendorEntity*,VendorEntity*)", "MapBuilder*()", "TransactionViewVM*(Store*)", "TransactionView*(BuildContext*,TransactionViewVM*)", "String*(TransactionEntity*)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "TransactionRuleEditVM*(Store*)", "TransactionRuleEdit*(BuildContext*,TransactionRuleEditVM*)", "EntityList*(BuildContext*,TransactionRuleListVM*)", "TransactionRuleListItem*(BuildContext*,int*)", "TransactionRuleScreen*(BuildContext*,TransactionRuleScreenVM*)", "TransactionRuleViewVM*(Store*)", "TransactionRuleView*(BuildContext*,TransactionRuleViewVM*)", "DataRow0*(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*)", "Column*(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*)", "MapBuilder*()", "FieldConfirmation*(BuildContext*)", "Null(BuildContext*{currentLength:int*,isFocused:bool*,maxLength:int*})", "SimpleDialogOption*(InvoiceEntity*)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "int*(int*)", "DocumentLayout*()", "EditorToolbar*(BuildContext*)", "ImageFormatToolbar*(BuildContext*)", "Stack*(BuildContext*)", "AndroidTextEditingFloatingToolbar*(BuildContext*)", "IOSTextEditingFloatingToolbar*(BuildContext*)", "Widget*(BuildContext*)", "MapBuilder*()", "MapBuilder*()", "Text*(BuildContext*)", "TextStyle*(Set*)", "SizedBox*(BuildContext*,Offset*,Widget*)", "IFrameElement*(int*)", "Null(Event*)", "Null(AuthenticationResult*)", "~(Linkifier)", "MapBuilder*()", "Logger()", "MapBuilder*()", "MapBuilder*()", "~(ListItem)", "bool(RegExp)", "LinkReference()", "~(int?,int?)", "MaterialStateProperty?(ButtonStyle?)", "bool(Node3)", "MaterialStateProperty?(ButtonStyle?)", "Null(String[String?])", "MouseCursor0?(Set)", "Widget(BuildContext,Widget,ImageChunkEvent?)", "Offset(int)", "double(double,RenderBox)", "Widget(BuildContext,BoxValueConstraints)", "String(String?)", "MapEntry(int,int)", "int(Permission)", "String?([String?])", "TextFieldTapRegion(FormFieldState)", "Widget()", "_PinItem(int)", "MouseCursor0?(ButtonStyle?)", "int*(TaskTime*,TaskTime*)", "~(EditingState?,TextEditingDeltaState?)", "bool*(BankAccountEntity*)", "GestureDetector(BuildContext,int)", "PdfPageFormat()", "PdfPreviewCustom(BuildContext)", "~(Image1)", "@(Object?,@,@(@))", "AnimatedSwitcher(BuildContext,AsyncSnapshot)", "~(ButtonState)", "Color?(ButtonStyle?)", "Map(SentryPackage)", "Future<~>(ISentrySpan)", "Null(Scope)", "MapEntry(String,@)", "String(AppleIDAuthorizationScopes)", "String?()", "int(_Line)", "VisualDensity?(ButtonStyle?)", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry>)", "SourceSpanWithContext()", "String(String{color:@})", "List>(BuildContext)", "~(ReactiveModelImp<@>)", "~(StateStatus,Object?)", "TextAffinity()", "MaterialTapTargetSize?(ButtonStyle?)", "Duration?(ButtonStyle?)", "int(int,LinkifyElement)", "String(String,LinkifyElement)", "bool(LinkifyElement)", "ParagraphNode(AttributedText)", "LayoutBuilder(BuildContext,Rect?,Widget?)", "RepaintBoundary(BuildContext,BoxConstraints)", "Container(BuildContext,Widget?)", "~(DocumentSelectionChange)", "bool?(ButtonStyle?)", "AlignmentGeometry?(ButtonStyle?)", "~(HandleType,Offset)", "InteractiveInkFeatureFactory?(ButtonStyle?)", "Map*(String*)", "Null(String*,@)", "AndroidDocumentTouchEditingControls(BuildContext)", "List()", "~(NextFocusIntent)", "IosDocumentTouchEditingControls(BuildContext)", "Route<@>*(RouteSettings*)", "Row(BuildContext,Widget?)", "~(PreviousFocusIntent)", "~(DirectionalFocusIntent)", "~(int?)", "String(GlobalKey>)", "_Component(BuildContext,SingleColumnLayoutComponentViewModel)", "~(String,GlobalKey>)", "bool(DocumentNode)", "RegisteredFont?(ByteBuffer,String,String)", "StyledToast*(BuildContext*)", "DocumentScrollable(BuildContext,BoxConstraints)", "TableRow(int)", "SpanRange()", "TextSpan(MultiAttributionSpan)", "~(_TapTracker0)", "IOSCollapsedHandle(BuildContext,bool,Widget?)", "Widget(BuildContext,Offset?,Widget?)", "Locale*(String*)", "AndroidEditingOverlayControls(BuildContext)", "ChangeLayoutBanner*(BuildContext*)", "Stack(BuildContext,Widget?)", "~(RawFloatingCursorPoint)", "IOSEditingControls(BuildContext)", "ProductScreenBuilder*(BuildContext*)", "ProductViewScreen*(BuildContext*)", "bool(bool?)", "bool(String,@)", "~(Zone?,ZoneDelegate?,Zone,~())", "int(Comparable<@>,Comparable<@>)", "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)", "ProductEditScreen*(BuildContext*)", "Widget(BuildContext,Widget)", "OutlinedBorder?(OutlinedBorder?,OutlinedBorder?,double)", "EdgeInsetsGeometry?(EdgeInsetsGeometry?,EdgeInsetsGeometry?,double)", "Future>?>(String?)", "TextStyle?(TextStyle?,TextStyle?,double)", "int(_TaskEntry<@>,_TaskEntry<@>)", "bool({priority!int,scheduler!SchedulerBinding})", "String(ByteData)", "List(String)", "Widget(Widget,Key,Widget,Key)", "Widget(Widget?,List)", "int(Element0,Element0)", "IconThemeData(IconThemeData?,IconThemeData?,double)", "List>(NavigatorState,String)", "int(Widget,int)", "Widget(BuildContext,List,Widget(Color))", "Widget(Color,bool,~())", "Store<0^>(Store<0^>)", "ClientScreenBuilder*(BuildContext*)", "ClientViewScreen*(BuildContext*)", "String(CropAspectRatioPreset?)", "ClientEditScreen*(BuildContext*)", "~({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*)", "ClientPdfScreen*(BuildContext*)", "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*)", "InvoiceScreenBuilder*(BuildContext*)", "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*)", "InvoiceViewScreen*(BuildContext*)", "InvoiceEntity*(InvoiceEntity*,AddCreditItems*)", "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*)", "InvoiceEditScreen*(BuildContext*)", "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*,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*,SaveDocumentSuccess*)", "DocumentState*(DocumentState*,LoadDocumentSuccess*)", "DocumentState*(DocumentState*,LoadDocumentsSuccess*)", "InvoiceEmailScreen*(BuildContext*)", "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*)", "InvoicePdfScreen*(BuildContext*)", "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*)", "DocumentScreenBuilder*(BuildContext*)", "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*)", "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*)", "DocumentViewScreen*(BuildContext*)", "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*)", "DocumentEditScreen*(BuildContext*)", "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*)", "ExpenseScreenBuilder*(BuildContext*)", "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*)", "ExpenseViewScreen*(BuildContext*)", "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*)", "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*)", "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*,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*)", "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*)", "ExpenseEditScreen*(BuildContext*)", "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*)", "VendorScreenBuilder*(BuildContext*)", "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*)", "VendorViewScreen*(BuildContext*)", "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*)", "VendorEditScreen*(BuildContext*)", "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*)", "TaskScreenBuilder*(BuildContext*)", "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*)", "TaskViewScreen*(BuildContext*)", "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*)", "TaskEditScreen*(BuildContext*)", "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*)", "ProjectScreenBuilder*(BuildContext*)", "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*)", "ProjectViewScreen*(BuildContext*)", "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*,@)", "ProjectEditScreen*(BuildContext*)", "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*)", "PaymentScreenBuilder*(BuildContext*)", "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()", "~(SentryLevel,String{exception:Object?,logger:String?,stackTrace:StackTrace?})", "Widget(BuildContext,UnorderedListItemComponent)", "double(TextStyle,int)", "Widget(BuildContext,OrderedListItemComponent)", "PaymentViewScreen*(BuildContext*)", "TextStyle(Set,TextStyle)", "Widget(BuildContext,Offset)", "Widget(BuildContext,AndroidEditingOverlayController)", "~(PointerMoveEvent)", "Rect()(RenderBox)", "Widget(BuildContext,IOSEditingOverlayController)", "Future<1^>(1^/(0^),0^{debugLabel:String?})", "~(String?{wrapWidth:int?})", "QuoteScreenBuilder*(BuildContext*)", "GoogleSignInUserData?(Map?)", "bool*(bool*,StartLoading*)", "bool*(bool*,StopLoading*)", "bool*(bool*,StartSaving*)", "bool*(bool*,StopSaving*)", "GroupEditVM*(Store*)"], interceptorsByTag: null, leafTags: null, arrayRti: Symbol("$ti") @@ -576585,7 +576771,6 @@ JsLinkedHashMap_String_bool: findType("JsLinkedHashMap"), JsLinkedHashMap_String_dynamic: findType("JsLinkedHashMap"), JsLinkedHashMap_Symbol_dynamic: findType("JsLinkedHashMap"), - JsLinkedHashMap_of_legacy_String_and_legacy_PaymentEntity: findType("JsLinkedHashMap"), KeepAliveParentDataMixin: findType("KeepAliveParentDataMixin"), Key: findType("Key"), KeyRange: findType("KeyRange"), @@ -578803,6 +578988,8 @@ legacy_WebhookUIState: findType("WebhookUIState*"), legacy_WebhookViewVM: findType("WebhookViewVM*"), legacy_Widget: findType("Widget*"), + legacy_WidgetCompany: findType("WidgetCompany*"), + legacy_WidgetCurrency: findType("WidgetCurrency*"), legacy_WorkflowSettingsVM: findType("WorkflowSettingsVM*"), legacy__AutocompleteEntity: findType("_AutocompleteEntity*"), legacy__ClientContactListTile: findType("_ClientContactListTile*"), @@ -581514,10 +581701,10 @@ B.Interval_E4y = new A.Interval(0.5, 1, B.Cubic_JUR); B.Interval_EeP = new A.Interval(0.2075, 0.4175, B.C__Linear); B.Interval_IqE = new A.Interval(0.4, 1, B.Cubic_ifx); - B.Interval_oqF1 = new A.Interval(0, 0.5, B.Cubic_ifx); + B.Interval_oqF0 = new A.Interval(0, 0.5, B.Cubic_ifx); B.Interval_oqF2 = new A.Interval(0, 0.6, B.Cubic_ifx); - B.Interval_oqF = new A.Interval(0.25, 1, B.Cubic_ifx); - B.Interval_oqF0 = new A.Interval(0.5, 1, B.Cubic_ifx); + B.Interval_oqF1 = new A.Interval(0.25, 1, B.Cubic_ifx); + B.Interval_oqF = new A.Interval(0.5, 1, B.Cubic_ifx); B.Cubic_WGA = new A.Cubic(0, 0, 0.65, 1); B.Interval_q3Z = new A.Interval(0.5555555555555556, 0.8705555555555555, B.Cubic_WGA); B.Interval_ulv = new A.Interval(0.0825, 0.2075, B.C__Linear); @@ -583443,32 +583630,32 @@ B.List_empty30 = A._setArrayType(makeConstList([]), A.findType("JSArray")); B.List_empty27 = A._setArrayType(makeConstList([]), A.findType("JSArray")); B.List_empty1 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty17 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty19 = A._setArrayType(makeConstList([]), A.findType("JSArray")); B.List_empty22 = A._setArrayType(makeConstList([]), A.findType("JSArray")); B.List_empty21 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_IconButton); B.List_empty7 = A._setArrayType(makeConstList([]), A.findType("JSArray")); B.List_empty28 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_List_legacy_int); B.List_empty31 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_Locale); - B.List_empty12 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_NavigatorObserver); + B.List_empty14 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_NavigatorObserver); B.List_empty5 = A._setArrayType(makeConstList([]), A.findType("JSArray")); B.List_empty4 = A._setArrayType(makeConstList([]), A.findType("JSArray*>")); B.List_empty10 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_Pair_dynamic_dynamic); B.List_empty32 = A._setArrayType(makeConstList([]), A.findType("JSArray")); B.List_empty23 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty18 = A._setArrayType(makeConstList([]), A.findType("JSArray*>")); - B.List_empty20 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty20 = A._setArrayType(makeConstList([]), A.findType("JSArray*>")); + B.List_empty13 = A._setArrayType(makeConstList([]), A.findType("JSArray")); B.List_empty9 = A._setArrayType(makeConstList([]), A.findType("JSArray")); B.List_empty26 = A._setArrayType(makeConstList([]), A.findType("JSArray")); B.List_empty25 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty19 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty12 = A._setArrayType(makeConstList([]), A.findType("JSArray")); B.List_empty24 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_StyleRule); B.List_empty33 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_TableRow); B.List_empty6 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty14 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_TextInputFormatter); + B.List_empty16 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_TextInputFormatter); B.List_empty8 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty13 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_Widget); - B.List_empty16 = A._setArrayType(makeConstList([]), A.findType("JSArray<_TableElementRow*>")); - B.List_empty15 = A._setArrayType(makeConstList([]), type$.JSArray_nullable_RenderBox); + B.List_empty15 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_Widget); + B.List_empty18 = A._setArrayType(makeConstList([]), A.findType("JSArray<_TableElementRow*>")); + B.List_empty17 = A._setArrayType(makeConstList([]), type$.JSArray_nullable_RenderBox); B.List_ett = A._setArrayType(makeConstList(["\u0930\u0935\u093f\u0935\u093e\u0930", "\u0938\u094b\u092e\u0935\u093e\u0930", "\u092e\u0902\u0917\u0932\u0935\u093e\u0930", "\u092c\u0941\u0927\u0935\u093e\u0930", "\u0917\u0941\u0930\u0941\u0935\u093e\u0930", "\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930", "\u0936\u0928\u093f\u0935\u093e\u0930"]), type$.JSArray_legacy_String); B.List_evX = A._setArrayType(makeConstList(["\u0d12\u0d28\u0d4d\u0d28\u0d3e\u0d02 \u0d2a\u0d3e\u0d26\u0d02", "\u0d30\u0d23\u0d4d\u0d1f\u0d3e\u0d02 \u0d2a\u0d3e\u0d26\u0d02", "\u0d2e\u0d42\u0d28\u0d4d\u0d28\u0d3e\u0d02 \u0d2a\u0d3e\u0d26\u0d02", "\u0d28\u0d3e\u0d32\u0d3e\u0d02 \u0d2a\u0d3e\u0d26\u0d02"]), type$.JSArray_legacy_String); B.List_ew6 = A._setArrayType(makeConstList(["e paradites", "e pasdites"]), type$.JSArray_legacy_String); @@ -587991,8 +588178,8 @@ _lazyFinal($, "_ZoomExitTransitionState__fadeOutTransition", "$get$_ZoomExitTransitionState__fadeOutTransition", () => A.Tween$(1, 0, type$.double).chain$1(A.CurveTween$(B.Interval_ulv))); _lazyFinal($, "_ZoomExitTransitionState__scaleUpTransition", "$get$_ZoomExitTransitionState__scaleUpTransition", () => A.Tween$(1, 1.05, type$.double).chain$1($.$get$_ZoomPageTransition__scaleCurveSequence())); _lazyFinal($, "_ZoomExitTransitionState__scaleDownTransition", "$get$_ZoomExitTransitionState__scaleDownTransition", () => A.Tween$(1, 0.9, type$.double).chain$1($.$get$_ZoomPageTransition__scaleCurveSequence())); - _lazyFinal($, "_CircularProgressIndicatorState__strokeHeadTween", "$get$_CircularProgressIndicatorState__strokeHeadTween", () => A.CurveTween$(B.Interval_oqF1).chain$1(A.CurveTween$(B.SawTooth_2222))); - _lazyFinal($, "_CircularProgressIndicatorState__strokeTailTween", "$get$_CircularProgressIndicatorState__strokeTailTween", () => A.CurveTween$(B.Interval_oqF0).chain$1(A.CurveTween$(B.SawTooth_2222))); + _lazyFinal($, "_CircularProgressIndicatorState__strokeHeadTween", "$get$_CircularProgressIndicatorState__strokeHeadTween", () => A.CurveTween$(B.Interval_oqF0).chain$1(A.CurveTween$(B.SawTooth_2222))); + _lazyFinal($, "_CircularProgressIndicatorState__strokeTailTween", "$get$_CircularProgressIndicatorState__strokeTailTween", () => A.CurveTween$(B.Interval_oqF).chain$1(A.CurveTween$(B.SawTooth_2222))); _lazyFinal($, "_CircularProgressIndicatorState__offsetTween", "$get$_CircularProgressIndicatorState__offsetTween", () => A.CurveTween$(B.SawTooth_2222)); _lazyFinal($, "_CircularProgressIndicatorState__rotationTween", "$get$_CircularProgressIndicatorState__rotationTween", () => A.CurveTween$(B.SawTooth_1333)); _lazyFinal($, "RefreshIndicatorState__threeQuarterTween", "$get$RefreshIndicatorState__threeQuarterTween", () => A.Tween$(0, 0.75, type$.double));